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
{
  "customizationConfig" : {
    "additionalShapeConstructors" : {
      "AliasTarget" : {
        "constructorForms" : [ [ "HostedZoneId", "DNSName" ] ]
      },
      "Change" : {
        "constructorForms" : [ [ "Action", "ResourceRecordSet" ] ]
      },
      "ChangeBatch" : {
        "constructorForms" : [ [ "Changes" ] ]
      },
      "ChangeInfo" : {
        "constructorForms" : [ [ "Id", "Status", "SubmittedAt" ] ]
      },
      "ChangeResourceRecordSetsRequest" : {
        "constructorForms" : [ [ "HostedZoneId", "ChangeBatch" ] ]
      },
      "CreateHostedZoneRequest" : {
        "constructorForms" : [ [ "Name", "CallerReference" ] ]
      },
      "DelegationSet" : {
        "constructorForms" : [ [ "NameServers" ] ]
      },
      "DeleteHostedZoneRequest" : {
        "constructorForms" : [ [ "Id" ] ]
      },
      "GetChangeRequest" : {
        "constructorForms" : [ [ "Id" ] ]
      },
      "GetHostedZoneRequest" : {
        "constructorForms" : [ [ "Id" ] ]
      },
      "HostedZone" : {
        "constructorForms" : [ [ "Id", "Name", "CallerReference" ] ]
      },
      "ListResourceRecordSetsRequest" : {
        "constructorForms" : [ [ "HostedZoneId" ] ]
      },
      "ResourceRecord" : {
        "constructorForms" : [ [ "Value" ] ]
      },
      "ResourceRecordSet" : {
        "constructorForms" : [ [ "Name", "Type" ] ]
      }
    },
    "authPolicyActions" : null,
    "calculateCRC32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customClientConfigFactory" : null,
    "customCodeTemplates" : null,
    "customErrorCodeFieldName" : null,
    "customExceptionUnmarshallerImpl" : null,
    "customFileHeader" : null,
    "customResponseMetadataClassName" : null,
    "customServiceMetadata" : null,
    "customServiceNameForRequest" : null,
    "customSignerProvider" : null,
    "operationModifiers" : null,
    "operationsWithResponseStreamContentLengthValidation" : null,
    "renameShapes" : null,
    "requestMetrics" : null,
    "requiredParamValidationEnabled" : false,
    "sdkModeledExceptionBaseClassName" : null,
    "sendEmptyAutoConstructedListAsEmptyList" : null,
    "sendExplicitlyEmptyListsForQuery" : false,
    "serviceClientHoldInputStream" : false,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "simpleMethods" : {
      "GetCheckerIpRanges" : {
        "methodForms" : [ [ ] ]
      },
      "GetGeoLocation" : {
        "methodForms" : [ [ ] ]
      },
      "GetHealthCheckCount" : {
        "methodForms" : [ [ ] ]
      },
      "GetHostedZoneCount" : {
        "methodForms" : [ [ ] ]
      },
      "GetTrafficPolicyInstanceCount" : {
        "methodForms" : [ [ ] ]
      },
      "ListGeoLocations" : {
        "methodForms" : [ [ ] ]
      },
      "ListHealthChecks" : {
        "methodForms" : [ [ ] ]
      },
      "ListHostedZones" : {
        "methodForms" : [ [ ] ]
      },
      "ListHostedZonesByName" : {
        "methodForms" : [ [ ] ]
      },
      "ListReusableDelegationSets" : {
        "methodForms" : [ [ ] ]
      },
      "ListTrafficPolicies" : {
        "methodForms" : [ [ ] ]
      },
      "ListTrafficPolicyInstances" : {
        "methodForms" : [ [ ] ]
      }
    },
    "skipInterfaceAdditions" : false,
    "skipSmokeTests" : false,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : false
  },
  "metadata" : {
    "apiVersion" : "2013-04-01",
    "asyncClient" : "AmazonRoute53AsyncClient",
    "asyncClientBuilderClassName" : "AmazonRoute53AsyncClientBuilder",
    "asyncInterface" : "AmazonRoute53Async",
    "cborProtocol" : false,
    "checksumFormat" : null,
    "contentType" : null,
    "cucumberModuleInjectorClassName" : "AmazonRoute53ModuleInjector",
    "defaultEndpoint" : "https://route53.amazonaws.com",
    "defaultEndpointWithoutHttpProtocol" : "route53.amazonaws.com",
    "documentation" : null,
    "endpointPrefix" : "route53",
    "hasApiWithStreamInput" : false,
    "ionProtocol" : false,
    "jsonProtocol" : false,
    "jsonVersion" : null,
    "packageName" : "com.amazonaws.services.route53",
    "packagePath" : "com/amazonaws/services/route53",
    "protocol" : "rest-xml",
    "protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller",
    "serviceAbbreviation" : "Route 53",
    "serviceFullName" : "Amazon Route 53",
    "serviceName" : "Route 53",
    "signingName" : "route53",
    "smokeTestsPackageName" : "com.amazonaws.services.route53.smoketests",
    "syncClient" : "AmazonRoute53Client",
    "syncClientBuilderClassName" : "AmazonRoute53ClientBuilder",
    "syncInterface" : "AmazonRoute53",
    "unmarshallerClassSuffix" : "StaxUnmarshaller",
    "unmarshallerContextClassName" : "StaxUnmarshallerContext",
    "xmlProtocol" : true
  },
  "operations" : {
    "AssociateVPCWithHostedZone" : {
      "asyncCallableType" : "java.util.concurrent.Callable",
      "asyncFutureType" : "java.util.concurrent.Future",
      "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
      "asyncReturnType" : "AssociateVPCWithHostedZoneResult",
      "authenticated" : true,
      "deprecated" : false,
      "documentation" : "

Associates an Amazon VPC with a private hosted zone.

The VPC and the hosted zone must already exist, and you must have created a private hosted zone. You cannot convert a public hosted zone into a private hosted zone.

Send a POST request to the /Amazon Route 53 API version/hostedzone/hosted zone ID/associatevpc resource. The request body must include an XML document with a AssociateVPCWithHostedZoneRequest element. The response returns the AssociateVPCWithHostedZoneResponse element.

If you used different accounts to create the hosted zone and to create the Amazon VPCs that you want to associate with the hosted zone, we need to update account permissions for you. For more information, see Associating Amazon VPCs and Private Hosted Zones That You Create with Different AWS Accounts in the Amazon Route 53 Developer Guide.

", "exceptions" : [ { "exceptionName" : "NoSuchHostedZoneException", "documentation" : "

No hosted zone exists with the ID that you specified.

" }, { "exceptionName" : "InvalidVPCIdException", "documentation" : "

The hosted zone you are trying to create for your VPC_ID does not belong to you. Amazon Route 53 returns this error when the VPC specified by VPCId does not belong to you.

" }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" }, { "exceptionName" : "PublicZoneVPCAssociationException", "documentation" : "

The hosted zone specified in HostedZoneId is a public hosted zone.

" }, { "exceptionName" : "ConflictingDomainExistsException", "documentation" : null }, { "exceptionName" : "LimitsExceededException", "documentation" : "

The limits specified for a resource have been exceeded.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AssociateVPCWithHostedZoneRequest", "variableName" : "associateVPCWithHostedZoneRequest", "variableType" : "AssociateVPCWithHostedZoneRequest", "documentation" : "

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

", "simpleType" : "AssociateVPCWithHostedZoneRequest", "variableSetterType" : "AssociateVPCWithHostedZoneRequest" }, "inputStreamPropertyName" : null, "methodName" : "associateVPCWithHostedZone", "operationName" : "AssociateVPCWithHostedZone", "returnType" : { "returnType" : "AssociateVPCWithHostedZoneResult", "documentation" : "

A complex type that contains the response information for the hosted zone.

" }, "syncReturnType" : "AssociateVPCWithHostedZoneResult" }, "ChangeResourceRecordSets" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ChangeResourceRecordSetsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Create, change, update, or delete authoritative DNS information on all Amazon Route 53 servers. Send a POST request to:

/2013-04-01/hostedzone/Amazon Route 53 hosted Zone ID/rrset resource.

The request body must include a document with a ChangeResourceRecordSetsRequest element. The request body contains a list of change items, known as a change batch. Change batches are considered transactional changes. When using the Amazon Route 53 API to change resource record sets, Amazon Route 53 either makes all or none of the changes in a change batch request. This ensures that Amazon Route 53 never partially implements the intended changes to the resource record sets in a hosted zone.

For example, a change batch request that deletes the CNAMErecord for www.example.com and creates an alias resource record set for www.example.com. Amazon Route 53 deletes the first resource record set and creates the second resource record set in a single operation. If either the DELETE or the CREATE action fails, then both changes (plus any other changes in the batch) fail, and the original CNAME record continues to exist.

Due to the nature of transactional changes, you cannot delete the same resource record set more than once in a single change batch. If you attempt to delete the same change batch more than once, Amazon Route 53 returns an InvalidChangeBatch error.

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

Use ChangeResourceRecordsSetsRequest to perform the following actions:

  • CREATE:Creates a resource record set that has the specified values.

  • DELETE: Deletes an existing resource record set that has the specified values for Name, Type, Set Identifier (for code latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource you're routing queries to).

  • UPSERT: If a resource record set does not already exist, AWS creates it. If a resource set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and Set Identifier (for weighted, latency, geolocation, and failover resource record sets).

In response to a ChangeResourceRecordSets request, the DNS data is changed on all Amazon Route 53 DNS servers. Initially, the status of a change is PENDING, meaning the change has not yet propagated to all the authoritative Amazon Route 53 DNS servers. When the change is propagated to all hosts, the change returns a status of INSYNC.

After sending a change request, confirm your change has propagated to all Amazon Route 53 DNS servers. Changes generally propagate to all Amazon Route 53 name servers in a few minutes. In rare circumstances, propagation can take up to 30 minutes. For more information, see GetChange.

Note the following limitations on a ChangeResourceRecordSets request:

  • A request cannot contain more than 100 Change elements.

  • A request cannot contain more than 1000 ResourceRecord elements.

  • The sum of the number of characters (including spaces) in all Value elements in a request cannot exceed 32,000 characters.

  • If the value of the Action element in a ChangeResourceRecordSets request is UPSERT and the resource record set already exists, Amazon Route 53 automatically performs a DELETE request and a CREATE request. When Amazon Route 53 calculates the number of characters in the Value elements of a change batch request, it adds the number of characters in the Value element of the resource record set being deleted and the number of characters in the Value element of the resource record set being created.

  • The same resource cannot be deleted more than once in a single batch.

If the value of the Action element in a ChangeResourceRecordSets request is UPSERT and the resource record set already exists, Amazon Route 53 automatically performs a DELETE request and a CREATE request. When Amazon Route 53 calculates the number of characters in the Value elements of a change batch request, it adds the number of characters in the Value element of the resource record set being deleted and the number of characters in the Value element of the resource record set being created.

For more information on transactional changes, see ChangeResourceRecordSets.

", "exceptions" : [ { "exceptionName" : "NoSuchHostedZoneException", "documentation" : "

No hosted zone exists with the ID that you specified.

" }, { "exceptionName" : "NoSuchHealthCheckException", "documentation" : "

No health check exists with the ID that you specified in the DeleteHealthCheck request.

" }, { "exceptionName" : "InvalidChangeBatchException", "documentation" : "

This exception contains a list of messages that might contain one or more error messages. Each error message indicates one error in the change batch.

" }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" }, { "exceptionName" : "PriorRequestNotCompleteException", "documentation" : "

If Amazon Route 53 can't process a request before the next request arrives, it will reject subsequent requests for the same hosted zone and return an HTTP 400 error (Bad request). If Amazon Route 53 returns this error repeatedly for the same request, we recommend that you wait, in intervals of increasing duration, before you try the request again.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ChangeResourceRecordSetsRequest", "variableName" : "changeResourceRecordSetsRequest", "variableType" : "ChangeResourceRecordSetsRequest", "documentation" : "

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

", "simpleType" : "ChangeResourceRecordSetsRequest", "variableSetterType" : "ChangeResourceRecordSetsRequest" }, "inputStreamPropertyName" : null, "methodName" : "changeResourceRecordSets", "operationName" : "ChangeResourceRecordSets", "returnType" : { "returnType" : "ChangeResourceRecordSetsResult", "documentation" : "

A complex type containing the response for the request.

" }, "syncReturnType" : "ChangeResourceRecordSetsResult" }, "ChangeTagsForResource" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ChangeTagsForResourceResult", "authenticated" : true, "deprecated" : false, "documentation" : "", "exceptions" : [ { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" }, { "exceptionName" : "NoSuchHealthCheckException", "documentation" : "

No health check exists with the ID that you specified in the DeleteHealthCheck request.

" }, { "exceptionName" : "NoSuchHostedZoneException", "documentation" : "

No hosted zone exists with the ID that you specified.

" }, { "exceptionName" : "PriorRequestNotCompleteException", "documentation" : "

If Amazon Route 53 can't process a request before the next request arrives, it will reject subsequent requests for the same hosted zone and return an HTTP 400 error (Bad request). If Amazon Route 53 returns this error repeatedly for the same request, we recommend that you wait, in intervals of increasing duration, before you try the request again.

" }, { "exceptionName" : "ThrottlingException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ChangeTagsForResourceRequest", "variableName" : "changeTagsForResourceRequest", "variableType" : "ChangeTagsForResourceRequest", "documentation" : "

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

", "simpleType" : "ChangeTagsForResourceRequest", "variableSetterType" : "ChangeTagsForResourceRequest" }, "inputStreamPropertyName" : null, "methodName" : "changeTagsForResource", "operationName" : "ChangeTagsForResource", "returnType" : { "returnType" : "ChangeTagsForResourceResult", "documentation" : "

Empty response for the request.

" }, "syncReturnType" : "ChangeTagsForResourceResult" }, "CreateHealthCheck" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateHealthCheckResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a new health check.

To create a new health check, send a POST request to the /2013-04-01/healthcheck resource. The request body must include an XML document with a CreateHealthCheckRequest element. The response returns the CreateHealthCheckResponse element, containing the health check ID specified when adding health check to a resource record set. For information about adding health checks to resource record sets, see ResourceRecordSet$HealthCheckId in ChangeResourceRecordSets.

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

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

  • Amazon Route 53 health checkers are outside the VPC. To check the health of an endpoint within a VPC by IP address, you must assign a public IP address to the instance in the VPC.

  • You can configure a health checker to check the health of an external resource that the instance relies on, such as a database server.

  • You can create a CloudWatch metric, associate an alarm with the metric, and then create a health check that is based on the state of the alarm. For example, you might create a CloudWatch metric that checks the status of the Amazon EC2 StatusCheckFailed metric, add an alarm to the metric, and then create a health check that is based on the state of the alarm. For information about creating CloudWatch metrics and alarms by using the CloudWatch console, see the Amazon CloudWatch Developer Guide.

", "exceptions" : [ { "exceptionName" : "TooManyHealthChecksException", "documentation" : null }, { "exceptionName" : "HealthCheckAlreadyExistsException", "documentation" : "

The health check you're attempting to create already exists.

Amazon Route 53 returns this error when a health check has already been created with the specified value for CallerReference.

" }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateHealthCheckRequest", "variableName" : "createHealthCheckRequest", "variableType" : "CreateHealthCheckRequest", "documentation" : "

A complex type that contains the health check request information.

", "simpleType" : "CreateHealthCheckRequest", "variableSetterType" : "CreateHealthCheckRequest" }, "inputStreamPropertyName" : null, "methodName" : "createHealthCheck", "operationName" : "CreateHealthCheck", "returnType" : { "returnType" : "CreateHealthCheckResult", "documentation" : "

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

" }, "syncReturnType" : "CreateHealthCheckResult" }, "CreateHostedZone" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateHostedZoneResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a new public hosted zone, used to specify how the Domain Name System (DNS) routes traffic on the Internet for a domain, such as example.com, and its subdomains.

Public hosted zones cannot be converted to a private hosted zone or vice versa. Instead, create a new hosted zone with the same name and create new resource record sets.

Send a POST request to the /Amazon Route 53 API version/hostedzone resource. The request body must include an XML document with a CreateHostedZoneRequest element. The response returns the CreateHostedZoneResponse element containing metadata about the hosted zone.

Fore more information about charges for hosted zones, see AmazonAmazon Route 53 Pricing.

Note the following:

  • You cannot create a hosted zone for a top-level domain (TLD).

  • Amazon Route 53 automatically creates a default SOA record and four NS records for the zone. For more information about SOA and NS records, see NS and SOA Records that Amazon Route 53 Creates for a Hosted Zone in the Amazon Route 53 Developer Guide.

  • If your domain is registered with a registrar other than Amazon Route 53, you must update the name servers with your registrar to make Amazon Route 53 your DNS service. For more information, see Configuring Amazon Route 53 as your DNS Service in the Amazon Route 53 Developer's Guide.

After creating a zone, its initial status is PENDING. This means that it is not yet available on all DNS servers. The status of the zone changes to INSYNC when the NS and SOA records are available on all Amazon Route 53 DNS servers.

When trying to create a hosted zone using a reusable delegation set, specify an optional DelegationSetId, and Amazon Route 53 would assign those 4 NS records for the zone, instead of alloting a new one.

", "exceptions" : [ { "exceptionName" : "InvalidDomainNameException", "documentation" : "

The specified domain name is not valid.

" }, { "exceptionName" : "HostedZoneAlreadyExistsException", "documentation" : "

The hosted zone you are trying to create already exists. Amazon Route 53 returns this error when a hosted zone has already been created with the specified CallerReference.

" }, { "exceptionName" : "TooManyHostedZonesException", "documentation" : "

This hosted zone cannot be created because the hosted zone limit is exceeded. To request a limit increase, go to the Amazon Route 53 Contact Us page.

" }, { "exceptionName" : "InvalidVPCIdException", "documentation" : "

The hosted zone you are trying to create for your VPC_ID does not belong to you. Amazon Route 53 returns this error when the VPC specified by VPCId does not belong to you.

" }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" }, { "exceptionName" : "DelegationSetNotAvailableException", "documentation" : "

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

" }, { "exceptionName" : "ConflictingDomainExistsException", "documentation" : null }, { "exceptionName" : "NoSuchDelegationSetException", "documentation" : "

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

" }, { "exceptionName" : "DelegationSetNotReusableException", "documentation" : "

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

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateHostedZoneRequest", "variableName" : "createHostedZoneRequest", "variableType" : "CreateHostedZoneRequest", "documentation" : "

A complex type containing the hosted zone request information.

", "simpleType" : "CreateHostedZoneRequest", "variableSetterType" : "CreateHostedZoneRequest" }, "inputStreamPropertyName" : null, "methodName" : "createHostedZone", "operationName" : "CreateHostedZone", "returnType" : { "returnType" : "CreateHostedZoneResult", "documentation" : "

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

" }, "syncReturnType" : "CreateHostedZoneResult" }, "CreateReusableDelegationSet" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateReusableDelegationSetResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a delegation set (a group of four anem servers) that can be reused by multiple hosted zones. If a hosted zoned ID is specified, CreateReusableDelegationSet marks the delegation set associated with that zone as reusable

Send a POST request to the /Amazon Route 53 API version/delegationset resource. The request body must include an XML document with a CreateReusableDelegationSetRequest element.

A reusable delegation set cannot be associated with a private hosted zone/

For more information, including a procedure on how to create and configure a reusable delegation set (also known as white label name servers), see Configuring White Label Name Servers.

", "exceptions" : [ { "exceptionName" : "DelegationSetAlreadyCreatedException", "documentation" : "

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

" }, { "exceptionName" : "LimitsExceededException", "documentation" : "

The limits specified for a resource have been exceeded.

" }, { "exceptionName" : "HostedZoneNotFoundException", "documentation" : "

The specified HostedZone cannot be found.

" }, { "exceptionName" : "InvalidArgumentException", "documentation" : "

Parameter name and problem.

" }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" }, { "exceptionName" : "DelegationSetNotAvailableException", "documentation" : "

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

" }, { "exceptionName" : "DelegationSetAlreadyReusableException", "documentation" : "

The specified delegation set has already been marked as reusable.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateReusableDelegationSetRequest", "variableName" : "createReusableDelegationSetRequest", "variableType" : "CreateReusableDelegationSetRequest", "documentation" : "", "simpleType" : "CreateReusableDelegationSetRequest", "variableSetterType" : "CreateReusableDelegationSetRequest" }, "inputStreamPropertyName" : null, "methodName" : "createReusableDelegationSet", "operationName" : "CreateReusableDelegationSet", "returnType" : { "returnType" : "CreateReusableDelegationSetResult", "documentation" : null }, "syncReturnType" : "CreateReusableDelegationSetResult" }, "CreateTrafficPolicy" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateTrafficPolicyResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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

Send a POST request to the /Amazon Route 53 API version/trafficpolicy resource. The request body must include a document with a CreateTrafficPolicyRequest element. The response includes the CreateTrafficPolicyResponse element, which contains information about the new traffic policy.

", "exceptions" : [ { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" }, { "exceptionName" : "TooManyTrafficPoliciesException", "documentation" : "

You've created the maximum number of traffic policies that can be created for the current AWS account. You can request an increase to the limit on the Contact Us page.

" }, { "exceptionName" : "TrafficPolicyAlreadyExistsException", "documentation" : "

A traffic policy that has the same value for Name already exists.

" }, { "exceptionName" : "InvalidTrafficPolicyDocumentException", "documentation" : "

The format of the traffic policy document that you specified in the Document element is invalid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateTrafficPolicyRequest", "variableName" : "createTrafficPolicyRequest", "variableType" : "CreateTrafficPolicyRequest", "documentation" : "

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

", "simpleType" : "CreateTrafficPolicyRequest", "variableSetterType" : "CreateTrafficPolicyRequest" }, "inputStreamPropertyName" : null, "methodName" : "createTrafficPolicy", "operationName" : "CreateTrafficPolicy", "returnType" : { "returnType" : "CreateTrafficPolicyResult", "documentation" : "

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

" }, "syncReturnType" : "CreateTrafficPolicyResult" }, "CreateTrafficPolicyInstance" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateTrafficPolicyInstanceResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version. In addition, CreateTrafficPolicyInstance associates the resource record sets with a specified domain name (such as example.com) or subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for the domain or subdomain name by using the resource record sets that CreateTrafficPolicyInstance created.

Send a POST request to the /Amazon Route 53 API version/trafficpolicyinstance resource. The request body must include a document with a CreateTrafficPolicyRequest element. The response returns the CreateTrafficPolicyInstanceResponse element, which contains information about the traffic policy instance.

", "exceptions" : [ { "exceptionName" : "NoSuchHostedZoneException", "documentation" : "

No hosted zone exists with the ID that you specified.

" }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" }, { "exceptionName" : "TooManyTrafficPolicyInstancesException", "documentation" : "

You've created the maximum number of traffic policy instances that can be created for the current AWS account. You can request an increase to the limit on the Contact Us page.

" }, { "exceptionName" : "NoSuchTrafficPolicyException", "documentation" : "

No traffic policy exists with the specified ID.

" }, { "exceptionName" : "TrafficPolicyInstanceAlreadyExistsException", "documentation" : "

Traffic policy instance with given Id already exists.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateTrafficPolicyInstanceRequest", "variableName" : "createTrafficPolicyInstanceRequest", "variableType" : "CreateTrafficPolicyInstanceRequest", "documentation" : "

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

", "simpleType" : "CreateTrafficPolicyInstanceRequest", "variableSetterType" : "CreateTrafficPolicyInstanceRequest" }, "inputStreamPropertyName" : null, "methodName" : "createTrafficPolicyInstance", "operationName" : "CreateTrafficPolicyInstance", "returnType" : { "returnType" : "CreateTrafficPolicyInstanceResult", "documentation" : "

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

" }, "syncReturnType" : "CreateTrafficPolicyInstanceResult" }, "CreateTrafficPolicyVersion" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateTrafficPolicyVersionResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a new version of an existing traffic policy. When you create a new version of a traffic policy, you specify the ID of the traffic policy that you want to update and a JSON-formatted document that describes the new version. You use traffic policies to create multiple DNS resource record sets for one domain name (such as example.com) or one subdomain name (such as www.example.com). You can create a maximum of 1000 versions of a traffic policy. If you reach the limit and need to create another version, you'll need to start a new traffic policy.

Send a POST request to the /Amazon Route 53 version/trafficpolicy/ resource. The request body includes a document with a CreateTrafficPolicyVersionRequest element. The response returns the CreateTrafficPolicyVersionResponse element, which contains information about the new version of the traffic policy.

", "exceptions" : [ { "exceptionName" : "NoSuchTrafficPolicyException", "documentation" : "

No traffic policy exists with the specified ID.

" }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

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

" }, { "exceptionName" : "InvalidTrafficPolicyDocumentException", "documentation" : "

The format of the traffic policy document that you specified in the Document element is invalid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateTrafficPolicyVersionRequest", "variableName" : "createTrafficPolicyVersionRequest", "variableType" : "CreateTrafficPolicyVersionRequest", "documentation" : "

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

", "simpleType" : "CreateTrafficPolicyVersionRequest", "variableSetterType" : "CreateTrafficPolicyVersionRequest" }, "inputStreamPropertyName" : null, "methodName" : "createTrafficPolicyVersion", "operationName" : "CreateTrafficPolicyVersion", "returnType" : { "returnType" : "CreateTrafficPolicyVersionResult", "documentation" : "

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

" }, "syncReturnType" : "CreateTrafficPolicyVersionResult" }, "DeleteHealthCheck" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteHealthCheckResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a health check. Send a DELETE request to the /2013-04-01/healthcheck/health check ID resource.

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

", "exceptions" : [ { "exceptionName" : "NoSuchHealthCheckException", "documentation" : "

No health check exists with the ID that you specified in the DeleteHealthCheck request.

" }, { "exceptionName" : "HealthCheckInUseException", "documentation" : "

The health check ID for this health check is referenced in the HealthCheckId element in one of the resource record sets in one of the hosted zones that are owned by the current AWS account.

" }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteHealthCheckRequest", "variableName" : "deleteHealthCheckRequest", "variableType" : "DeleteHealthCheckRequest", "documentation" : "

This action deletes a health check. Send a DELETE request to the /2013-04-01/DeleteHealthCheckRequest resource.

", "simpleType" : "DeleteHealthCheckRequest", "variableSetterType" : "DeleteHealthCheckRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteHealthCheck", "operationName" : "DeleteHealthCheck", "returnType" : { "returnType" : "DeleteHealthCheckResult", "documentation" : "

An empty element.

" }, "syncReturnType" : "DeleteHealthCheckResult" }, "DeleteHostedZone" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteHostedZoneResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a hosted zone. Send a DELETE request to the /Amazon Route 53 API version/hostedzone/hosted zone ID resource.

Delete a hosted zone only if there are no resource record sets other than the default SOA record and NS resource record sets. If the hosted zone contains other resource record sets, delete them before deleting the hosted zone. If you try to delete a hosted zone that contains other resource record sets, Amazon Route 53 denies your request with a HostedZoneNotEmpty error. For information about deleting records from your hosted zone, see ChangeResourceRecordSets.

", "exceptions" : [ { "exceptionName" : "NoSuchHostedZoneException", "documentation" : "

No hosted zone exists with the ID that you specified.

" }, { "exceptionName" : "HostedZoneNotEmptyException", "documentation" : "

The hosted zone contains resource records that are not SOA or NS records.

" }, { "exceptionName" : "PriorRequestNotCompleteException", "documentation" : "

If Amazon Route 53 can't process a request before the next request arrives, it will reject subsequent requests for the same hosted zone and return an HTTP 400 error (Bad request). If Amazon Route 53 returns this error repeatedly for the same request, we recommend that you wait, in intervals of increasing duration, before you try the request again.

" }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" }, { "exceptionName" : "InvalidDomainNameException", "documentation" : "

The specified domain name is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteHostedZoneRequest", "variableName" : "deleteHostedZoneRequest", "variableType" : "DeleteHostedZoneRequest", "documentation" : "

A complex type that contains information about the hosted zone that you want to delete.

", "simpleType" : "DeleteHostedZoneRequest", "variableSetterType" : "DeleteHostedZoneRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteHostedZone", "operationName" : "DeleteHostedZone", "returnType" : { "returnType" : "DeleteHostedZoneResult", "documentation" : "

A complex type containing the response information for the request.

" }, "syncReturnType" : "DeleteHostedZoneResult" }, "DeleteReusableDelegationSet" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteReusableDelegationSetResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a reusable delegation set. Send a DELETE request to the /2013-04-01/delegationset/delegation set ID resource.

You can delete a reusable delegation set only if there are no associated hosted zones.

To verify that the reusable delegation set is not associated with any hosted zones, run the GetReusableDelegationSet action and specify the ID of the reusable delegation set that you want to delete.

", "exceptions" : [ { "exceptionName" : "NoSuchDelegationSetException", "documentation" : "

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

" }, { "exceptionName" : "DelegationSetInUseException", "documentation" : "

The specified delegation contains associated hosted zones which must be deleted before the reusable delegation set can be deleted.

" }, { "exceptionName" : "DelegationSetNotReusableException", "documentation" : "

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

" }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteReusableDelegationSetRequest", "variableName" : "deleteReusableDelegationSetRequest", "variableType" : "DeleteReusableDelegationSetRequest", "documentation" : "

A complex type containing the information for the delete request.

", "simpleType" : "DeleteReusableDelegationSetRequest", "variableSetterType" : "DeleteReusableDelegationSetRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteReusableDelegationSet", "operationName" : "DeleteReusableDelegationSet", "returnType" : { "returnType" : "DeleteReusableDelegationSetResult", "documentation" : "

An empty element.

" }, "syncReturnType" : "DeleteReusableDelegationSetResult" }, "DeleteTrafficPolicy" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteTrafficPolicyResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a traffic policy.

Send a DELETE request to the /Amazon Route 53 API version/trafficpolicy resource.

", "exceptions" : [ { "exceptionName" : "NoSuchTrafficPolicyException", "documentation" : "

No traffic policy exists with the specified ID.

" }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" }, { "exceptionName" : "TrafficPolicyInUseException", "documentation" : "

One or more traffic policy instances were created by using the specified traffic policy.

" }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

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

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteTrafficPolicyRequest", "variableName" : "deleteTrafficPolicyRequest", "variableType" : "DeleteTrafficPolicyRequest", "documentation" : "

A request to delete a specified traffic policy version.

", "simpleType" : "DeleteTrafficPolicyRequest", "variableSetterType" : "DeleteTrafficPolicyRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteTrafficPolicy", "operationName" : "DeleteTrafficPolicy", "returnType" : { "returnType" : "DeleteTrafficPolicyResult", "documentation" : "

An empty element.

" }, "syncReturnType" : "DeleteTrafficPolicyResult" }, "DeleteTrafficPolicyInstance" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteTrafficPolicyInstanceResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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

Send a DELETE request to the /Amazon Route 53 API version/trafficpolicy/traffic policy instance ID resource.

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

", "exceptions" : [ { "exceptionName" : "NoSuchTrafficPolicyInstanceException", "documentation" : "

No traffic policy instance exists with the specified ID.

" }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" }, { "exceptionName" : "PriorRequestNotCompleteException", "documentation" : "

If Amazon Route 53 can't process a request before the next request arrives, it will reject subsequent requests for the same hosted zone and return an HTTP 400 error (Bad request). If Amazon Route 53 returns this error repeatedly for the same request, we recommend that you wait, in intervals of increasing duration, before you try the request again.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteTrafficPolicyInstanceRequest", "variableName" : "deleteTrafficPolicyInstanceRequest", "variableType" : "DeleteTrafficPolicyInstanceRequest", "documentation" : "

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

", "simpleType" : "DeleteTrafficPolicyInstanceRequest", "variableSetterType" : "DeleteTrafficPolicyInstanceRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteTrafficPolicyInstance", "operationName" : "DeleteTrafficPolicyInstance", "returnType" : { "returnType" : "DeleteTrafficPolicyInstanceResult", "documentation" : "

An empty element.

" }, "syncReturnType" : "DeleteTrafficPolicyInstanceResult" }, "DisassociateVPCFromHostedZone" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DisassociateVPCFromHostedZoneResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Disassociates a VPC from a Amazon Route 53 private hosted zone.

Send a POST request to the /Amazon Route 53 API version/hostedzone/hosted zone ID/disassociatevpc resource. The request body must include an XML document with a DisassociateVPCFromHostedZoneRequest element. The response returns the DisassociateVPCFromHostedZoneResponse element.

You can only disassociate a VPC from a private hosted zone when two or more VPCs are associated with that hosted zone. You cannot convert a private hosted zone into a public hosted zone.

", "exceptions" : [ { "exceptionName" : "NoSuchHostedZoneException", "documentation" : "

No hosted zone exists with the ID that you specified.

" }, { "exceptionName" : "InvalidVPCIdException", "documentation" : "

The hosted zone you are trying to create for your VPC_ID does not belong to you. Amazon Route 53 returns this error when the VPC specified by VPCId does not belong to you.

" }, { "exceptionName" : "VPCAssociationNotFoundException", "documentation" : "

The specified VPC and hosted zone are not currently associated.

" }, { "exceptionName" : "LastVPCAssociationException", "documentation" : "

Only one VPC is currently associated with the hosted zone. You cannot convert a private hosted zone into a public hosted zone by disassociating the last VPC from a hosted zone.

" }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DisassociateVPCFromHostedZoneRequest", "variableName" : "disassociateVPCFromHostedZoneRequest", "variableType" : "DisassociateVPCFromHostedZoneRequest", "documentation" : "

A complex type that contains information about the VPC and the hosted zone that you want to disassociate.

", "simpleType" : "DisassociateVPCFromHostedZoneRequest", "variableSetterType" : "DisassociateVPCFromHostedZoneRequest" }, "inputStreamPropertyName" : null, "methodName" : "disassociateVPCFromHostedZone", "operationName" : "DisassociateVPCFromHostedZone", "returnType" : { "returnType" : "DisassociateVPCFromHostedZoneResult", "documentation" : "

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

" }, "syncReturnType" : "DisassociateVPCFromHostedZoneResult" }, "GetChange" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetChangeResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the current status of a change batch request. The status is one of the following values:

  • PENDING indicates that the changes in this request have not replicated to all Amazon Route 53 DNS servers. This is the initial status of all change batch requests.

  • INSYNC indicates that the changes have replicated to all Amazon Route 53 DNS servers.

", "exceptions" : [ { "exceptionName" : "NoSuchChangeException", "documentation" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetChangeRequest", "variableName" : "getChangeRequest", "variableType" : "GetChangeRequest", "documentation" : "

The input for a GetChange request.

", "simpleType" : "GetChangeRequest", "variableSetterType" : "GetChangeRequest" }, "inputStreamPropertyName" : null, "methodName" : "getChange", "operationName" : "GetChange", "returnType" : { "returnType" : "GetChangeResult", "documentation" : "

A complex type that contains the ChangeInfo element.

" }, "syncReturnType" : "GetChangeResult" }, "GetChangeDetails" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetChangeDetailsResult", "authenticated" : true, "deprecated" : true, "documentation" : "

Returns the status and changes of a change batch request.

", "exceptions" : [ { "exceptionName" : "NoSuchChangeException", "documentation" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetChangeDetailsRequest", "variableName" : "getChangeDetailsRequest", "variableType" : "GetChangeDetailsRequest", "documentation" : "

The input for a GetChangeDetails request.

", "simpleType" : "GetChangeDetailsRequest", "variableSetterType" : "GetChangeDetailsRequest" }, "inputStreamPropertyName" : null, "methodName" : "getChangeDetails", "operationName" : "GetChangeDetails", "returnType" : { "returnType" : "GetChangeDetailsResult", "documentation" : "

A complex type that contains the ChangeBatchRecord element.

" }, "syncReturnType" : "GetChangeDetailsResult" }, "GetCheckerIpRanges" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetCheckerIpRangesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves a list of the IP ranges used by Amazon Route 53 health checkers to check the health of your resources. Send a GET request to the /Amazon Route 53 API version/checkeripranges resource. Use these IP addresses to configure router and firewall rules to allow health checkers to check the health of your resources.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetCheckerIpRangesRequest", "variableName" : "getCheckerIpRangesRequest", "variableType" : "GetCheckerIpRangesRequest", "documentation" : "

Empty request.

", "simpleType" : "GetCheckerIpRangesRequest", "variableSetterType" : "GetCheckerIpRangesRequest" }, "inputStreamPropertyName" : null, "methodName" : "getCheckerIpRanges", "operationName" : "GetCheckerIpRanges", "returnType" : { "returnType" : "GetCheckerIpRangesResult", "documentation" : "

A complex type that contains the CheckerIpRanges element.

" }, "syncReturnType" : "GetCheckerIpRangesResult" }, "GetGeoLocation" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetGeoLocationResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves a single geo location. Send a GET request to the /2013-04-01/geolocation resource with one of these options: continentcode | countrycode | countrycode and subdivisioncode.

", "exceptions" : [ { "exceptionName" : "NoSuchGeoLocationException", "documentation" : "

Amazon Route 53 doesn't support the specified geolocation.

" }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetGeoLocationRequest", "variableName" : "getGeoLocationRequest", "variableType" : "GetGeoLocationRequest", "documentation" : "

A complex type that contains information about the request to get a geo location.

", "simpleType" : "GetGeoLocationRequest", "variableSetterType" : "GetGeoLocationRequest" }, "inputStreamPropertyName" : null, "methodName" : "getGeoLocation", "operationName" : "GetGeoLocation", "returnType" : { "returnType" : "GetGeoLocationResult", "documentation" : "

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

" }, "syncReturnType" : "GetGeoLocationResult" }, "GetHealthCheck" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetHealthCheckResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Gets information about a specified health check. Send a GET request to the /2013-04-01/healthcheck/health check ID resource. For more information about using the console to perform this operation, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.

", "exceptions" : [ { "exceptionName" : "NoSuchHealthCheckException", "documentation" : "

No health check exists with the ID that you specified in the DeleteHealthCheck request.

" }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" }, { "exceptionName" : "IncompatibleVersionException", "documentation" : "

The resource you are trying to access is unsupported on this Amazon Route 53 endpoint. Please consider using a newer endpoint or a tool that does so.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetHealthCheckRequest", "variableName" : "getHealthCheckRequest", "variableType" : "GetHealthCheckRequest", "documentation" : "

This action gets information about a specified health check.

Send a GET request to the /Amazon Route 53 API version/gethealthcheckrequest resource.

For information about getting information about a health check using the Amazon Route 53 console, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.

", "simpleType" : "GetHealthCheckRequest", "variableSetterType" : "GetHealthCheckRequest" }, "inputStreamPropertyName" : null, "methodName" : "getHealthCheck", "operationName" : "GetHealthCheck", "returnType" : { "returnType" : "GetHealthCheckResult", "documentation" : "

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

" }, "syncReturnType" : "GetHealthCheckResult" }, "GetHealthCheckCount" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetHealthCheckCountResult", "authenticated" : true, "deprecated" : false, "documentation" : "

To retrieve a count of all your health checks, send a GET request to the /2013-04-01/healthcheckcount resource.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetHealthCheckCountRequest", "variableName" : "getHealthCheckCountRequest", "variableType" : "GetHealthCheckCountRequest", "documentation" : "

To retrieve a count of all your health checks, send a GET request to the /2013-04-01/healthcheckcount resource.

", "simpleType" : "GetHealthCheckCountRequest", "variableSetterType" : "GetHealthCheckCountRequest" }, "inputStreamPropertyName" : null, "methodName" : "getHealthCheckCount", "operationName" : "GetHealthCheckCount", "returnType" : { "returnType" : "GetHealthCheckCountResult", "documentation" : "

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

" }, "syncReturnType" : "GetHealthCheckCountResult" }, "GetHealthCheckLastFailureReason" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetHealthCheckLastFailureReasonResult", "authenticated" : true, "deprecated" : false, "documentation" : "

If you want to learn why a health check is currently failing or why it failed most recently (if at all), you can get the failure reason for the most recent failure. Send a GET request to the /Amazon Route 53 API version/healthcheck/health check ID/lastfailurereason resource.

", "exceptions" : [ { "exceptionName" : "NoSuchHealthCheckException", "documentation" : "

No health check exists with the ID that you specified in the DeleteHealthCheck request.

" }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetHealthCheckLastFailureReasonRequest", "variableName" : "getHealthCheckLastFailureReasonRequest", "variableType" : "GetHealthCheckLastFailureReasonRequest", "documentation" : "

This action gets the reason that a specified health check failed most recently.

To get the reason for the last failure of a health check, send a GET request to the /2013-04-01/healthcheck/health check ID/lastfailurereason resource.

For information about viewing the last failure reason for a health check using the Amazon Route 53 console, see Viewing Health Check Status and the Reason for Health Check Failures in the Amazon Route 53 Developer Guide.

", "simpleType" : "GetHealthCheckLastFailureReasonRequest", "variableSetterType" : "GetHealthCheckLastFailureReasonRequest" }, "inputStreamPropertyName" : null, "methodName" : "getHealthCheckLastFailureReason", "operationName" : "GetHealthCheckLastFailureReason", "returnType" : { "returnType" : "GetHealthCheckLastFailureReasonResult", "documentation" : "

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

" }, "syncReturnType" : "GetHealthCheckLastFailureReasonResult" }, "GetHealthCheckStatus" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetHealthCheckStatusResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Gets status of a specified health check. Send a GET request to the /2013-04-01/healthcheck/health check ID/status resource. You can use this call to get a health check's current status.

", "exceptions" : [ { "exceptionName" : "NoSuchHealthCheckException", "documentation" : "

No health check exists with the ID that you specified in the DeleteHealthCheck request.

" }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetHealthCheckStatusRequest", "variableName" : "getHealthCheckStatusRequest", "variableType" : "GetHealthCheckStatusRequest", "documentation" : "

A complex type that contains information about the request to get health check status for a health check.

", "simpleType" : "GetHealthCheckStatusRequest", "variableSetterType" : "GetHealthCheckStatusRequest" }, "inputStreamPropertyName" : null, "methodName" : "getHealthCheckStatus", "operationName" : "GetHealthCheckStatus", "returnType" : { "returnType" : "GetHealthCheckStatusResult", "documentation" : "

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

" }, "syncReturnType" : "GetHealthCheckStatusResult" }, "GetHostedZone" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetHostedZoneResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves the delegation set for a hosted zone, including the four name servers assigned to the hosted zone. Send a GET request to the /Amazon Route 53 API version/hostedzone/hosted zone ID resource.

", "exceptions" : [ { "exceptionName" : "NoSuchHostedZoneException", "documentation" : "

No hosted zone exists with the ID that you specified.

" }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetHostedZoneRequest", "variableName" : "getHostedZoneRequest", "variableType" : "GetHostedZoneRequest", "documentation" : "

The input for a GetHostedZone request.

", "simpleType" : "GetHostedZoneRequest", "variableSetterType" : "GetHostedZoneRequest" }, "inputStreamPropertyName" : null, "methodName" : "getHostedZone", "operationName" : "GetHostedZone", "returnType" : { "returnType" : "GetHostedZoneResult", "documentation" : "

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

" }, "syncReturnType" : "GetHostedZoneResult" }, "GetHostedZoneCount" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetHostedZoneCountResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves a count of all your hosted zones. Send a GET request to the /2013-04-01/hostedzonecount resource.

", "exceptions" : [ { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetHostedZoneCountRequest", "variableName" : "getHostedZoneCountRequest", "variableType" : "GetHostedZoneCountRequest", "documentation" : "

To retrieve a count of all your hosted zones, send a GET request to the /2013-04-01/hostedzonecount resource.

", "simpleType" : "GetHostedZoneCountRequest", "variableSetterType" : "GetHostedZoneCountRequest" }, "inputStreamPropertyName" : null, "methodName" : "getHostedZoneCount", "operationName" : "GetHostedZoneCount", "returnType" : { "returnType" : "GetHostedZoneCountResult", "documentation" : "

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

" }, "syncReturnType" : "GetHostedZoneCountResult" }, "GetReusableDelegationSet" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetReusableDelegationSetResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves the reusable delegation set. Send a GET request to the /2013-04-01/delegationset/delegation set ID resource.

", "exceptions" : [ { "exceptionName" : "NoSuchDelegationSetException", "documentation" : "

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

" }, { "exceptionName" : "DelegationSetNotReusableException", "documentation" : "

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

" }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetReusableDelegationSetRequest", "variableName" : "getReusableDelegationSetRequest", "variableType" : "GetReusableDelegationSetRequest", "documentation" : "

The input for a GetReusableDelegationSet request.

", "simpleType" : "GetReusableDelegationSetRequest", "variableSetterType" : "GetReusableDelegationSetRequest" }, "inputStreamPropertyName" : null, "methodName" : "getReusableDelegationSet", "operationName" : "GetReusableDelegationSet", "returnType" : { "returnType" : "GetReusableDelegationSetResult", "documentation" : "

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

" }, "syncReturnType" : "GetReusableDelegationSetResult" }, "GetTrafficPolicy" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetTrafficPolicyResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Gets information about a specific traffic policy version.

Send a GET request to the /Amazon Route 53 API version/trafficpolicy resource.

", "exceptions" : [ { "exceptionName" : "NoSuchTrafficPolicyException", "documentation" : "

No traffic policy exists with the specified ID.

" }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetTrafficPolicyRequest", "variableName" : "getTrafficPolicyRequest", "variableType" : "GetTrafficPolicyRequest", "documentation" : "

Gets information about a specific traffic policy version. To get the information, send a GET request to the /2013-04-01/trafficpolicy resource, and specify the ID and the version of the traffic policy.

", "simpleType" : "GetTrafficPolicyRequest", "variableSetterType" : "GetTrafficPolicyRequest" }, "inputStreamPropertyName" : null, "methodName" : "getTrafficPolicy", "operationName" : "GetTrafficPolicy", "returnType" : { "returnType" : "GetTrafficPolicyResult", "documentation" : "

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

" }, "syncReturnType" : "GetTrafficPolicyResult" }, "GetTrafficPolicyInstance" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetTrafficPolicyInstanceResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Gets information about a specified traffic policy instance.

Send a GET request to the /Amazon Route 53 API version/trafficpolicyinstance resource.

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

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

", "exceptions" : [ { "exceptionName" : "NoSuchTrafficPolicyInstanceException", "documentation" : "

No traffic policy instance exists with the specified ID.

" }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetTrafficPolicyInstanceRequest", "variableName" : "getTrafficPolicyInstanceRequest", "variableType" : "GetTrafficPolicyInstanceRequest", "documentation" : "

Gets information about a specified traffic policy instance.

To get information about a traffic policy instance, send a GET request to the /Amazon Route 53 API version/trafficpolicyinstance/Id resource.

", "simpleType" : "GetTrafficPolicyInstanceRequest", "variableSetterType" : "GetTrafficPolicyInstanceRequest" }, "inputStreamPropertyName" : null, "methodName" : "getTrafficPolicyInstance", "operationName" : "GetTrafficPolicyInstance", "returnType" : { "returnType" : "GetTrafficPolicyInstanceResult", "documentation" : "

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

" }, "syncReturnType" : "GetTrafficPolicyInstanceResult" }, "GetTrafficPolicyInstanceCount" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetTrafficPolicyInstanceCountResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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

To get the number of traffic policy instances, send a GET request to the /2013-04-01/trafficpolicyinstancecount resource.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetTrafficPolicyInstanceCountRequest", "variableName" : "getTrafficPolicyInstanceCountRequest", "variableType" : "GetTrafficPolicyInstanceCountRequest", "documentation" : "

To retrieve a count of all your traffic policy instances, send a GET request to the /2013-04-01/trafficpolicyinstancecount resource.

", "simpleType" : "GetTrafficPolicyInstanceCountRequest", "variableSetterType" : "GetTrafficPolicyInstanceCountRequest" }, "inputStreamPropertyName" : null, "methodName" : "getTrafficPolicyInstanceCount", "operationName" : "GetTrafficPolicyInstanceCount", "returnType" : { "returnType" : "GetTrafficPolicyInstanceCountResult", "documentation" : "

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

" }, "syncReturnType" : "GetTrafficPolicyInstanceCountResult" }, "ListChangeBatchesByHostedZone" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListChangeBatchesByHostedZoneResult", "authenticated" : true, "deprecated" : true, "documentation" : "

Gets the list of ChangeBatches in a given time period for a given hosted zone.

", "exceptions" : [ { "exceptionName" : "NoSuchHostedZoneException", "documentation" : "

No hosted zone exists with the ID that you specified.

" }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListChangeBatchesByHostedZoneRequest", "variableName" : "listChangeBatchesByHostedZoneRequest", "variableType" : "ListChangeBatchesByHostedZoneRequest", "documentation" : "

The input for a ListChangeBatchesByHostedZone request.

", "simpleType" : "ListChangeBatchesByHostedZoneRequest", "variableSetterType" : "ListChangeBatchesByHostedZoneRequest" }, "inputStreamPropertyName" : null, "methodName" : "listChangeBatchesByHostedZone", "operationName" : "ListChangeBatchesByHostedZone", "returnType" : { "returnType" : "ListChangeBatchesByHostedZoneResult", "documentation" : "

A complex type containing the response information for the request.

" }, "syncReturnType" : "ListChangeBatchesByHostedZoneResult" }, "ListChangeBatchesByRRSet" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListChangeBatchesByRRSetResult", "authenticated" : true, "deprecated" : true, "documentation" : "

Gets the list of ChangeBatches in a given time period for a given hosted zone and RRSet.

", "exceptions" : [ { "exceptionName" : "NoSuchHostedZoneException", "documentation" : "

No hosted zone exists with the ID that you specified.

" }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListChangeBatchesByRRSetRequest", "variableName" : "listChangeBatchesByRRSetRequest", "variableType" : "ListChangeBatchesByRRSetRequest", "documentation" : "

The input for a ListChangeBatchesByRRSet request.

", "simpleType" : "ListChangeBatchesByRRSetRequest", "variableSetterType" : "ListChangeBatchesByRRSetRequest" }, "inputStreamPropertyName" : null, "methodName" : "listChangeBatchesByRRSet", "operationName" : "ListChangeBatchesByRRSet", "returnType" : { "returnType" : "ListChangeBatchesByRRSetResult", "documentation" : "

The input for a ListChangeBatchesByRRSet request.

" }, "syncReturnType" : "ListChangeBatchesByRRSetResult" }, "ListGeoLocations" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListGeoLocationsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves a list of supported geo locations. Send a GET request to the /2013-04-01/geolocations resource. The response to this request includes a GeoLocationDetailsList element for each location that Amazon Route 53 supports.

Countries are listed first, and continents are listed last. If Amazon Route 53 supports subdivisions for a country (for example, states or provinces), the subdivisions for that country are listed in alphabetical order immediately after the corresponding country.

", "exceptions" : [ { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListGeoLocationsRequest", "variableName" : "listGeoLocationsRequest", "variableType" : "ListGeoLocationsRequest", "documentation" : "

To get a list of geographic locations that Amazon Route 53 supports for geolocation, send a GET request to the /Amazon Route 53 API version/geolocations resource. The response to this request includes a GeoLocationDetails element for each location that Amazon Route 53 supports.

Countries are listed first, and continents are listed last. If Amazon Route 53 supports subdivisions for a country (for example, states or provinces), the subdivisions for that country are listed in alphabetical order immediately after the corresponding country.

", "simpleType" : "ListGeoLocationsRequest", "variableSetterType" : "ListGeoLocationsRequest" }, "inputStreamPropertyName" : null, "methodName" : "listGeoLocations", "operationName" : "ListGeoLocations", "returnType" : { "returnType" : "ListGeoLocationsResult", "documentation" : "

A complex type containing the response information for the request.

" }, "syncReturnType" : "ListGeoLocationsResult" }, "ListHealthChecks" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListHealthChecksResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieve a list of your health checks. Send a GET request to the /2013-04-01/healthcheck resource. The response to this request includes a HealthChecks element with zero or more HealthCheck child elements. By default, the list of health checks is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the health check that the list begins with.

For information about listing health checks using the Amazon Route 53 console, see Amazon Route 53 Health Checks and DNS Failover.

", "exceptions" : [ { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" }, { "exceptionName" : "IncompatibleVersionException", "documentation" : "

The resource you are trying to access is unsupported on this Amazon Route 53 endpoint. Please consider using a newer endpoint or a tool that does so.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListHealthChecksRequest", "variableName" : "listHealthChecksRequest", "variableType" : "ListHealthChecksRequest", "documentation" : "

To retrieve a list of your health checks, send a GET request to the /2013-04-01/healthcheck resource. The response to this request includes a HealthChecks element with zero or more HealthCheck child elements. By default, the list of health checks is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the health check that the list begins with.

Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.

", "simpleType" : "ListHealthChecksRequest", "variableSetterType" : "ListHealthChecksRequest" }, "inputStreamPropertyName" : null, "methodName" : "listHealthChecks", "operationName" : "ListHealthChecks", "returnType" : { "returnType" : "ListHealthChecksResult", "documentation" : "

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

" }, "syncReturnType" : "ListHealthChecksResult" }, "ListHostedZones" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListHostedZonesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

To retrieve a list of your public and private hosted zones, send a GET request to the /2013-04-01/hostedzone resource. The response to this request includes a HostedZones child element for each hosted zone created by the current AWS account.

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of hosted zones, you can use the maxitems parameter to list them in groups of up to 100. The response includes four values that help navigate from one group of maxitems hosted zones to the next:

  • MaxItemsis the value specified for the maxitems parameter in the request that produced the current response.

  • If the value of IsTruncated in the response is true, there are more hosted zones associated with the current AWS account.

  • NextMarkeris the hosted zone ID of the next hosted zone that is associated with the current AWS account. If you want to list more hosted zones, make another call to ListHostedZones, and specify the value of the NextMarker element in the marker parameter.

    If IsTruncated is false, the NextMarker element is omitted from the response.

  • If you're making the second or subsequent call to ListHostedZones, the Marker element matches the value that you specified in the marker parameter in the previous request.

", "exceptions" : [ { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" }, { "exceptionName" : "NoSuchDelegationSetException", "documentation" : "

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

" }, { "exceptionName" : "DelegationSetNotReusableException", "documentation" : "

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

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListHostedZonesRequest", "variableName" : "listHostedZonesRequest", "variableType" : "ListHostedZonesRequest", "documentation" : "

To retrieve a list of your public and private hosted zones, send a GET request to the /2013-04-01/hostedzone resource. The response to this request includes a HostedZone child element for each hosted zone that was created by the current AWS account.

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of hosted zones, you can use the maxitems parameter to list them in groups of up to 100. The response includes four values that help you navigate from one group of maxitems hosted zones to the next:

  • MaxItems is the value that you specified for the maxitems parameter in the request that produced the current response.

  • If the value of IsTruncated in the response is true, there are more hosted zones associated with the current AWS account.

    If IsTruncated is false, this response includes the last hosted zone that is associated with the current account.

  • NextMarker is the hosted zone ID of the next hosted zone that is associated with the current AWS account. If you want to list more hosted zones, make another call to ListHostedZones, and specify the value of the NextMarker element in the marker parameter.

    If IsTruncated is false, the NextMarker element is omitted from the response.

  • If you're making the second or subsequent call to ListHostedZones, the Marker element matches the value that you specified in the marker parameter in the previous request.

", "simpleType" : "ListHostedZonesRequest", "variableSetterType" : "ListHostedZonesRequest" }, "inputStreamPropertyName" : null, "methodName" : "listHostedZones", "operationName" : "ListHostedZones", "returnType" : { "returnType" : "ListHostedZonesResult", "documentation" : null }, "syncReturnType" : "ListHostedZonesResult" }, "ListHostedZonesByName" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListHostedZonesByNameResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves a list of your hosted zones in lexicographic order. Send a GET request to the /2013-04-01/hostedzonesbyname resource. The response includes a HostedZones child element for each hosted zone created by the current AWS account.

ListHostedZonesByName sorts hosted zones by name with the labels reversed. For example:

  • com.example.www.

Note the trailing dot, which can change the sort order in some circumstances.

If the domain name includes escape characters or Punycode, ListHostedZonesByName alphabetizes the domain name using the escaped or Punycoded value, which is the format that Amazon Route 53 saves in its database. For example, to create a hosted zone for example.com, specify ex\\344mple.com for the domain name. ListHostedZonesByName alphabetizes it as:

  • com.ex\\344mple.

The labels are reversed and alphabetized using the escaped value. For more information about valid domain name formats, including internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.

Amazon Route 53 returns up to 100 items in each response. If you have a lot of hosted zones, use the MaxItems parameter to list them in groups of up to 100. The response includes values that help navigate from one group of MaxItems hosted zones to the next:

  • The DNSName and HostedZoneId elements in the response contain the values, if any, specified for the dnsname and hostedzoneid parameters in the request that produced the current response.

  • The MaxItems element in the response contains the value, if any, that you specified for the maxitems parameter in the request that produced the current response.

  • If the value of IsTruncated in the response is true, there are more hosted zones associated with the current AWS account.

    If IsTruncated is false, this response includes the last hosted zone that is associated with the current account. The NextDNSName element and NextHostedZoneId elements are omitted from the response.

  • The NextDNSName and NextHostedZoneId elements in the response contain the domain name and the hosted zone ID of the next hosted zone that is associated with the current AWS account. If you want to list more hosted zones, make another call to ListHostedZonesByName, and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

", "exceptions" : [ { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" }, { "exceptionName" : "InvalidDomainNameException", "documentation" : "

The specified domain name is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListHostedZonesByNameRequest", "variableName" : "listHostedZonesByNameRequest", "variableType" : "ListHostedZonesByNameRequest", "documentation" : "

To retrieve a list of your public and private hosted zones in ASCII order by domain name, send a GET request to the /Amazon Route 53 API version/hostedzonesbyname resource. The response to this request includes a HostedZone child element for each hosted zone that was created by the current AWS account. ListHostedZonesByName sorts hosted zones by name with the labels reversed, for example:

com.example.www.

Note the trailing dot, which can change the sort order in some circumstances.

If the domain name includes escape characters or Punycode, ListHostedZonesByName alphabetizes the domain name using the escaped or Punycoded value, which is the format that Amazon Route 53 saves in its database. For example, to create a hosted zone for exämple.com, you specify ex\\344mple.com for the domain name. ListHostedZonesByName alphabetizes it as: com.ex\\344mple. The labels are reversed, and it's alphabetized using the escaped value. For more information about valid domain name formats, including internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.

Amazon Route 53 returns up to 100 items in each response. If you have a lot of hosted zones, you can use the MaxItems parameter to list them in groups of up to 100. The response includes values that help you navigate from one group of MaxItems hosted zones to the next:

  • The DNSName and HostedZoneId elements in the response contain the values, if any, that you specified for the dnsname and hostedzoneid parameters in the request that produced the current response.

  • The MaxItems element in the response contains the value, if any, that you specified for the maxitems parameter in the request that produced the current response.

  • If the value of IsTruncated in the response is true, there are more hosted zones associated with the current Amazon Route 53 account.

    If IsTruncated is false, this response includes the last hosted zone that is associated with the current account. The NextDNSName element and NextHostedZoneId elements are omitted from the response.

  • The NextDNSName and NextHostedZoneId elements in the response contain the domain name and the hosted zone ID of the next hosted zone that is associated with the current AWS account. If you want to list more hosted zones, make another call to ListHostedZonesByName, and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

", "simpleType" : "ListHostedZonesByNameRequest", "variableSetterType" : "ListHostedZonesByNameRequest" }, "inputStreamPropertyName" : null, "methodName" : "listHostedZonesByName", "operationName" : "ListHostedZonesByName", "returnType" : { "returnType" : "ListHostedZonesByNameResult", "documentation" : "

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

" }, "syncReturnType" : "ListHostedZonesByNameResult" }, "ListResourceRecordSets" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListResourceRecordSetsResult", "authenticated" : true, "deprecated" : false, "documentation" : "", "exceptions" : [ { "exceptionName" : "NoSuchHostedZoneException", "documentation" : "

No hosted zone exists with the ID that you specified.

" }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListResourceRecordSetsRequest", "variableName" : "listResourceRecordSetsRequest", "variableType" : "ListResourceRecordSetsRequest", "documentation" : "

The input for a ListResourceRecordSets request.

", "simpleType" : "ListResourceRecordSetsRequest", "variableSetterType" : "ListResourceRecordSetsRequest" }, "inputStreamPropertyName" : null, "methodName" : "listResourceRecordSets", "operationName" : "ListResourceRecordSets", "returnType" : { "returnType" : "ListResourceRecordSetsResult", "documentation" : "

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

" }, "syncReturnType" : "ListResourceRecordSetsResult" }, "ListReusableDelegationSets" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListReusableDelegationSetsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

To retrieve a list of your reusable delegation sets, send a GET request to the /2013-04-01/delegationset resource. The response to this request includes a DelegationSets element with zero, one, or multiple DelegationSet child elements. By default, the list of delegation sets is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the delegation set that the list begins with.

Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.

", "exceptions" : [ { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListReusableDelegationSetsRequest", "variableName" : "listReusableDelegationSetsRequest", "variableType" : "ListReusableDelegationSetsRequest", "documentation" : "

To retrieve a list of your reusable delegation sets, send a GET request to the /2013-04-01/delegationset resource. The response to this request includes a DelegationSets element with zero or more DelegationSet child elements. By default, the list of reusable delegation sets is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the delegation set that the list begins with.

Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.

", "simpleType" : "ListReusableDelegationSetsRequest", "variableSetterType" : "ListReusableDelegationSetsRequest" }, "inputStreamPropertyName" : null, "methodName" : "listReusableDelegationSets", "operationName" : "ListReusableDelegationSets", "returnType" : { "returnType" : "ListReusableDelegationSetsResult", "documentation" : "

A complex type that contains information about the reusable delegation sets that are associated with the current AWS account.

" }, "syncReturnType" : "ListReusableDelegationSetsResult" }, "ListTagsForResource" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListTagsForResourceResult", "authenticated" : true, "deprecated" : false, "documentation" : "", "exceptions" : [ { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" }, { "exceptionName" : "NoSuchHealthCheckException", "documentation" : "

No health check exists with the ID that you specified in the DeleteHealthCheck request.

" }, { "exceptionName" : "NoSuchHostedZoneException", "documentation" : "

No hosted zone exists with the ID that you specified.

" }, { "exceptionName" : "PriorRequestNotCompleteException", "documentation" : "

If Amazon Route 53 can't process a request before the next request arrives, it will reject subsequent requests for the same hosted zone and return an HTTP 400 error (Bad request). If Amazon Route 53 returns this error repeatedly for the same request, we recommend that you wait, in intervals of increasing duration, before you try the request again.

" }, { "exceptionName" : "ThrottlingException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTagsForResourceRequest", "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "documentation" : "

A complex type containing information about a request for a list of the tags that are associated with an individual resource.

", "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "inputStreamPropertyName" : null, "methodName" : "listTagsForResource", "operationName" : "ListTagsForResource", "returnType" : { "returnType" : "ListTagsForResourceResult", "documentation" : "

A complex type that contains information about the health checks or hosted zones for which you want to list tags.

" }, "syncReturnType" : "ListTagsForResourceResult" }, "ListTagsForResources" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListTagsForResourcesResult", "authenticated" : true, "deprecated" : false, "documentation" : "", "exceptions" : [ { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" }, { "exceptionName" : "NoSuchHealthCheckException", "documentation" : "

No health check exists with the ID that you specified in the DeleteHealthCheck request.

" }, { "exceptionName" : "NoSuchHostedZoneException", "documentation" : "

No hosted zone exists with the ID that you specified.

" }, { "exceptionName" : "PriorRequestNotCompleteException", "documentation" : "

If Amazon Route 53 can't process a request before the next request arrives, it will reject subsequent requests for the same hosted zone and return an HTTP 400 error (Bad request). If Amazon Route 53 returns this error repeatedly for the same request, we recommend that you wait, in intervals of increasing duration, before you try the request again.

" }, { "exceptionName" : "ThrottlingException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTagsForResourcesRequest", "variableName" : "listTagsForResourcesRequest", "variableType" : "ListTagsForResourcesRequest", "documentation" : "

A complex type that contains information about the health checks or hosted zones for which you want to list tags.

", "simpleType" : "ListTagsForResourcesRequest", "variableSetterType" : "ListTagsForResourcesRequest" }, "inputStreamPropertyName" : null, "methodName" : "listTagsForResources", "operationName" : "ListTagsForResources", "returnType" : { "returnType" : "ListTagsForResourcesResult", "documentation" : "

A complex type containing tags for the specified resources.

" }, "syncReturnType" : "ListTagsForResourcesResult" }, "ListTrafficPolicies" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListTrafficPoliciesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Gets information about the latest version for every traffic policy that is associated with the current AWS account. Send a GET request to the /Amazon Route 53 API version/trafficpolicy resource.

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policies, you can use the maxitems parameter to list them in groups of up to 100.

The response includes three values that help you navigate from one group of maxitems traffic policies to the next:

  • IsTruncated

    If the value of IsTruncated in the response is true, there are more traffic policies associated with the current AWS account.

    If IsTruncated is false, this response includes the last traffic policy that is associated with the current account.

  • TrafficPolicyIdMarker

    If IsTruncated is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies. If you want to list more traffic policies, make another call to ListTrafficPolicies, and specify the value of the TrafficPolicyIdMarker element from the response in the TrafficPolicyIdMarker request parameter.

    If IsTruncated is false, the TrafficPolicyIdMarker element is omitted from the response.

  • MaxItems

    The value that you specified for the MaxItems parameter in the request that produced the current response.

", "exceptions" : [ { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTrafficPoliciesRequest", "variableName" : "listTrafficPoliciesRequest", "variableType" : "ListTrafficPoliciesRequest", "documentation" : "

A complex type that contains the information about the request to list the traffic policies that are associated with the current AWS account.

", "simpleType" : "ListTrafficPoliciesRequest", "variableSetterType" : "ListTrafficPoliciesRequest" }, "inputStreamPropertyName" : null, "methodName" : "listTrafficPolicies", "operationName" : "ListTrafficPolicies", "returnType" : { "returnType" : "ListTrafficPoliciesResult", "documentation" : "

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

" }, "syncReturnType" : "ListTrafficPoliciesResult" }, "ListTrafficPolicyInstances" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListTrafficPolicyInstancesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Gets information about the traffic policy instances that you created by using the current AWS account.

After you submit an UpdateTrafficPolicyInstance request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the State response element.

Send a GET request to the /Amazon Route 53 API version/trafficpolicyinstance resource.

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the MaxItems parameter to list them in groups of up to 100.

The response includes five values that help you navigate from one group of MaxItems traffic policy instances to the next:

  • IsTruncated

    If the value of IsTruncated in the response is true, there are more traffic policy instances associated with the current AWS account.

    If IsTruncated is false, this response includes the last traffic policy instance that is associated with the current account.

  • MaxItems

    The value that you specified for the MaxItems parameter in the request that produced the current response.

  • HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker

    If IsTruncated is true, these three values in the response represent the first traffic policy instance in the next group of MaxItems traffic policy instances. To list more traffic policy instances, make another call to ListTrafficPolicyInstances, and specify these values in the corresponding request parameters.

    If IsTruncated is false, all three elements are omitted from the response.

", "exceptions" : [ { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" }, { "exceptionName" : "NoSuchTrafficPolicyInstanceException", "documentation" : "

No traffic policy instance exists with the specified ID.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTrafficPolicyInstancesRequest", "variableName" : "listTrafficPolicyInstancesRequest", "variableType" : "ListTrafficPolicyInstancesRequest", "documentation" : "

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

", "simpleType" : "ListTrafficPolicyInstancesRequest", "variableSetterType" : "ListTrafficPolicyInstancesRequest" }, "inputStreamPropertyName" : null, "methodName" : "listTrafficPolicyInstances", "operationName" : "ListTrafficPolicyInstances", "returnType" : { "returnType" : "ListTrafficPolicyInstancesResult", "documentation" : "

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

" }, "syncReturnType" : "ListTrafficPolicyInstancesResult" }, "ListTrafficPolicyInstancesByHostedZone" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListTrafficPolicyInstancesByHostedZoneResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Gets information about the traffic policy instances that you created in a specified hosted zone.

After you submit an UpdateTrafficPolicyInstance request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the State response element.

Send a GET request to the /Amazon Route 53 API version/trafficpolicyinstance resource and include the ID of the hosted zone.

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the MaxItems parameter to list them in groups of up to 100.

The response includes four values that help you navigate from one group of MaxItems traffic policy instances to the next:

  • IsTruncated

    If the value of IsTruncated in the response is true, there are more traffic policy instances associated with the current AWS account.

    If IsTruncated is false, this response includes the last traffic policy instance that is associated with the current account.

  • MaxItems

    The value that you specified for the MaxItems parameter in the request that produced the current response.

  • TrafficPolicyInstanceNameMarker and TrafficPolicyInstanceTypeMarker

    If IsTruncated is true, these two values in the response represent the first traffic policy instance in the next group of MaxItems traffic policy instances. To list more traffic policy instances, make another call to ListTrafficPolicyInstancesByHostedZone, and specify these values in the corresponding request parameters.

    If IsTruncated is false, all three elements are omitted from the response.

", "exceptions" : [ { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" }, { "exceptionName" : "NoSuchTrafficPolicyInstanceException", "documentation" : "

No traffic policy instance exists with the specified ID.

" }, { "exceptionName" : "NoSuchHostedZoneException", "documentation" : "

No hosted zone exists with the ID that you specified.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTrafficPolicyInstancesByHostedZoneRequest", "variableName" : "listTrafficPolicyInstancesByHostedZoneRequest", "variableType" : "ListTrafficPolicyInstancesByHostedZoneRequest", "documentation" : "

A request for the traffic policy instances that you created in a specified hosted zone.

", "simpleType" : "ListTrafficPolicyInstancesByHostedZoneRequest", "variableSetterType" : "ListTrafficPolicyInstancesByHostedZoneRequest" }, "inputStreamPropertyName" : null, "methodName" : "listTrafficPolicyInstancesByHostedZone", "operationName" : "ListTrafficPolicyInstancesByHostedZone", "returnType" : { "returnType" : "ListTrafficPolicyInstancesByHostedZoneResult", "documentation" : "

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

" }, "syncReturnType" : "ListTrafficPolicyInstancesByHostedZoneResult" }, "ListTrafficPolicyInstancesByPolicy" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListTrafficPolicyInstancesByPolicyResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Gets information about the traffic policy instances that you created by using a specify traffic policy version.

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

Send a GET request to the /Route 53 API version/trafficpolicyinstance resource and include the ID and version of the traffic policy.

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the MaxItems parameter to list them in groups of up to 100.

The response includes five values that help you navigate from one group of MaxItems traffic policy instances to the next:

  • IsTruncated

    If the value of IsTruncated in the response is true, there are more traffic policy instances associated with the specified traffic policy.

    If IsTruncated is false, this response includes the last traffic policy instance that is associated with the specified traffic policy.

  • MaxItems

    The value that you specified for the MaxItems parameter in the request that produced the current response.

  • HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker

    If IsTruncated is true, these values in the response represent the first traffic policy instance in the next group of MaxItems traffic policy instances. To list more traffic policy instances, make another call to ListTrafficPolicyInstancesByPolicy, and specify these values in the corresponding request parameters.

    If IsTruncated is false, all three elements are omitted from the response.

", "exceptions" : [ { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" }, { "exceptionName" : "NoSuchTrafficPolicyInstanceException", "documentation" : "

No traffic policy instance exists with the specified ID.

" }, { "exceptionName" : "NoSuchTrafficPolicyException", "documentation" : "

No traffic policy exists with the specified ID.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTrafficPolicyInstancesByPolicyRequest", "variableName" : "listTrafficPolicyInstancesByPolicyRequest", "variableType" : "ListTrafficPolicyInstancesByPolicyRequest", "documentation" : "

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

", "simpleType" : "ListTrafficPolicyInstancesByPolicyRequest", "variableSetterType" : "ListTrafficPolicyInstancesByPolicyRequest" }, "inputStreamPropertyName" : null, "methodName" : "listTrafficPolicyInstancesByPolicy", "operationName" : "ListTrafficPolicyInstancesByPolicy", "returnType" : { "returnType" : "ListTrafficPolicyInstancesByPolicyResult", "documentation" : "

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

" }, "syncReturnType" : "ListTrafficPolicyInstancesByPolicyResult" }, "ListTrafficPolicyVersions" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListTrafficPolicyVersionsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Gets information about all of the versions for a specified traffic policy.

Send a GET request to the /Amazon Route 53 API version/trafficpolicy resource and specify the ID of the traffic policy for which you want to list versions.

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policies, you can use the maxitems parameter to list them in groups of up to 100.

The response includes three values that help you navigate from one group of 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.

", "exceptions" : [ { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" }, { "exceptionName" : "NoSuchTrafficPolicyException", "documentation" : "

No traffic policy exists with the specified ID.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTrafficPolicyVersionsRequest", "variableName" : "listTrafficPolicyVersionsRequest", "variableType" : "ListTrafficPolicyVersionsRequest", "documentation" : "

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

", "simpleType" : "ListTrafficPolicyVersionsRequest", "variableSetterType" : "ListTrafficPolicyVersionsRequest" }, "inputStreamPropertyName" : null, "methodName" : "listTrafficPolicyVersions", "operationName" : "ListTrafficPolicyVersions", "returnType" : { "returnType" : "ListTrafficPolicyVersionsResult", "documentation" : "

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

" }, "syncReturnType" : "ListTrafficPolicyVersionsResult" }, "TestDNSAnswer" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "TestDNSAnswerResult", "authenticated" : true, "deprecated" : false, "documentation" : "", "exceptions" : [ { "exceptionName" : "NoSuchHostedZoneException", "documentation" : "

No hosted zone exists with the ID that you specified.

" }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "TestDNSAnswerRequest", "variableName" : "testDNSAnswerRequest", "variableType" : "TestDNSAnswerRequest", "documentation" : "

Gets the value that Amazon Route 53 returns in response to a DNS request for a specified record name and type. You can optionally specify the IP address of a DNS resolver, an EDNS0 client subnet IP address, and a subnet mask.

Parameters

hostedzoneid

The ID of the hosted zone that you want Amazon Route 53 to simulate a query for.

recordname

The name of the resource record set that you want Amazon Route 53 to simulate a query for.

recordtype

The type of the resource record set.

resolverip (optional)

If you want to simulate a request from a specific DNS resolver, specify the IP address for that resolver. If you omit this value, TestDNSAnswer uses the IP address of a DNS resolver in the AWS US East region.

edns0clientsubnetip (optional)

If the resolver that you specified for resolverip supports EDNS0, specify the IP address of a client in the applicable location.

edns0clientsubnetmask (optional)

If you specify an IP address for edns0clientsubnetip, you can optionally specify the number of bits of the IP address that you want the checking tool to include in the DNS query. For example, if you specify 192.0.2.44 for edns0clientsubnetip and 24 for edns0clientsubnetmask, the checking tool will simulate a request from 192.0.2.0/24. The default value is 24 bits.

", "simpleType" : "TestDNSAnswerRequest", "variableSetterType" : "TestDNSAnswerRequest" }, "inputStreamPropertyName" : null, "methodName" : "testDNSAnswer", "operationName" : "TestDNSAnswer", "returnType" : { "returnType" : "TestDNSAnswerResult", "documentation" : "

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

" }, "syncReturnType" : "TestDNSAnswerResult" }, "UpdateHealthCheck" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "UpdateHealthCheckResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates an existing health check.

Send a POST request to the /Amazon Route 53 API version/healthcheck/health check ID resource. The request body must include an XML document with an UpdateHealthCheckRequest element. For more information about updating health checks, see Creating, Updating, and Deleting Health Checks in the Amazon Route 53 Developer Guide.

", "exceptions" : [ { "exceptionName" : "NoSuchHealthCheckException", "documentation" : "

No health check exists with the ID that you specified in the DeleteHealthCheck request.

" }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" }, { "exceptionName" : "HealthCheckVersionMismatchException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateHealthCheckRequest", "variableName" : "updateHealthCheckRequest", "variableType" : "UpdateHealthCheckRequest", "documentation" : "

A complex type that contains the health check request information.

", "simpleType" : "UpdateHealthCheckRequest", "variableSetterType" : "UpdateHealthCheckRequest" }, "inputStreamPropertyName" : null, "methodName" : "updateHealthCheck", "operationName" : "UpdateHealthCheck", "returnType" : { "returnType" : "UpdateHealthCheckResult", "documentation" : null }, "syncReturnType" : "UpdateHealthCheckResult" }, "UpdateHostedZoneComment" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "UpdateHostedZoneCommentResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates the hosted zone comment. Send a POST request to the /2013-04-01/hostedzone/hosted zone ID resource.

", "exceptions" : [ { "exceptionName" : "NoSuchHostedZoneException", "documentation" : "

No hosted zone exists with the ID that you specified.

" }, { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateHostedZoneCommentRequest", "variableName" : "updateHostedZoneCommentRequest", "variableType" : "UpdateHostedZoneCommentRequest", "documentation" : "

A complex type that contains the hosted zone request information.

", "simpleType" : "UpdateHostedZoneCommentRequest", "variableSetterType" : "UpdateHostedZoneCommentRequest" }, "inputStreamPropertyName" : null, "methodName" : "updateHostedZoneComment", "operationName" : "UpdateHostedZoneComment", "returnType" : { "returnType" : "UpdateHostedZoneCommentResult", "documentation" : "

A complex type that contains the response to the UpdateHostedZoneCommentRequest.

" }, "syncReturnType" : "UpdateHostedZoneCommentResult" }, "UpdateTrafficPolicyComment" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "UpdateTrafficPolicyCommentResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates the comment for a specified traffic policy version.

Send a POST request to the /Amazon Route 53 API version/trafficpolicy/ resource.

The request body must include a document with an UpdateTrafficPolicyCommentRequest element.

", "exceptions" : [ { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" }, { "exceptionName" : "NoSuchTrafficPolicyException", "documentation" : "

No traffic policy exists with the specified ID.

" }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

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

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateTrafficPolicyCommentRequest", "variableName" : "updateTrafficPolicyCommentRequest", "variableType" : "UpdateTrafficPolicyCommentRequest", "documentation" : "

A complex type that contains information about the traffic policy for which you want to update the comment.

", "simpleType" : "UpdateTrafficPolicyCommentRequest", "variableSetterType" : "UpdateTrafficPolicyCommentRequest" }, "inputStreamPropertyName" : null, "methodName" : "updateTrafficPolicyComment", "operationName" : "UpdateTrafficPolicyComment", "returnType" : { "returnType" : "UpdateTrafficPolicyCommentResult", "documentation" : "

A complex type that contains the response information for the traffic policy.

" }, "syncReturnType" : "UpdateTrafficPolicyCommentResult" }, "UpdateTrafficPolicyInstance" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "UpdateTrafficPolicyInstanceResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates the resource record sets in a specified hosted zone that were created based on the settings in a specified traffic policy version.

Send a POST request to the /Amazon Route 53 API version/trafficpolicyinstance/traffic policy ID resource. The request body must include a document with an UpdateTrafficPolicyInstanceRequest element.

When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS queries for the root resource record set name (such as example.com) while it replaces one group of resource record sets with another. Amazon Route 53 performs the following operations:

  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.

", "exceptions" : [ { "exceptionName" : "InvalidInputException", "documentation" : "

The input is not valid.

" }, { "exceptionName" : "NoSuchTrafficPolicyException", "documentation" : "

No traffic policy exists with the specified ID.

" }, { "exceptionName" : "NoSuchTrafficPolicyInstanceException", "documentation" : "

No traffic policy instance exists with the specified ID.

" }, { "exceptionName" : "PriorRequestNotCompleteException", "documentation" : "

If Amazon Route 53 can't process a request before the next request arrives, it will reject subsequent requests for the same hosted zone and return an HTTP 400 error (Bad request). If Amazon Route 53 returns this error repeatedly for the same request, we recommend that you wait, in intervals of increasing duration, before you try the request again.

" }, { "exceptionName" : "ConflictingTypesException", "documentation" : "

You tried to update a traffic policy instance by using a traffic policy version that has a different DNS type than the current type for the instance. You specified the type in the JSON document in the CreateTrafficPolicy or CreateTrafficPolicyVersionrequest.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateTrafficPolicyInstanceRequest", "variableName" : "updateTrafficPolicyInstanceRequest", "variableType" : "UpdateTrafficPolicyInstanceRequest", "documentation" : "

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

", "simpleType" : "UpdateTrafficPolicyInstanceRequest", "variableSetterType" : "UpdateTrafficPolicyInstanceRequest" }, "inputStreamPropertyName" : null, "methodName" : "updateTrafficPolicyInstance", "operationName" : "UpdateTrafficPolicyInstance", "returnType" : { "returnType" : "UpdateTrafficPolicyInstanceResult", "documentation" : "

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

" }, "syncReturnType" : "UpdateTrafficPolicyInstanceResult" } }, "shapes" : { "AlarmIdentifier" : { "c2jName" : "AlarmIdentifier", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Region", "c2jShape" : "CloudWatchRegion", "deprecated" : false, "documentation" : "

A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.

", "enumType" : "CloudWatchRegion", "fluentSetterDocumentation" : "/**

A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.

\n@param region A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CloudWatchRegion*/", "getterDocumentation" : "/**

A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.

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

For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.\n@see CloudWatchRegion*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Region", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Region", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Region", "setterDocumentation" : "/**

A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.

\n@param region A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.\n@see CloudWatchRegion*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "region", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.

\n@param region A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CloudWatchRegion*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "region", "variableType" : "String", "documentation" : "

A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Name", "c2jShape" : "AlarmName", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentSetterDocumentation" : "/**

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

\n@param name The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

\n@return The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

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

\n@param name The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

\n@param name The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "c2jName" : "Name", "c2jShape" : "AlarmName", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentSetterDocumentation" : "/**

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

\n@param name The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

\n@return The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

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

\n@param name The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

\n@param name The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Region" : { "c2jName" : "Region", "c2jShape" : "CloudWatchRegion", "deprecated" : false, "documentation" : "

A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.

", "enumType" : "CloudWatchRegion", "fluentSetterDocumentation" : "/**

A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.

\n@param region A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CloudWatchRegion*/", "getterDocumentation" : "/**

A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.

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

For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.\n@see CloudWatchRegion*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Region", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Region", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Region", "setterDocumentation" : "/**

A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.

\n@param region A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.\n@see CloudWatchRegion*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "region", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.

\n@param region A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CloudWatchRegion*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "region", "variableType" : "String", "documentation" : "

A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Region", "Name" ], "shapeName" : "AlarmIdentifier", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AlarmIdentifier", "variableName" : "alarmIdentifier", "variableType" : "AlarmIdentifier", "documentation" : null, "simpleType" : "AlarmIdentifier", "variableSetterType" : "AlarmIdentifier" }, "wrapper" : false }, "AliasTarget" : { "c2jName" : "AliasTarget", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are redirecting queries. The Elastic Beanstalk environment must have a regionalized subdomain.

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

  • Resource record sets cannot be created for CloudFront distributions in a private hosted zone.

  • Creating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported.

  • For information about creating failover resource record sets in a private hosted zone, see Configuring Failover in a Private Hosted Zone.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

Alias resource records sets only: The value used depends on where the queries are routed:

A CloudFront distribution

Specify Z2FDTNDATAQYW2.

Alias resource record sets for CloudFront cannot be created in a private zone.

Elastic Beanstalk environment

Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.

ELB load balancer

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

  • AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.

  • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

  • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

An Amazon S3 bucket configured as a static website

Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.

Another Amazon Route 53 resource record set in your hosted zone

Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)

", "enumType" : null, "fluentSetterDocumentation" : "/**

Alias resource records sets only: The value used depends on where the queries are routed:

A CloudFront distribution

Specify Z2FDTNDATAQYW2.

Alias resource record sets for CloudFront cannot be created in a private zone.

Elastic Beanstalk environment

Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.

ELB load balancer

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

  • AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.

  • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

  • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

An Amazon S3 bucket configured as a static website

Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.

Another Amazon Route 53 resource record set in your hosted zone

Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)

\n@param hostedZoneId Alias resource records sets only: The value used depends on where the queries are routed:

A CloudFront distribution

Specify Z2FDTNDATAQYW2.

Alias resource record sets for CloudFront cannot be created in a private zone.

Elastic Beanstalk environment

Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.

ELB load balancer

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

  • AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.

  • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

  • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

An Amazon S3 bucket configured as a static website

Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.

Another Amazon Route 53 resource record set in your hosted zone

Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)

\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Alias resource records sets only: The value used depends on where the queries are routed:

A CloudFront distribution

Specify Z2FDTNDATAQYW2.

Alias resource record sets for CloudFront cannot be created in a private zone.

Elastic Beanstalk environment

Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.

ELB load balancer

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

  • AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.

  • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

  • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

An Amazon S3 bucket configured as a static website

Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.

Another Amazon Route 53 resource record set in your hosted zone

Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)

\n@return Alias resource records sets only: The value used depends on where the queries are routed:

A CloudFront distribution

Specify Z2FDTNDATAQYW2.

Alias resource record sets for CloudFront cannot be created in a private zone.

Elastic Beanstalk environment

Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.

ELB load balancer

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

  • AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.

  • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

  • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

An Amazon S3 bucket configured as a static website

Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.

Another Amazon Route 53 resource record set in your hosted zone

Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)

*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZoneId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZoneId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneId", "setterDocumentation" : "/**

Alias resource records sets only: The value used depends on where the queries are routed:

A CloudFront distribution

Specify Z2FDTNDATAQYW2.

Alias resource record sets for CloudFront cannot be created in a private zone.

Elastic Beanstalk environment

Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.

ELB load balancer

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

  • AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.

  • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

  • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

An Amazon S3 bucket configured as a static website

Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.

Another Amazon Route 53 resource record set in your hosted zone

Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)

\n@param hostedZoneId Alias resource records sets only: The value used depends on where the queries are routed:

A CloudFront distribution

Specify Z2FDTNDATAQYW2.

Alias resource record sets for CloudFront cannot be created in a private zone.

Elastic Beanstalk environment

Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.

ELB load balancer

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

  • AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.

  • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

  • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

An Amazon S3 bucket configured as a static website

Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.

Another Amazon Route 53 resource record set in your hosted zone

Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)

*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Alias resource records sets only: The value used depends on where the queries are routed:

A CloudFront distribution

Specify Z2FDTNDATAQYW2.

Alias resource record sets for CloudFront cannot be created in a private zone.

Elastic Beanstalk environment

Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.

ELB load balancer

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

  • AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.

  • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

  • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

An Amazon S3 bucket configured as a static website

Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.

Another Amazon Route 53 resource record set in your hosted zone

Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)

\n@param hostedZoneId Alias resource records sets only: The value used depends on where the queries are routed:

A CloudFront distribution

Specify Z2FDTNDATAQYW2.

Alias resource record sets for CloudFront cannot be created in a private zone.

Elastic Beanstalk environment

Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.

ELB load balancer

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

  • AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.

  • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

  • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

An Amazon S3 bucket configured as a static website

Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.

Another Amazon Route 53 resource record set in your hosted zone

Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)

\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "

Alias resource records sets only: The value used depends on where the queries are routed:

A CloudFront distribution

Specify Z2FDTNDATAQYW2.

Alias resource record sets for CloudFront cannot be created in a private zone.

Elastic Beanstalk environment

Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.

ELB load balancer

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

  • AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.

  • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

  • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

An Amazon S3 bucket configured as a static website

Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.

Another Amazon Route 53 resource record set in your hosted zone

Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DNSName", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

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

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

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

  • Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:

    • AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.

    • Elastic Load Balancing API: Use the DescribeEnvironments action to get the value of the CNAME attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.

    • AWS CLI: Use the describe-environments command to get the value of the CNAME attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.

  • An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.

    • AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.

    • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZone$Id.

    • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZoneId.

  • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.

  • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.

", "enumType" : null, "fluentSetterDocumentation" : "/**

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

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

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

  • Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:

    • AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.

    • Elastic Load Balancing API: Use the DescribeEnvironments action to get the value of the CNAME attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.

    • AWS CLI: Use the describe-environments command to get the value of the CNAME attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.

  • An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.

    • AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.

    • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZone$Id.

    • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZoneId.

  • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.

  • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.

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

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

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

  • Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:

    • AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.

    • Elastic Load Balancing API: Use the DescribeEnvironments action to get the value of the CNAME attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.

    • AWS CLI: Use the describe-environments command to get the value of the CNAME attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.

  • An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.

    • AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.

    • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZone$Id.

    • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZoneId.

  • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.

  • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.

  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

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

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

    • Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:

      • AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.

      • Elastic Load Balancing API: Use the DescribeEnvironments action to get the value of the CNAME attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.

      • AWS CLI: Use the describe-environments command to get the value of the CNAME attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.

    • An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.

      • AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.

      • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZone$Id.

      • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZoneId.

    • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.

    • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.

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

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

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

    • Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:

      • AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.

      • Elastic Load Balancing API: Use the DescribeEnvironments action to get the value of the CNAME attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.

      • AWS CLI: Use the describe-environments command to get the value of the CNAME attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.

    • An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.

      • AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.

      • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZone$Id.

      • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZoneId.

    • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.

    • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.

    • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DNSName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DNSName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DNSName", "setterDocumentation" : "/**

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

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

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

      • Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:

        • AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.

        • Elastic Load Balancing API: Use the DescribeEnvironments action to get the value of the CNAME attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.

        • AWS CLI: Use the describe-environments command to get the value of the CNAME attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.

      • An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.

        • AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.

        • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZone$Id.

        • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZoneId.

      • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.

      • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.

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

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

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

      • Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:

        • AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.

        • Elastic Load Balancing API: Use the DescribeEnvironments action to get the value of the CNAME attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.

        • AWS CLI: Use the describe-environments command to get the value of the CNAME attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.

      • An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.

        • AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.

        • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZone$Id.

        • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZoneId.

      • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.

      • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.

      • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dNSName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

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

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

        • Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:

          • AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.

          • Elastic Load Balancing API: Use the DescribeEnvironments action to get the value of the CNAME attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.

          • AWS CLI: Use the describe-environments command to get the value of the CNAME attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.

        • An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.

          • AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.

          • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZone$Id.

          • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZoneId.

        • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.

        • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.

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

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

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

        • Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:

          • AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.

          • Elastic Load Balancing API: Use the DescribeEnvironments action to get the value of the CNAME attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.

          • AWS CLI: Use the describe-environments command to get the value of the CNAME attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.

        • An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.

          • AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.

          • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZone$Id.

          • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZoneId.

        • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.

        • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.

        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "dNSName", "variableType" : "String", "documentation" : "

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

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

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

          • Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:

            • AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.

            • Elastic Load Balancing API: Use the DescribeEnvironments action to get the value of the CNAME attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.

            • AWS CLI: Use the describe-environments command to get the value of the CNAME attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.

          • An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.

            • AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.

            • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZone$Id.

            • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZoneId.

          • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.

          • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EvaluateTargetHealth", "c2jShape" : "AliasHealthEnabled", "deprecated" : false, "documentation" : "

          Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

          In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

          • Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.

          • Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)

          • Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.

          • Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

          Note the following:

          • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.

          • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.

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

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

          • If you specify an ELB load balancer in AliasTarget , Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.

            For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.

          • We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

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

          ", "enumType" : null, "fluentSetterDocumentation" : "/**

          Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

          In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

          • Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.

          • Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)

          • Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.

          • Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

          Note the following:

          • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.

          • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.

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

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

          • If you specify an ELB load balancer in AliasTarget , Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.

            For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.

          • We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

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

          \n@param evaluateTargetHealth Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

          In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

          • Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.

          • Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)

          • Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.

          • Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

          Note the following:

          • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.

          • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.

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

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

          • If you specify an ELB load balancer in AliasTarget , Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.

            For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.

          • We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

          For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

          Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

          In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

          • Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.

          • Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)

          • Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.

          • Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

          Note the following:

          • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.

          • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.

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

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

          • If you specify an ELB load balancer in AliasTarget , Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.

            For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.

          • We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

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

          \n@return Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

          In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

          • Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.

          • Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)

          • Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.

          • Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

          Note the following:

          • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.

          • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.

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

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

          • If you specify an ELB load balancer in AliasTarget , Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.

            For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.

          • We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

          For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EvaluateTargetHealth", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EvaluateTargetHealth", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EvaluateTargetHealth", "setterDocumentation" : "/**

          Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

          In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

          • Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.

          • Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)

          • Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.

          • Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

          Note the following:

          • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.

          • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.

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

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

          • If you specify an ELB load balancer in AliasTarget , Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.

            For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.

          • We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

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

          \n@param evaluateTargetHealth Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

          In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

          • Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.

          • Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)

          • Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.

          • Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

          Note the following:

          • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.

          • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.

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

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

          • If you specify an ELB load balancer in AliasTarget , Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.

            For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.

          • We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

          For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "evaluateTargetHealth", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

          Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

          In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

          • Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.

          • Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)

          • Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.

          • Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

          Note the following:

          • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.

          • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.

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

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

          • If you specify an ELB load balancer in AliasTarget , Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.

            For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.

          • We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

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

          \n@param evaluateTargetHealth Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

          In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

          • Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.

          • Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)

          • Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.

          • Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

          Note the following:

          • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.

          • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.

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

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

          • If you specify an ELB load balancer in AliasTarget , Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.

            For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.

          • We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

          For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "evaluateTargetHealth", "variableType" : "Boolean", "documentation" : "

          Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

          In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

          • Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.

          • Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)

          • Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.

          • Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

          Note the following:

          • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.

          • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.

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

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

          • If you specify an ELB load balancer in AliasTarget , Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.

            For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.

          • We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

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

          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DNSName" : { "c2jName" : "DNSName", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

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

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

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

          • Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:

            • AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.

            • Elastic Load Balancing API: Use the DescribeEnvironments action to get the value of the CNAME attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.

            • AWS CLI: Use the describe-environments command to get the value of the CNAME attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.

          • An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.

            • AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.

            • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZone$Id.

            • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZoneId.

          • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.

          • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.

          ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

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

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

          • Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:

            • AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.

            • Elastic Load Balancing API: Use the DescribeEnvironments action to get the value of the CNAME attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.

            • AWS CLI: Use the describe-environments command to get the value of the CNAME attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.

          • An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.

            • AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.

            • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZone$Id.

            • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZoneId.

          • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.

          • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.

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

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

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

          • Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:

            • AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.

            • Elastic Load Balancing API: Use the DescribeEnvironments action to get the value of the CNAME attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.

            • AWS CLI: Use the describe-environments command to get the value of the CNAME attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.

          • An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.

            • AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.

            • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZone$Id.

            • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZoneId.

          • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.

          • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.

          • \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

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

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

            • Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:

              • AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.

              • Elastic Load Balancing API: Use the DescribeEnvironments action to get the value of the CNAME attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.

              • AWS CLI: Use the describe-environments command to get the value of the CNAME attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.

            • An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.

              • AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.

              • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZone$Id.

              • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZoneId.

            • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.

            • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.

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

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

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

            • Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:

              • AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.

              • Elastic Load Balancing API: Use the DescribeEnvironments action to get the value of the CNAME attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.

              • AWS CLI: Use the describe-environments command to get the value of the CNAME attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.

            • An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.

              • AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.

              • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZone$Id.

              • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZoneId.

            • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.

            • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.

            • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DNSName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DNSName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DNSName", "setterDocumentation" : "/**

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

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

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

              • Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:

                • AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.

                • Elastic Load Balancing API: Use the DescribeEnvironments action to get the value of the CNAME attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.

                • AWS CLI: Use the describe-environments command to get the value of the CNAME attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.

              • An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.

                • AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.

                • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZone$Id.

                • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZoneId.

              • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.

              • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.

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

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

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

              • Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:

                • AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.

                • Elastic Load Balancing API: Use the DescribeEnvironments action to get the value of the CNAME attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.

                • AWS CLI: Use the describe-environments command to get the value of the CNAME attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.

              • An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.

                • AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.

                • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZone$Id.

                • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZoneId.

              • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.

              • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.

              • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dNSName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

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

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

                • Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:

                  • AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.

                  • Elastic Load Balancing API: Use the DescribeEnvironments action to get the value of the CNAME attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.

                  • AWS CLI: Use the describe-environments command to get the value of the CNAME attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.

                • An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.

                  • AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.

                  • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZone$Id.

                  • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZoneId.

                • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.

                • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.

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

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

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

                • Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:

                  • AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.

                  • Elastic Load Balancing API: Use the DescribeEnvironments action to get the value of the CNAME attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.

                  • AWS CLI: Use the describe-environments command to get the value of the CNAME attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.

                • An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.

                  • AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.

                  • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZone$Id.

                  • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZoneId.

                • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.

                • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.

                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "dNSName", "variableType" : "String", "documentation" : "

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

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

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

                  • Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:

                    • AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.

                    • Elastic Load Balancing API: Use the DescribeEnvironments action to get the value of the CNAME attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.

                    • AWS CLI: Use the describe-environments command to get the value of the CNAME attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.

                  • An ELB load balancer: Specify the DNS name associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.

                    • AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZone$Id.

                    • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZone$Id.

                    • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZoneId.

                  • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.

                  • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EvaluateTargetHealth" : { "c2jName" : "EvaluateTargetHealth", "c2jShape" : "AliasHealthEnabled", "deprecated" : false, "documentation" : "

                  Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

                  In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

                  • Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.

                  • Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)

                  • Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.

                  • Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

                  Note the following:

                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.

                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.

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

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

                  • If you specify an ELB load balancer in AliasTarget , Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.

                    For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.

                  • We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

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

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

                  In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

                  • Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.

                  • Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)

                  • Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.

                  • Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

                  Note the following:

                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.

                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.

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

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

                  • If you specify an ELB load balancer in AliasTarget , Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.

                    For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.

                  • We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

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

                  \n@param evaluateTargetHealth Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

                  In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

                  • Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.

                  • Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)

                  • Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.

                  • Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

                  Note the following:

                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.

                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.

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

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

                  • If you specify an ELB load balancer in AliasTarget , Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.

                    For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.

                  • We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

                  For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

                  In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

                  • Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.

                  • Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)

                  • Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.

                  • Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

                  Note the following:

                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.

                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.

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

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

                  • If you specify an ELB load balancer in AliasTarget , Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.

                    For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.

                  • We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

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

                  \n@return Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

                  In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

                  • Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.

                  • Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)

                  • Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.

                  • Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

                  Note the following:

                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.

                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.

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

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

                  • If you specify an ELB load balancer in AliasTarget , Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.

                    For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.

                  • We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

                  For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EvaluateTargetHealth", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EvaluateTargetHealth", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EvaluateTargetHealth", "setterDocumentation" : "/**

                  Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

                  In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

                  • Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.

                  • Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)

                  • Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.

                  • Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

                  Note the following:

                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.

                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.

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

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

                  • If you specify an ELB load balancer in AliasTarget , Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.

                    For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.

                  • We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

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

                  \n@param evaluateTargetHealth Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

                  In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

                  • Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.

                  • Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)

                  • Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.

                  • Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

                  Note the following:

                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.

                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.

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

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

                  • If you specify an ELB load balancer in AliasTarget , Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.

                    For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.

                  • We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

                  For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "evaluateTargetHealth", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

                  In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

                  • Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.

                  • Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)

                  • Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.

                  • Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

                  Note the following:

                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.

                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.

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

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

                  • If you specify an ELB load balancer in AliasTarget , Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.

                    For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.

                  • We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

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

                  \n@param evaluateTargetHealth Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

                  In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

                  • Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.

                  • Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)

                  • Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.

                  • Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

                  Note the following:

                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.

                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.

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

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

                  • If you specify an ELB load balancer in AliasTarget , Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.

                    For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.

                  • We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

                  For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "evaluateTargetHealth", "variableType" : "Boolean", "documentation" : "

                  Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheck$Id for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

                  In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

                  • Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.

                  • Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)

                  • Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.

                  • Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

                  Note the following:

                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.

                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.

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

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

                  • If you specify an ELB load balancer in AliasTarget , Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources. When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer.

                    For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developers Guide.

                  • We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

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

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "HostedZoneId" : { "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                  Alias resource records sets only: The value used depends on where the queries are routed:

                  A CloudFront distribution

                  Specify Z2FDTNDATAQYW2.

                  Alias resource record sets for CloudFront cannot be created in a private zone.

                  Elastic Beanstalk environment

                  Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.

                  ELB load balancer

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

                  • AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.

                  • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

                  • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

                  An Amazon S3 bucket configured as a static website

                  Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.

                  Another Amazon Route 53 resource record set in your hosted zone

                  Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Alias resource records sets only: The value used depends on where the queries are routed:

                  A CloudFront distribution

                  Specify Z2FDTNDATAQYW2.

                  Alias resource record sets for CloudFront cannot be created in a private zone.

                  Elastic Beanstalk environment

                  Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.

                  ELB load balancer

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

                  • AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.

                  • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

                  • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

                  An Amazon S3 bucket configured as a static website

                  Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.

                  Another Amazon Route 53 resource record set in your hosted zone

                  Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)

                  \n@param hostedZoneId Alias resource records sets only: The value used depends on where the queries are routed:

                  A CloudFront distribution

                  Specify Z2FDTNDATAQYW2.

                  Alias resource record sets for CloudFront cannot be created in a private zone.

                  Elastic Beanstalk environment

                  Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.

                  ELB load balancer

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

                  • AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.

                  • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

                  • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

                  An Amazon S3 bucket configured as a static website

                  Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.

                  Another Amazon Route 53 resource record set in your hosted zone

                  Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)

                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Alias resource records sets only: The value used depends on where the queries are routed:

                  A CloudFront distribution

                  Specify Z2FDTNDATAQYW2.

                  Alias resource record sets for CloudFront cannot be created in a private zone.

                  Elastic Beanstalk environment

                  Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.

                  ELB load balancer

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

                  • AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.

                  • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

                  • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

                  An Amazon S3 bucket configured as a static website

                  Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.

                  Another Amazon Route 53 resource record set in your hosted zone

                  Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)

                  \n@return Alias resource records sets only: The value used depends on where the queries are routed:

                  A CloudFront distribution

                  Specify Z2FDTNDATAQYW2.

                  Alias resource record sets for CloudFront cannot be created in a private zone.

                  Elastic Beanstalk environment

                  Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.

                  ELB load balancer

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

                  • AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.

                  • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

                  • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

                  An Amazon S3 bucket configured as a static website

                  Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.

                  Another Amazon Route 53 resource record set in your hosted zone

                  Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)

                  */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZoneId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZoneId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneId", "setterDocumentation" : "/**

                  Alias resource records sets only: The value used depends on where the queries are routed:

                  A CloudFront distribution

                  Specify Z2FDTNDATAQYW2.

                  Alias resource record sets for CloudFront cannot be created in a private zone.

                  Elastic Beanstalk environment

                  Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.

                  ELB load balancer

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

                  • AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.

                  • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

                  • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

                  An Amazon S3 bucket configured as a static website

                  Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.

                  Another Amazon Route 53 resource record set in your hosted zone

                  Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)

                  \n@param hostedZoneId Alias resource records sets only: The value used depends on where the queries are routed:

                  A CloudFront distribution

                  Specify Z2FDTNDATAQYW2.

                  Alias resource record sets for CloudFront cannot be created in a private zone.

                  Elastic Beanstalk environment

                  Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.

                  ELB load balancer

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

                  • AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.

                  • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

                  • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

                  An Amazon S3 bucket configured as a static website

                  Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.

                  Another Amazon Route 53 resource record set in your hosted zone

                  Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)

                  */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Alias resource records sets only: The value used depends on where the queries are routed:

                  A CloudFront distribution

                  Specify Z2FDTNDATAQYW2.

                  Alias resource record sets for CloudFront cannot be created in a private zone.

                  Elastic Beanstalk environment

                  Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.

                  ELB load balancer

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

                  • AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.

                  • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

                  • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

                  An Amazon S3 bucket configured as a static website

                  Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.

                  Another Amazon Route 53 resource record set in your hosted zone

                  Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)

                  \n@param hostedZoneId Alias resource records sets only: The value used depends on where the queries are routed:

                  A CloudFront distribution

                  Specify Z2FDTNDATAQYW2.

                  Alias resource record sets for CloudFront cannot be created in a private zone.

                  Elastic Beanstalk environment

                  Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.

                  ELB load balancer

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

                  • AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.

                  • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

                  • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

                  An Amazon S3 bucket configured as a static website

                  Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.

                  Another Amazon Route 53 resource record set in your hosted zone

                  Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)

                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "

                  Alias resource records sets only: The value used depends on where the queries are routed:

                  A CloudFront distribution

                  Specify Z2FDTNDATAQYW2.

                  Alias resource record sets for CloudFront cannot be created in a private zone.

                  Elastic Beanstalk environment

                  Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.

                  ELB load balancer

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

                  • AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZone$Name.

                  • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

                  • AWS CLI: Use describe-load-balancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZone$Name.

                  An Amazon S3 bucket configured as a static website

                  Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon S3 (S3) Website Endpoints in the Amazon Web Services General Reference.

                  Another Amazon Route 53 resource record set in your hosted zone

                  Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "HostedZoneId", "DNSName", "EvaluateTargetHealth" ], "shapeName" : "AliasTarget", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AliasTarget", "variableName" : "aliasTarget", "variableType" : "AliasTarget", "documentation" : null, "simpleType" : "AliasTarget", "variableSetterType" : "AliasTarget" }, "wrapper" : false }, "AssociateVPCWithHostedZoneRequest" : { "c2jName" : "AssociateVPCWithHostedZoneRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "AssociateVPCWithHostedZone", "locationName" : "AssociateVPCWithHostedZoneRequest", "requestUri" : "/2013-04-01/hostedzone/{Id}/associatevpc", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "members" : [ { "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                  The ID of the hosted zone you want to associate your VPC with.

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

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The ID of the hosted zone you want to associate your VPC with.

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

                  \n@param hostedZoneId The ID of the hosted zone you want to associate your VPC with.

                  Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The ID of the hosted zone you want to associate your VPC with.

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

                  \n@return The ID of the hosted zone you want to associate your VPC with.

                  Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneId", "setterDocumentation" : "/**

                  The ID of the hosted zone you want to associate your VPC with.

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

                  \n@param hostedZoneId The ID of the hosted zone you want to associate your VPC with.

                  Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The ID of the hosted zone you want to associate your VPC with.

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

                  \n@param hostedZoneId The ID of the hosted zone you want to associate your VPC with.

                  Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "

                  The ID of the hosted zone you want to associate your VPC with.

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VPC", "c2jShape" : "VPC", "deprecated" : false, "documentation" : "

                  A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.

                  \n@param vPC A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.

                  \n@return A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.*/", "getterModel" : { "returnType" : "VPC", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VPC", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VPC", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VPC", "setterDocumentation" : "/**

                  A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.

                  \n@param vPC A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.*/", "setterModel" : { "variableDeclarationType" : "VPC", "variableName" : "vPC", "variableType" : "VPC", "documentation" : "", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "simple" : false, "varargSetterDocumentation" : "/**

                  A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.

                  \n@param vPC A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VPC", "variableName" : "vPC", "variableType" : "VPC", "documentation" : "

                  A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.

                  ", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Comment", "c2jShape" : "AssociateVPCComment", "deprecated" : false, "documentation" : "

                  Optional: A comment about the association request.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Optional: A comment about the association request.

                  \n@param comment Optional: A comment about the association request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Optional: A comment about the association request.

                  \n@return Optional: A comment about the association request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Comment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Comment", "setterDocumentation" : "/**

                  Optional: A comment about the association request.

                  \n@param comment Optional: A comment about the association request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Optional: A comment about the association request.

                  \n@param comment Optional: A comment about the association request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                  Optional: A comment about the association request.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Comment" : { "c2jName" : "Comment", "c2jShape" : "AssociateVPCComment", "deprecated" : false, "documentation" : "

                  Optional: A comment about the association request.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Optional: A comment about the association request.

                  \n@param comment Optional: A comment about the association request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Optional: A comment about the association request.

                  \n@return Optional: A comment about the association request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Comment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Comment", "setterDocumentation" : "/**

                  Optional: A comment about the association request.

                  \n@param comment Optional: A comment about the association request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Optional: A comment about the association request.

                  \n@param comment Optional: A comment about the association request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                  Optional: A comment about the association request.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HostedZoneId" : { "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                  The ID of the hosted zone you want to associate your VPC with.

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

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The ID of the hosted zone you want to associate your VPC with.

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

                  \n@param hostedZoneId The ID of the hosted zone you want to associate your VPC with.

                  Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The ID of the hosted zone you want to associate your VPC with.

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

                  \n@return The ID of the hosted zone you want to associate your VPC with.

                  Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneId", "setterDocumentation" : "/**

                  The ID of the hosted zone you want to associate your VPC with.

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

                  \n@param hostedZoneId The ID of the hosted zone you want to associate your VPC with.

                  Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The ID of the hosted zone you want to associate your VPC with.

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

                  \n@param hostedZoneId The ID of the hosted zone you want to associate your VPC with.

                  Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "

                  The ID of the hosted zone you want to associate your VPC with.

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VPC" : { "c2jName" : "VPC", "c2jShape" : "VPC", "deprecated" : false, "documentation" : "

                  A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.

                  \n@param vPC A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.

                  \n@return A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.*/", "getterModel" : { "returnType" : "VPC", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VPC", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VPC", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VPC", "setterDocumentation" : "/**

                  A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.

                  \n@param vPC A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.*/", "setterModel" : { "variableDeclarationType" : "VPC", "variableName" : "vPC", "variableType" : "VPC", "documentation" : "", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "simple" : false, "varargSetterDocumentation" : "/**

                  A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.

                  \n@param vPC A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VPC", "variableName" : "vPC", "variableType" : "VPC", "documentation" : "

                  A complex type containing information about the Amazon VPC that you're associating with the specified hosted zone.

                  ", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "xmlNameSpaceUri" : null } }, "required" : [ "HostedZoneId", "VPC" ], "shapeName" : "AssociateVPCWithHostedZoneRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AssociateVPCWithHostedZoneRequest", "variableName" : "associateVPCWithHostedZoneRequest", "variableType" : "AssociateVPCWithHostedZoneRequest", "documentation" : null, "simpleType" : "AssociateVPCWithHostedZoneRequest", "variableSetterType" : "AssociateVPCWithHostedZoneRequest" }, "wrapper" : false }, "AssociateVPCWithHostedZoneResult" : { "c2jName" : "AssociateVPCWithHostedZoneResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  A complex type that contains the response information for the hosted zone.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ChangeInfo", "c2jShape" : "ChangeInfo", "deprecated" : false, "documentation" : "

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

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                  \n@param changeInfo A complex type that describes the changes made to your hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                  \n@return A complex type that describes the changes made to your hosted zone.*/", "getterModel" : { "returnType" : "ChangeInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeInfo", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeInfo", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeInfo", "setterDocumentation" : "/**

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

                  \n@param changeInfo A complex type that describes the changes made to your hosted zone.*/", "setterModel" : { "variableDeclarationType" : "ChangeInfo", "variableName" : "changeInfo", "variableType" : "ChangeInfo", "documentation" : "", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "simple" : false, "varargSetterDocumentation" : "/**

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

                  \n@param changeInfo A complex type that describes the changes made to your hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ChangeInfo", "variableName" : "changeInfo", "variableType" : "ChangeInfo", "documentation" : "

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

                  ", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChangeInfo" : { "c2jName" : "ChangeInfo", "c2jShape" : "ChangeInfo", "deprecated" : false, "documentation" : "

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

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                  \n@param changeInfo A complex type that describes the changes made to your hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                  \n@return A complex type that describes the changes made to your hosted zone.*/", "getterModel" : { "returnType" : "ChangeInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeInfo", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeInfo", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeInfo", "setterDocumentation" : "/**

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

                  \n@param changeInfo A complex type that describes the changes made to your hosted zone.*/", "setterModel" : { "variableDeclarationType" : "ChangeInfo", "variableName" : "changeInfo", "variableType" : "ChangeInfo", "documentation" : "", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "simple" : false, "varargSetterDocumentation" : "/**

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

                  \n@param changeInfo A complex type that describes the changes made to your hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ChangeInfo", "variableName" : "changeInfo", "variableType" : "ChangeInfo", "documentation" : "

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

                  ", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "xmlNameSpaceUri" : null } }, "required" : [ "ChangeInfo" ], "shapeName" : "AssociateVPCWithHostedZoneResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AssociateVPCWithHostedZoneResult", "variableName" : "associateVPCWithHostedZoneResult", "variableType" : "AssociateVPCWithHostedZoneResult", "documentation" : null, "simpleType" : "AssociateVPCWithHostedZoneResult", "variableSetterType" : "AssociateVPCWithHostedZoneResult" }, "wrapper" : false }, "Change" : { "c2jName" : "Change", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Action", "c2jShape" : "ChangeAction", "deprecated" : false, "documentation" : "

                  The action to perform:

                  • CREATE: Creates a resource record set that has the specified values.

                  • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).

                    To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance . Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets, Amazon Route 53 doesn't automatically delete the traffic policy instance, and you'll continue to be charged for it even though it's no longer in use.

                  • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).

                  ", "enumType" : "ChangeAction", "fluentSetterDocumentation" : "/**

                  The action to perform:

                  • CREATE: Creates a resource record set that has the specified values.

                  • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).

                    To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance . Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets, Amazon Route 53 doesn't automatically delete the traffic policy instance, and you'll continue to be charged for it even though it's no longer in use.

                  • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).

                  \n@param action The action to perform:

                  • CREATE: Creates a resource record set that has the specified values.

                  • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).

                    To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance . Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets, Amazon Route 53 doesn't automatically delete the traffic policy instance, and you'll continue to be charged for it even though it's no longer in use.

                  • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).

                  • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "getterDocumentation" : "/**

                    The action to perform:

                    • CREATE: Creates a resource record set that has the specified values.

                    • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).

                      To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance . Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets, Amazon Route 53 doesn't automatically delete the traffic policy instance, and you'll continue to be charged for it even though it's no longer in use.

                    • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).

                    \n@return The action to perform:

                    • CREATE: Creates a resource record set that has the specified values.

                    • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).

                      To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance . Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets, Amazon Route 53 doesn't automatically delete the traffic policy instance, and you'll continue to be charged for it even though it's no longer in use.

                    • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).

                    • \n@see ChangeAction*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Action", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Action", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Action", "setterDocumentation" : "/**

                      The action to perform:

                      • CREATE: Creates a resource record set that has the specified values.

                      • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).

                        To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance . Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets, Amazon Route 53 doesn't automatically delete the traffic policy instance, and you'll continue to be charged for it even though it's no longer in use.

                      • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).

                      \n@param action The action to perform:

                      • CREATE: Creates a resource record set that has the specified values.

                      • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).

                        To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance . Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets, Amazon Route 53 doesn't automatically delete the traffic policy instance, and you'll continue to be charged for it even though it's no longer in use.

                      • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).

                      • \n@see ChangeAction*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                        The action to perform:

                        • CREATE: Creates a resource record set that has the specified values.

                        • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).

                          To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance . Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets, Amazon Route 53 doesn't automatically delete the traffic policy instance, and you'll continue to be charged for it even though it's no longer in use.

                        • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).

                        \n@param action The action to perform:

                        • CREATE: Creates a resource record set that has the specified values.

                        • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).

                          To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance . Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets, Amazon Route 53 doesn't automatically delete the traffic policy instance, and you'll continue to be charged for it even though it's no longer in use.

                        • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).

                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "

                          The action to perform:

                          • CREATE: Creates a resource record set that has the specified values.

                          • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).

                            To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance . Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets, Amazon Route 53 doesn't automatically delete the traffic policy instance, and you'll continue to be charged for it even though it's no longer in use.

                          • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceRecordSet", "c2jShape" : "ResourceRecordSet", "deprecated" : false, "documentation" : "

                          Information about the resource record set to create or delete.

                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                          Information about the resource record set to create or delete.

                          \n@param resourceRecordSet Information about the resource record set to create or delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                          Information about the resource record set to create or delete.

                          \n@return Information about the resource record set to create or delete.*/", "getterModel" : { "returnType" : "ResourceRecordSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceRecordSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceRecordSet", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceRecordSet", "setterDocumentation" : "/**

                          Information about the resource record set to create or delete.

                          \n@param resourceRecordSet Information about the resource record set to create or delete.*/", "setterModel" : { "variableDeclarationType" : "ResourceRecordSet", "variableName" : "resourceRecordSet", "variableType" : "ResourceRecordSet", "documentation" : "", "simpleType" : "ResourceRecordSet", "variableSetterType" : "ResourceRecordSet" }, "simple" : false, "varargSetterDocumentation" : "/**

                          Information about the resource record set to create or delete.

                          \n@param resourceRecordSet Information about the resource record set to create or delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ResourceRecordSet", "variableName" : "resourceRecordSet", "variableType" : "ResourceRecordSet", "documentation" : "

                          Information about the resource record set to create or delete.

                          ", "simpleType" : "ResourceRecordSet", "variableSetterType" : "ResourceRecordSet" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Action" : { "c2jName" : "Action", "c2jShape" : "ChangeAction", "deprecated" : false, "documentation" : "

                          The action to perform:

                          • CREATE: Creates a resource record set that has the specified values.

                          • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).

                            To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance . Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets, Amazon Route 53 doesn't automatically delete the traffic policy instance, and you'll continue to be charged for it even though it's no longer in use.

                          • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).

                          ", "enumType" : "ChangeAction", "fluentSetterDocumentation" : "/**

                          The action to perform:

                          • CREATE: Creates a resource record set that has the specified values.

                          • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).

                            To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance . Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets, Amazon Route 53 doesn't automatically delete the traffic policy instance, and you'll continue to be charged for it even though it's no longer in use.

                          • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).

                          \n@param action The action to perform:

                          • CREATE: Creates a resource record set that has the specified values.

                          • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).

                            To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance . Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets, Amazon Route 53 doesn't automatically delete the traffic policy instance, and you'll continue to be charged for it even though it's no longer in use.

                          • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).

                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "getterDocumentation" : "/**

                            The action to perform:

                            • CREATE: Creates a resource record set that has the specified values.

                            • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).

                              To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance . Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets, Amazon Route 53 doesn't automatically delete the traffic policy instance, and you'll continue to be charged for it even though it's no longer in use.

                            • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).

                            \n@return The action to perform:

                            • CREATE: Creates a resource record set that has the specified values.

                            • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).

                              To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance . Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets, Amazon Route 53 doesn't automatically delete the traffic policy instance, and you'll continue to be charged for it even though it's no longer in use.

                            • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).

                            • \n@see ChangeAction*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Action", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Action", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Action", "setterDocumentation" : "/**

                              The action to perform:

                              • CREATE: Creates a resource record set that has the specified values.

                              • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).

                                To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance . Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets, Amazon Route 53 doesn't automatically delete the traffic policy instance, and you'll continue to be charged for it even though it's no longer in use.

                              • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).

                              \n@param action The action to perform:

                              • CREATE: Creates a resource record set that has the specified values.

                              • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).

                                To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance . Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets, Amazon Route 53 doesn't automatically delete the traffic policy instance, and you'll continue to be charged for it even though it's no longer in use.

                              • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).

                              • \n@see ChangeAction*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                The action to perform:

                                • CREATE: Creates a resource record set that has the specified values.

                                • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).

                                  To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance . Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets, Amazon Route 53 doesn't automatically delete the traffic policy instance, and you'll continue to be charged for it even though it's no longer in use.

                                • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).

                                \n@param action The action to perform:

                                • CREATE: Creates a resource record set that has the specified values.

                                • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).

                                  To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance . Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets, Amazon Route 53 doesn't automatically delete the traffic policy instance, and you'll continue to be charged for it even though it's no longer in use.

                                • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).

                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "

                                  The action to perform:

                                  • CREATE: Creates a resource record set that has the specified values.

                                  • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).

                                    To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance . Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets, Amazon Route 53 doesn't automatically delete the traffic policy instance, and you'll continue to be charged for it even though it's no longer in use.

                                  • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceRecordSet" : { "c2jName" : "ResourceRecordSet", "c2jShape" : "ResourceRecordSet", "deprecated" : false, "documentation" : "

                                  Information about the resource record set to create or delete.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  Information about the resource record set to create or delete.

                                  \n@param resourceRecordSet Information about the resource record set to create or delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  Information about the resource record set to create or delete.

                                  \n@return Information about the resource record set to create or delete.*/", "getterModel" : { "returnType" : "ResourceRecordSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceRecordSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceRecordSet", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceRecordSet", "setterDocumentation" : "/**

                                  Information about the resource record set to create or delete.

                                  \n@param resourceRecordSet Information about the resource record set to create or delete.*/", "setterModel" : { "variableDeclarationType" : "ResourceRecordSet", "variableName" : "resourceRecordSet", "variableType" : "ResourceRecordSet", "documentation" : "", "simpleType" : "ResourceRecordSet", "variableSetterType" : "ResourceRecordSet" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  Information about the resource record set to create or delete.

                                  \n@param resourceRecordSet Information about the resource record set to create or delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ResourceRecordSet", "variableName" : "resourceRecordSet", "variableType" : "ResourceRecordSet", "documentation" : "

                                  Information about the resource record set to create or delete.

                                  ", "simpleType" : "ResourceRecordSet", "variableSetterType" : "ResourceRecordSet" }, "xmlNameSpaceUri" : null } }, "required" : [ "Action", "ResourceRecordSet" ], "shapeName" : "Change", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Change", "variableName" : "change", "variableType" : "Change", "documentation" : null, "simpleType" : "Change", "variableSetterType" : "Change" }, "wrapper" : false }, "ChangeAction" : { "c2jName" : "ChangeAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "CREATE", "value" : "CREATE" }, { "name" : "DELETE", "value" : "DELETE" }, { "name" : "UPSERT", "value" : "UPSERT" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "ChangeAction", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ChangeAction", "variableName" : "changeAction", "variableType" : "ChangeAction", "documentation" : null, "simpleType" : "ChangeAction", "variableSetterType" : "ChangeAction" }, "wrapper" : false }, "ChangeBatch" : { "c2jName" : "ChangeBatch", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  The information for a change request.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Comment", "c2jShape" : "ResourceDescription", "deprecated" : false, "documentation" : "

                                  Optional: Any comments you want to include about a change batch request.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  Optional: Any comments you want to include about a change batch request.

                                  \n@param comment Optional: Any comments you want to include about a change batch request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  Optional: Any comments you want to include about a change batch request.

                                  \n@return Optional: Any comments you want to include about a change batch request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Comment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Comment", "setterDocumentation" : "/**

                                  Optional: Any comments you want to include about a change batch request.

                                  \n@param comment Optional: Any comments you want to include about a change batch request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  Optional: Any comments you want to include about a change batch request.

                                  \n@param comment Optional: Any comments you want to include about a change batch request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                  Optional: Any comments you want to include about a change batch request.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Changes", "c2jShape" : "Changes", "deprecated" : false, "documentation" : "

                                  Information about the changes to make to the record sets.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  Information about the changes to make to the record sets.

                                  \n@param changes Information about the changes to make to the record sets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  Information about the changes to make to the record sets.

                                  \n@return Information about the changes to make to the record sets.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Changes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Changes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Change", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Change", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Change", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Change", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Change", "variableName" : "member", "variableType" : "Change", "documentation" : "", "simpleType" : "Change", "variableSetterType" : "Change" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Change", "variableName" : "member", "variableType" : "Change", "documentation" : "", "simpleType" : "Change", "variableSetterType" : "Change" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Change", "memberType" : "Change", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Change", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Changes", "setterDocumentation" : "/**

                                  Information about the changes to make to the record sets.

                                  \n@param changes Information about the changes to make to the record sets.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "changes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  Information about the changes to make to the record sets.

                                  \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 Information about the changes to make to the record sets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "changes", "variableType" : "java.util.List", "documentation" : "

                                  Information about the changes to make to the record sets.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Changes" : { "c2jName" : "Changes", "c2jShape" : "Changes", "deprecated" : false, "documentation" : "

                                  Information about the changes to make to the record sets.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  Information about the changes to make to the record sets.

                                  \n@param changes Information about the changes to make to the record sets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  Information about the changes to make to the record sets.

                                  \n@return Information about the changes to make to the record sets.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Changes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Changes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Change", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Change", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Change", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Change", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Change", "variableName" : "member", "variableType" : "Change", "documentation" : "", "simpleType" : "Change", "variableSetterType" : "Change" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Change", "variableName" : "member", "variableType" : "Change", "documentation" : "", "simpleType" : "Change", "variableSetterType" : "Change" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Change", "memberType" : "Change", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Change", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Changes", "setterDocumentation" : "/**

                                  Information about the changes to make to the record sets.

                                  \n@param changes Information about the changes to make to the record sets.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "changes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  Information about the changes to make to the record sets.

                                  \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 Information about the changes to make to the record sets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "changes", "variableType" : "java.util.List", "documentation" : "

                                  Information about the changes to make to the record sets.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Comment" : { "c2jName" : "Comment", "c2jShape" : "ResourceDescription", "deprecated" : false, "documentation" : "

                                  Optional: Any comments you want to include about a change batch request.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  Optional: Any comments you want to include about a change batch request.

                                  \n@param comment Optional: Any comments you want to include about a change batch request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  Optional: Any comments you want to include about a change batch request.

                                  \n@return Optional: Any comments you want to include about a change batch request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Comment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Comment", "setterDocumentation" : "/**

                                  Optional: Any comments you want to include about a change batch request.

                                  \n@param comment Optional: Any comments you want to include about a change batch request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  Optional: Any comments you want to include about a change batch request.

                                  \n@param comment Optional: Any comments you want to include about a change batch request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                  Optional: Any comments you want to include about a change batch request.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Changes" ], "shapeName" : "ChangeBatch", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ChangeBatch", "variableName" : "changeBatch", "variableType" : "ChangeBatch", "documentation" : null, "simpleType" : "ChangeBatch", "variableSetterType" : "ChangeBatch" }, "wrapper" : false }, "ChangeBatchRecord" : { "c2jName" : "ChangeBatchRecord", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : true, "documentation" : "

                                  A complex type that lists the changes and information for a ChangeBatch.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Id", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                  \n@param id The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                  \n@return The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                  \n@param id The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                  \n@param id The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SubmittedAt", "c2jShape" : "TimeStamp", "deprecated" : false, "documentation" : "

                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                  \n@param submittedAt The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                  \n@return The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SubmittedAt", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubmittedAt", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SubmittedAt", "setterDocumentation" : "/**

                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                  \n@param submittedAt The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "submittedAt", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                  \n@param submittedAt The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "submittedAt", "variableType" : "java.util.Date", "documentation" : "

                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Status", "c2jShape" : "ChangeStatus", "deprecated" : false, "documentation" : "

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

                                  Valid Values: PENDING | INSYNC

                                  ", "enumType" : "ChangeStatus", "fluentSetterDocumentation" : "/**

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

                                  Valid Values: PENDING | INSYNC

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

                                  Valid Values: PENDING | INSYNC\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeStatus*/", "getterDocumentation" : "/**

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

                                  Valid Values: PENDING | INSYNC

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

                                  Valid Values: PENDING | INSYNC\n@see ChangeStatus*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Status", "setterDocumentation" : "/**

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

                                  Valid Values: PENDING | INSYNC

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

                                  Valid Values: PENDING | INSYNC\n@see ChangeStatus*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                  Valid Values: PENDING | INSYNC

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

                                  Valid Values: PENDING | INSYNC\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

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

                                  Valid Values: PENDING | INSYNC

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Comment", "c2jShape" : "ResourceDescription", "deprecated" : false, "documentation" : "

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  \n@param comment A complex type that describes change information about changes made to your hosted zone.

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  \n@return A complex type that describes change information about changes made to your hosted zone.

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Comment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Comment", "setterDocumentation" : "/**

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  \n@param comment A complex type that describes change information about changes made to your hosted zone.

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  \n@param comment A complex type that describes change information about changes made to your hosted zone.

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Submitter", "c2jShape" : "AWSAccountID", "deprecated" : false, "documentation" : "

                                  The AWS account ID attached to the changes.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The AWS account ID attached to the changes.

                                  \n@param submitter The AWS account ID attached to the changes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The AWS account ID attached to the changes.

                                  \n@return The AWS account ID attached to the changes.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Submitter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Submitter", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Submitter", "setterDocumentation" : "/**

                                  The AWS account ID attached to the changes.

                                  \n@param submitter The AWS account ID attached to the changes.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "submitter", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The AWS account ID attached to the changes.

                                  \n@param submitter The AWS account ID attached to the changes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "submitter", "variableType" : "String", "documentation" : "

                                  The AWS account ID attached to the changes.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Changes", "c2jShape" : "Changes", "deprecated" : false, "documentation" : "

                                  A list of changes made in the ChangeBatch.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  A list of changes made in the ChangeBatch.

                                  \n@param changes A list of changes made in the ChangeBatch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  A list of changes made in the ChangeBatch.

                                  \n@return A list of changes made in the ChangeBatch.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Changes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Changes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Change", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Change", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Change", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Change", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Change", "variableName" : "member", "variableType" : "Change", "documentation" : "", "simpleType" : "Change", "variableSetterType" : "Change" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Change", "variableName" : "member", "variableType" : "Change", "documentation" : "", "simpleType" : "Change", "variableSetterType" : "Change" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Change", "memberType" : "Change", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Change", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Changes", "setterDocumentation" : "/**

                                  A list of changes made in the ChangeBatch.

                                  \n@param changes A list of changes made in the ChangeBatch.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "changes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  A list of changes made in the ChangeBatch.

                                  \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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "changes", "variableType" : "java.util.List", "documentation" : "

                                  A list of changes made in the ChangeBatch.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Changes" : { "c2jName" : "Changes", "c2jShape" : "Changes", "deprecated" : false, "documentation" : "

                                  A list of changes made in the ChangeBatch.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  A list of changes made in the ChangeBatch.

                                  \n@param changes A list of changes made in the ChangeBatch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  A list of changes made in the ChangeBatch.

                                  \n@return A list of changes made in the ChangeBatch.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Changes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Changes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Change", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Change", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Change", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Change", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Change", "variableName" : "member", "variableType" : "Change", "documentation" : "", "simpleType" : "Change", "variableSetterType" : "Change" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Change", "variableName" : "member", "variableType" : "Change", "documentation" : "", "simpleType" : "Change", "variableSetterType" : "Change" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Change", "memberType" : "Change", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Change", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Changes", "setterDocumentation" : "/**

                                  A list of changes made in the ChangeBatch.

                                  \n@param changes A list of changes made in the ChangeBatch.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "changes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  A list of changes made in the ChangeBatch.

                                  \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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "changes", "variableType" : "java.util.List", "documentation" : "

                                  A list of changes made in the ChangeBatch.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Comment" : { "c2jName" : "Comment", "c2jShape" : "ResourceDescription", "deprecated" : false, "documentation" : "

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  \n@param comment A complex type that describes change information about changes made to your hosted zone.

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  \n@return A complex type that describes change information about changes made to your hosted zone.

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Comment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Comment", "setterDocumentation" : "/**

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  \n@param comment A complex type that describes change information about changes made to your hosted zone.

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  \n@param comment A complex type that describes change information about changes made to your hosted zone.

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Id" : { "c2jName" : "Id", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                  \n@param id The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                  \n@return The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                  \n@param id The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                  \n@param id The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "c2jName" : "Status", "c2jShape" : "ChangeStatus", "deprecated" : false, "documentation" : "

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

                                  Valid Values: PENDING | INSYNC

                                  ", "enumType" : "ChangeStatus", "fluentSetterDocumentation" : "/**

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

                                  Valid Values: PENDING | INSYNC

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

                                  Valid Values: PENDING | INSYNC\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeStatus*/", "getterDocumentation" : "/**

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

                                  Valid Values: PENDING | INSYNC

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

                                  Valid Values: PENDING | INSYNC\n@see ChangeStatus*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Status", "setterDocumentation" : "/**

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

                                  Valid Values: PENDING | INSYNC

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

                                  Valid Values: PENDING | INSYNC\n@see ChangeStatus*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                  Valid Values: PENDING | INSYNC

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

                                  Valid Values: PENDING | INSYNC\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

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

                                  Valid Values: PENDING | INSYNC

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SubmittedAt" : { "c2jName" : "SubmittedAt", "c2jShape" : "TimeStamp", "deprecated" : false, "documentation" : "

                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                  \n@param submittedAt The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                  \n@return The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SubmittedAt", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubmittedAt", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SubmittedAt", "setterDocumentation" : "/**

                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                  \n@param submittedAt The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "submittedAt", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                  \n@param submittedAt The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "submittedAt", "variableType" : "java.util.Date", "documentation" : "

                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "Submitter" : { "c2jName" : "Submitter", "c2jShape" : "AWSAccountID", "deprecated" : false, "documentation" : "

                                  The AWS account ID attached to the changes.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The AWS account ID attached to the changes.

                                  \n@param submitter The AWS account ID attached to the changes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The AWS account ID attached to the changes.

                                  \n@return The AWS account ID attached to the changes.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Submitter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Submitter", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Submitter", "setterDocumentation" : "/**

                                  The AWS account ID attached to the changes.

                                  \n@param submitter The AWS account ID attached to the changes.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "submitter", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The AWS account ID attached to the changes.

                                  \n@param submitter The AWS account ID attached to the changes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "submitter", "variableType" : "String", "documentation" : "

                                  The AWS account ID attached to the changes.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id", "Status" ], "shapeName" : "ChangeBatchRecord", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ChangeBatchRecord", "variableName" : "changeBatchRecord", "variableType" : "ChangeBatchRecord", "documentation" : null, "simpleType" : "ChangeBatchRecord", "variableSetterType" : "ChangeBatchRecord" }, "wrapper" : false }, "ChangeInfo" : { "c2jName" : "ChangeInfo", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Id", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                  The ID of the request.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The ID of the request.

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

                                  The ID of the request.

                                  \n@return The ID of the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

                                  The ID of the request.

                                  \n@param id The ID of the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The ID of the request.

                                  \n@param id The ID of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                  The ID of the request.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Status", "c2jShape" : "ChangeStatus", "deprecated" : false, "documentation" : "

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

                                  ", "enumType" : "ChangeStatus", "fluentSetterDocumentation" : "/**

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

                                  \n@param status The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeStatus*/", "getterDocumentation" : "/**

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

                                  \n@return The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.\n@see ChangeStatus*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Status", "setterDocumentation" : "/**

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

                                  \n@param status The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.\n@see ChangeStatus*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                  \n@param status The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

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

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SubmittedAt", "c2jShape" : "TimeStamp", "deprecated" : false, "documentation" : "

                                  The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ. For more information, see the Wikipedia entry ISO 8601.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ. For more information, see the Wikipedia entry ISO 8601.

                                  \n@param submittedAt The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ. For more information, see the Wikipedia entry ISO 8601.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ. For more information, see the Wikipedia entry ISO 8601.

                                  \n@return The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ. For more information, see the Wikipedia entry ISO 8601.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SubmittedAt", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubmittedAt", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SubmittedAt", "setterDocumentation" : "/**

                                  The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ. For more information, see the Wikipedia entry ISO 8601.

                                  \n@param submittedAt The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ. For more information, see the Wikipedia entry ISO 8601.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "submittedAt", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ. For more information, see the Wikipedia entry ISO 8601.

                                  \n@param submittedAt The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ. For more information, see the Wikipedia entry ISO 8601.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "submittedAt", "variableType" : "java.util.Date", "documentation" : "

                                  The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ. For more information, see the Wikipedia entry ISO 8601.

                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Comment", "c2jShape" : "ResourceDescription", "deprecated" : false, "documentation" : "

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  \n@param comment A complex type that describes change information about changes made to your hosted zone.

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  \n@return A complex type that describes change information about changes made to your hosted zone.

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Comment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Comment", "setterDocumentation" : "/**

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  \n@param comment A complex type that describes change information about changes made to your hosted zone.

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  \n@param comment A complex type that describes change information about changes made to your hosted zone.

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Comment" : { "c2jName" : "Comment", "c2jShape" : "ResourceDescription", "deprecated" : false, "documentation" : "

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  \n@param comment A complex type that describes change information about changes made to your hosted zone.

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  \n@return A complex type that describes change information about changes made to your hosted zone.

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Comment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Comment", "setterDocumentation" : "/**

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  \n@param comment A complex type that describes change information about changes made to your hosted zone.

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  \n@param comment A complex type that describes change information about changes made to your hosted zone.

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Id" : { "c2jName" : "Id", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                  The ID of the request.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The ID of the request.

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

                                  The ID of the request.

                                  \n@return The ID of the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

                                  The ID of the request.

                                  \n@param id The ID of the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The ID of the request.

                                  \n@param id The ID of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                  The ID of the request.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "c2jName" : "Status", "c2jShape" : "ChangeStatus", "deprecated" : false, "documentation" : "

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

                                  ", "enumType" : "ChangeStatus", "fluentSetterDocumentation" : "/**

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

                                  \n@param status The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeStatus*/", "getterDocumentation" : "/**

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

                                  \n@return The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.\n@see ChangeStatus*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Status", "setterDocumentation" : "/**

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

                                  \n@param status The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.\n@see ChangeStatus*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                  \n@param status The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

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

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SubmittedAt" : { "c2jName" : "SubmittedAt", "c2jShape" : "TimeStamp", "deprecated" : false, "documentation" : "

                                  The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ. For more information, see the Wikipedia entry ISO 8601.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ. For more information, see the Wikipedia entry ISO 8601.

                                  \n@param submittedAt The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ. For more information, see the Wikipedia entry ISO 8601.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ. For more information, see the Wikipedia entry ISO 8601.

                                  \n@return The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ. For more information, see the Wikipedia entry ISO 8601.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SubmittedAt", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubmittedAt", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SubmittedAt", "setterDocumentation" : "/**

                                  The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ. For more information, see the Wikipedia entry ISO 8601.

                                  \n@param submittedAt The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ. For more information, see the Wikipedia entry ISO 8601.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "submittedAt", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ. For more information, see the Wikipedia entry ISO 8601.

                                  \n@param submittedAt The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ. For more information, see the Wikipedia entry ISO 8601.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "submittedAt", "variableType" : "java.util.Date", "documentation" : "

                                  The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ. For more information, see the Wikipedia entry ISO 8601.

                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id", "Status", "SubmittedAt" ], "shapeName" : "ChangeInfo", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ChangeInfo", "variableName" : "changeInfo", "variableType" : "ChangeInfo", "documentation" : null, "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "wrapper" : false }, "ChangeResourceRecordSetsRequest" : { "c2jName" : "ChangeResourceRecordSetsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ChangeResourceRecordSets", "locationName" : "ChangeResourceRecordSetsRequest", "requestUri" : "/2013-04-01/hostedzone/{Id}/rrset/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "members" : [ { "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

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

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                  \n@param hostedZoneId The ID of the hosted zone that contains the resource record sets that you want to change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                  \n@return The ID of the hosted zone that contains the resource record sets that you want to change.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneId", "setterDocumentation" : "/**

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

                                  \n@param hostedZoneId The ID of the hosted zone that contains the resource record sets that you want to change.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                  \n@param hostedZoneId The ID of the hosted zone that contains the resource record sets that you want to change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "

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

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ChangeBatch", "c2jShape" : "ChangeBatch", "deprecated" : false, "documentation" : "

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

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                  \n@param changeBatch A complex type that contains an optional comment and the Changes element.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                  \n@return A complex type that contains an optional comment and the Changes element.*/", "getterModel" : { "returnType" : "ChangeBatch", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeBatch", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeBatch", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeBatch", "setterDocumentation" : "/**

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

                                  \n@param changeBatch A complex type that contains an optional comment and the Changes element.*/", "setterModel" : { "variableDeclarationType" : "ChangeBatch", "variableName" : "changeBatch", "variableType" : "ChangeBatch", "documentation" : "", "simpleType" : "ChangeBatch", "variableSetterType" : "ChangeBatch" }, "simple" : false, "varargSetterDocumentation" : "/**

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

                                  \n@param changeBatch A complex type that contains an optional comment and the Changes element.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ChangeBatch", "variableName" : "changeBatch", "variableType" : "ChangeBatch", "documentation" : "

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

                                  ", "simpleType" : "ChangeBatch", "variableSetterType" : "ChangeBatch" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChangeBatch" : { "c2jName" : "ChangeBatch", "c2jShape" : "ChangeBatch", "deprecated" : false, "documentation" : "

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

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                  \n@param changeBatch A complex type that contains an optional comment and the Changes element.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                  \n@return A complex type that contains an optional comment and the Changes element.*/", "getterModel" : { "returnType" : "ChangeBatch", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeBatch", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeBatch", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeBatch", "setterDocumentation" : "/**

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

                                  \n@param changeBatch A complex type that contains an optional comment and the Changes element.*/", "setterModel" : { "variableDeclarationType" : "ChangeBatch", "variableName" : "changeBatch", "variableType" : "ChangeBatch", "documentation" : "", "simpleType" : "ChangeBatch", "variableSetterType" : "ChangeBatch" }, "simple" : false, "varargSetterDocumentation" : "/**

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

                                  \n@param changeBatch A complex type that contains an optional comment and the Changes element.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ChangeBatch", "variableName" : "changeBatch", "variableType" : "ChangeBatch", "documentation" : "

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

                                  ", "simpleType" : "ChangeBatch", "variableSetterType" : "ChangeBatch" }, "xmlNameSpaceUri" : null }, "HostedZoneId" : { "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

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

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                  \n@param hostedZoneId The ID of the hosted zone that contains the resource record sets that you want to change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                  \n@return The ID of the hosted zone that contains the resource record sets that you want to change.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneId", "setterDocumentation" : "/**

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

                                  \n@param hostedZoneId The ID of the hosted zone that contains the resource record sets that you want to change.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                  \n@param hostedZoneId The ID of the hosted zone that contains the resource record sets that you want to change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "

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

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "HostedZoneId", "ChangeBatch" ], "shapeName" : "ChangeResourceRecordSetsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ChangeResourceRecordSetsRequest", "variableName" : "changeResourceRecordSetsRequest", "variableType" : "ChangeResourceRecordSetsRequest", "documentation" : null, "simpleType" : "ChangeResourceRecordSetsRequest", "variableSetterType" : "ChangeResourceRecordSetsRequest" }, "wrapper" : false }, "ChangeResourceRecordSetsResult" : { "c2jName" : "ChangeResourceRecordSetsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  A complex type containing the response for the request.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ChangeInfo", "c2jShape" : "ChangeInfo", "deprecated" : false, "documentation" : "

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  \n@param changeInfo A complex type that contains information about changes made to your hosted zone.

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  \n@return A complex type that contains information about changes made to your hosted zone.

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/", "getterModel" : { "returnType" : "ChangeInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeInfo", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeInfo", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeInfo", "setterDocumentation" : "/**

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  \n@param changeInfo A complex type that contains information about changes made to your hosted zone.

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/", "setterModel" : { "variableDeclarationType" : "ChangeInfo", "variableName" : "changeInfo", "variableType" : "ChangeInfo", "documentation" : "", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "simple" : false, "varargSetterDocumentation" : "/**

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  \n@param changeInfo A complex type that contains information about changes made to your hosted zone.

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ChangeInfo", "variableName" : "changeInfo", "variableType" : "ChangeInfo", "documentation" : "

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  ", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChangeInfo" : { "c2jName" : "ChangeInfo", "c2jShape" : "ChangeInfo", "deprecated" : false, "documentation" : "

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  \n@param changeInfo A complex type that contains information about changes made to your hosted zone.

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  \n@return A complex type that contains information about changes made to your hosted zone.

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/", "getterModel" : { "returnType" : "ChangeInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeInfo", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeInfo", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeInfo", "setterDocumentation" : "/**

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  \n@param changeInfo A complex type that contains information about changes made to your hosted zone.

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/", "setterModel" : { "variableDeclarationType" : "ChangeInfo", "variableName" : "changeInfo", "variableType" : "ChangeInfo", "documentation" : "", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "simple" : false, "varargSetterDocumentation" : "/**

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  \n@param changeInfo A complex type that contains information about changes made to your hosted zone.

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ChangeInfo", "variableName" : "changeInfo", "variableType" : "ChangeInfo", "documentation" : "

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

                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                  ", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "xmlNameSpaceUri" : null } }, "required" : [ "ChangeInfo" ], "shapeName" : "ChangeResourceRecordSetsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ChangeResourceRecordSetsResult", "variableName" : "changeResourceRecordSetsResult", "variableType" : "ChangeResourceRecordSetsResult", "documentation" : null, "simpleType" : "ChangeResourceRecordSetsResult", "variableSetterType" : "ChangeResourceRecordSetsResult" }, "wrapper" : false }, "ChangeStatus" : { "c2jName" : "ChangeStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "PENDING", "value" : "PENDING" }, { "name" : "INSYNC", "value" : "INSYNC" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "ChangeStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ChangeStatus", "variableName" : "changeStatus", "variableType" : "ChangeStatus", "documentation" : null, "simpleType" : "ChangeStatus", "variableSetterType" : "ChangeStatus" }, "wrapper" : false }, "ChangeTagsForResourceRequest" : { "c2jName" : "ChangeTagsForResourceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ChangeTagsForResource", "locationName" : "ChangeTagsForResourceRequest", "requestUri" : "/2013-04-01/tags/{ResourceType}/{ResourceId}", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "members" : [ { "c2jName" : "ResourceType", "c2jShape" : "TagResourceType", "deprecated" : false, "documentation" : "

                                  The type of the resource.

                                  • The resource type for health checks is healthcheck.

                                  • The resource type for hosted zones is hostedzone.

                                  ", "enumType" : "TagResourceType", "fluentSetterDocumentation" : "/**

                                  The type of the resource.

                                  • The resource type for health checks is healthcheck.

                                  • The resource type for hosted zones is hostedzone.

                                  \n@param resourceType The type of the resource.

                                  • The resource type for health checks is healthcheck.

                                  • The resource type for hosted zones is hostedzone.

                                  • \n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/", "getterDocumentation" : "/**

                                    The type of the resource.

                                    • The resource type for health checks is healthcheck.

                                    • The resource type for hosted zones is hostedzone.

                                    \n@return The type of the resource.

                                    • The resource type for health checks is healthcheck.

                                    • The resource type for hosted zones is hostedzone.

                                    • \n@see TagResourceType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "ResourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceType", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceType", "setterDocumentation" : "/**

                                      The type of the resource.

                                      • The resource type for health checks is healthcheck.

                                      • The resource type for hosted zones is hostedzone.

                                      \n@param resourceType The type of the resource.

                                      • The resource type for health checks is healthcheck.

                                      • The resource type for hosted zones is hostedzone.

                                      • \n@see TagResourceType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                        The type of the resource.

                                        • The resource type for health checks is healthcheck.

                                        • The resource type for hosted zones is hostedzone.

                                        \n@param resourceType The type of the resource.

                                        • The resource type for health checks is healthcheck.

                                        • The resource type for hosted zones is hostedzone.

                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                          The type of the resource.

                                          • The resource type for health checks is healthcheck.

                                          • The resource type for hosted zones is hostedzone.

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceId", "c2jShape" : "TagResourceId", "deprecated" : false, "documentation" : "

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

                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                          \n@param resourceId The ID of the resource for which you want to add, change, or delete tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                          \n@return The ID of the resource for which you want to add, change, or delete tags.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

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

                                          \n@param resourceId The ID of the resource for which you want to add, change, or delete tags.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                          \n@param resourceId The ID of the resource for which you want to add, change, or delete tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

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

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AddTags", "c2jShape" : "TagList", "deprecated" : false, "documentation" : "

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

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

                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

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

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

                                          You can add a maximum of 10 tags to a health check or a hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

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

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

                                          You can add a maximum of 10 tags to a health check or a hosted zone.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AddTags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AddTags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tag", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tag", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Tag", "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AddTags", "setterDocumentation" : "/**

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

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

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

                                          You can add a maximum of 10 tags to a health check or a hosted zone.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "addTags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

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

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

                                          \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 the tags that you want to add to the specified health check or hosted zone and/or the tags for which you want to edit the Value element.

                                          You can add a maximum of 10 tags to a health check or a hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "addTags", "variableType" : "java.util.List", "documentation" : "

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

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

                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RemoveTagKeys", "c2jShape" : "TagKeyList", "deprecated" : false, "documentation" : "

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

                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                          \n@param removeTagKeys A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                          \n@return A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RemoveTagKeys", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RemoveTagKeys", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Key", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "RemoveTagKeys", "setterDocumentation" : "/**

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

                                          \n@param removeTagKeys A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "removeTagKeys", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

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

                                          \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 complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "removeTagKeys", "variableType" : "java.util.List", "documentation" : "

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

                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AddTags" : { "c2jName" : "AddTags", "c2jShape" : "TagList", "deprecated" : false, "documentation" : "

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

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

                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

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

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

                                          You can add a maximum of 10 tags to a health check or a hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

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

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

                                          You can add a maximum of 10 tags to a health check or a hosted zone.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AddTags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AddTags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tag", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tag", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Tag", "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AddTags", "setterDocumentation" : "/**

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

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

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

                                          You can add a maximum of 10 tags to a health check or a hosted zone.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "addTags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

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

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

                                          \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 the tags that you want to add to the specified health check or hosted zone and/or the tags for which you want to edit the Value element.

                                          You can add a maximum of 10 tags to a health check or a hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "addTags", "variableType" : "java.util.List", "documentation" : "

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

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

                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "RemoveTagKeys" : { "c2jName" : "RemoveTagKeys", "c2jShape" : "TagKeyList", "deprecated" : false, "documentation" : "

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

                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                          \n@param removeTagKeys A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                          \n@return A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RemoveTagKeys", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RemoveTagKeys", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Key", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "RemoveTagKeys", "setterDocumentation" : "/**

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

                                          \n@param removeTagKeys A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "removeTagKeys", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

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

                                          \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 complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "removeTagKeys", "variableType" : "java.util.List", "documentation" : "

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

                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ResourceId" : { "c2jName" : "ResourceId", "c2jShape" : "TagResourceId", "deprecated" : false, "documentation" : "

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

                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                          \n@param resourceId The ID of the resource for which you want to add, change, or delete tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                          \n@return The ID of the resource for which you want to add, change, or delete tags.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

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

                                          \n@param resourceId The ID of the resource for which you want to add, change, or delete tags.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                          \n@param resourceId The ID of the resource for which you want to add, change, or delete tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

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

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceType" : { "c2jName" : "ResourceType", "c2jShape" : "TagResourceType", "deprecated" : false, "documentation" : "

                                          The type of the resource.

                                          • The resource type for health checks is healthcheck.

                                          • The resource type for hosted zones is hostedzone.

                                          ", "enumType" : "TagResourceType", "fluentSetterDocumentation" : "/**

                                          The type of the resource.

                                          • The resource type for health checks is healthcheck.

                                          • The resource type for hosted zones is hostedzone.

                                          \n@param resourceType The type of the resource.

                                          • The resource type for health checks is healthcheck.

                                          • The resource type for hosted zones is hostedzone.

                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/", "getterDocumentation" : "/**

                                            The type of the resource.

                                            • The resource type for health checks is healthcheck.

                                            • The resource type for hosted zones is hostedzone.

                                            \n@return The type of the resource.

                                            • The resource type for health checks is healthcheck.

                                            • The resource type for hosted zones is hostedzone.

                                            • \n@see TagResourceType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "ResourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceType", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceType", "setterDocumentation" : "/**

                                              The type of the resource.

                                              • The resource type for health checks is healthcheck.

                                              • The resource type for hosted zones is hostedzone.

                                              \n@param resourceType The type of the resource.

                                              • The resource type for health checks is healthcheck.

                                              • The resource type for hosted zones is hostedzone.

                                              • \n@see TagResourceType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                The type of the resource.

                                                • The resource type for health checks is healthcheck.

                                                • The resource type for hosted zones is hostedzone.

                                                \n@param resourceType The type of the resource.

                                                • The resource type for health checks is healthcheck.

                                                • The resource type for hosted zones is hostedzone.

                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                  The type of the resource.

                                                  • The resource type for health checks is healthcheck.

                                                  • The resource type for hosted zones is hostedzone.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "ResourceType", "ResourceId" ], "shapeName" : "ChangeTagsForResourceRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ChangeTagsForResourceRequest", "variableName" : "changeTagsForResourceRequest", "variableType" : "ChangeTagsForResourceRequest", "documentation" : null, "simpleType" : "ChangeTagsForResourceRequest", "variableSetterType" : "ChangeTagsForResourceRequest" }, "wrapper" : false }, "ChangeTagsForResourceResult" : { "c2jName" : "ChangeTagsForResourceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  Empty response for the request.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "ChangeTagsForResourceResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ChangeTagsForResourceResult", "variableName" : "changeTagsForResourceResult", "variableType" : "ChangeTagsForResourceResult", "documentation" : null, "simpleType" : "ChangeTagsForResourceResult", "variableSetterType" : "ChangeTagsForResourceResult" }, "wrapper" : false }, "CloudWatchAlarmConfiguration" : { "c2jName" : "CloudWatchAlarmConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "EvaluationPeriods", "c2jShape" : "EvaluationPeriods", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param evaluationPeriods For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EvaluationPeriods", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EvaluationPeriods", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EvaluationPeriods", "setterDocumentation" : "/**

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

                                                  \n@param evaluationPeriods For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "evaluationPeriods", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                  \n@param evaluationPeriods For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "evaluationPeriods", "variableType" : "Integer", "documentation" : "

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

                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Threshold", "c2jShape" : "Threshold", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param threshold For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.*/", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Threshold", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Threshold", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Threshold", "setterDocumentation" : "/**

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

                                                  \n@param threshold For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.*/", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "threshold", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                  \n@param threshold For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "threshold", "variableType" : "Double", "documentation" : "

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

                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ComparisonOperator", "c2jShape" : "ComparisonOperator", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : "ComparisonOperator", "fluentSetterDocumentation" : "/**

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

                                                  \n@param comparisonOperator For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/", "getterDocumentation" : "/**

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

                                                  \n@return For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.\n@see ComparisonOperator*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ComparisonOperator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ComparisonOperator", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ComparisonOperator", "setterDocumentation" : "/**

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

                                                  \n@param comparisonOperator For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.\n@see ComparisonOperator*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comparisonOperator", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                  \n@param comparisonOperator For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "comparisonOperator", "variableType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Period", "c2jShape" : "Period", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param period For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Period", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Period", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Period", "setterDocumentation" : "/**

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

                                                  \n@param period For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "period", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                  \n@param period For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "period", "variableType" : "Integer", "documentation" : "

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

                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MetricName", "c2jShape" : "MetricName", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param metricName The name of the CloudWatch metric that the alarm is associated with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return The name of the CloudWatch metric that the alarm is associated with.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MetricName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MetricName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MetricName", "setterDocumentation" : "/**

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

                                                  \n@param metricName The name of the CloudWatch metric that the alarm is associated with.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                  \n@param metricName The name of the CloudWatch metric that the alarm is associated with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "metricName", "variableType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Namespace", "c2jShape" : "Namespace", "deprecated" : false, "documentation" : "

                                                  The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.

                                                  \n@param namespace The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.

                                                  \n@return The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Namespace", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Namespace", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Namespace", "setterDocumentation" : "/**

                                                  The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.

                                                  \n@param namespace The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namespace", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.

                                                  \n@param namespace The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "namespace", "variableType" : "String", "documentation" : "

                                                  The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Statistic", "c2jShape" : "Statistic", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : "Statistic", "fluentSetterDocumentation" : "/**

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

                                                  \n@param statistic For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/", "getterDocumentation" : "/**

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

                                                  \n@return For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.\n@see Statistic*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Statistic", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Statistic", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Statistic", "setterDocumentation" : "/**

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

                                                  \n@param statistic For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.\n@see Statistic*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statistic", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                  \n@param statistic For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "statistic", "variableType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Dimensions", "c2jShape" : "DimensionList", "deprecated" : false, "documentation" : "

                                                  For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.

                                                  \n@param dimensions For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.

                                                  \n@return For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Dimensions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Dimensions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Dimension", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Dimension", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Dimension", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Dimension", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Dimension", "variableName" : "member", "variableType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Dimension", "variableName" : "member", "variableType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Dimension", "memberType" : "Dimension", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Dimension", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Dimensions", "setterDocumentation" : "/**

                                                  For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.

                                                  \n@param dimensions For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "dimensions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.

                                                  \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 For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "dimensions", "variableType" : "java.util.List", "documentation" : "

                                                  For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ComparisonOperator" : { "c2jName" : "ComparisonOperator", "c2jShape" : "ComparisonOperator", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : "ComparisonOperator", "fluentSetterDocumentation" : "/**

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

                                                  \n@param comparisonOperator For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/", "getterDocumentation" : "/**

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

                                                  \n@return For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.\n@see ComparisonOperator*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ComparisonOperator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ComparisonOperator", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ComparisonOperator", "setterDocumentation" : "/**

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

                                                  \n@param comparisonOperator For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.\n@see ComparisonOperator*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comparisonOperator", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                  \n@param comparisonOperator For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "comparisonOperator", "variableType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Dimensions" : { "c2jName" : "Dimensions", "c2jShape" : "DimensionList", "deprecated" : false, "documentation" : "

                                                  For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.

                                                  \n@param dimensions For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.

                                                  \n@return For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Dimensions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Dimensions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Dimension", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Dimension", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Dimension", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Dimension", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Dimension", "variableName" : "member", "variableType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Dimension", "variableName" : "member", "variableType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Dimension", "memberType" : "Dimension", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Dimension", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Dimensions", "setterDocumentation" : "/**

                                                  For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.

                                                  \n@param dimensions For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "dimensions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.

                                                  \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 For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "dimensions", "variableType" : "java.util.List", "documentation" : "

                                                  For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "EvaluationPeriods" : { "c2jName" : "EvaluationPeriods", "c2jShape" : "EvaluationPeriods", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param evaluationPeriods For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EvaluationPeriods", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EvaluationPeriods", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EvaluationPeriods", "setterDocumentation" : "/**

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

                                                  \n@param evaluationPeriods For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "evaluationPeriods", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                  \n@param evaluationPeriods For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "evaluationPeriods", "variableType" : "Integer", "documentation" : "

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

                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "MetricName" : { "c2jName" : "MetricName", "c2jShape" : "MetricName", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param metricName The name of the CloudWatch metric that the alarm is associated with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return The name of the CloudWatch metric that the alarm is associated with.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MetricName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MetricName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MetricName", "setterDocumentation" : "/**

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

                                                  \n@param metricName The name of the CloudWatch metric that the alarm is associated with.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                  \n@param metricName The name of the CloudWatch metric that the alarm is associated with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "metricName", "variableType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Namespace" : { "c2jName" : "Namespace", "c2jShape" : "Namespace", "deprecated" : false, "documentation" : "

                                                  The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.

                                                  \n@param namespace The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.

                                                  \n@return The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Namespace", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Namespace", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Namespace", "setterDocumentation" : "/**

                                                  The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.

                                                  \n@param namespace The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namespace", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.

                                                  \n@param namespace The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "namespace", "variableType" : "String", "documentation" : "

                                                  The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Period" : { "c2jName" : "Period", "c2jShape" : "Period", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param period For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Period", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Period", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Period", "setterDocumentation" : "/**

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

                                                  \n@param period For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "period", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                  \n@param period For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "period", "variableType" : "Integer", "documentation" : "

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

                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Statistic" : { "c2jName" : "Statistic", "c2jShape" : "Statistic", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : "Statistic", "fluentSetterDocumentation" : "/**

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

                                                  \n@param statistic For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/", "getterDocumentation" : "/**

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

                                                  \n@return For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.\n@see Statistic*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Statistic", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Statistic", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Statistic", "setterDocumentation" : "/**

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

                                                  \n@param statistic For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.\n@see Statistic*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statistic", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                  \n@param statistic For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "statistic", "variableType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Threshold" : { "c2jName" : "Threshold", "c2jShape" : "Threshold", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param threshold For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.*/", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Threshold", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Threshold", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Threshold", "setterDocumentation" : "/**

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

                                                  \n@param threshold For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.*/", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "threshold", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                  \n@param threshold For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "threshold", "variableType" : "Double", "documentation" : "

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

                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null } }, "required" : [ "EvaluationPeriods", "Threshold", "ComparisonOperator", "Period", "MetricName", "Namespace", "Statistic" ], "shapeName" : "CloudWatchAlarmConfiguration", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CloudWatchAlarmConfiguration", "variableName" : "cloudWatchAlarmConfiguration", "variableType" : "CloudWatchAlarmConfiguration", "documentation" : null, "simpleType" : "CloudWatchAlarmConfiguration", "variableSetterType" : "CloudWatchAlarmConfiguration" }, "wrapper" : false }, "CloudWatchRegion" : { "c2jName" : "CloudWatchRegion", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "UsEast1", "value" : "us-east-1" }, { "name" : "UsWest1", "value" : "us-west-1" }, { "name" : "UsWest2", "value" : "us-west-2" }, { "name" : "EuCentral1", "value" : "eu-central-1" }, { "name" : "EuWest1", "value" : "eu-west-1" }, { "name" : "ApSouth1", "value" : "ap-south-1" }, { "name" : "ApSoutheast1", "value" : "ap-southeast-1" }, { "name" : "ApSoutheast2", "value" : "ap-southeast-2" }, { "name" : "ApNortheast1", "value" : "ap-northeast-1" }, { "name" : "ApNortheast2", "value" : "ap-northeast-2" }, { "name" : "SaEast1", "value" : "sa-east-1" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "CloudWatchRegion", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CloudWatchRegion", "variableName" : "cloudWatchRegion", "variableType" : "CloudWatchRegion", "documentation" : null, "simpleType" : "CloudWatchRegion", "variableSetterType" : "CloudWatchRegion" }, "wrapper" : false }, "ComparisonOperator" : { "c2jName" : "ComparisonOperator", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "GreaterThanOrEqualToThreshold", "value" : "GreaterThanOrEqualToThreshold" }, { "name" : "GreaterThanThreshold", "value" : "GreaterThanThreshold" }, { "name" : "LessThanThreshold", "value" : "LessThanThreshold" }, { "name" : "LessThanOrEqualToThreshold", "value" : "LessThanOrEqualToThreshold" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "ComparisonOperator", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ComparisonOperator", "variableName" : "comparisonOperator", "variableType" : "ComparisonOperator", "documentation" : null, "simpleType" : "ComparisonOperator", "variableSetterType" : "ComparisonOperator" }, "wrapper" : false }, "ConcurrentModificationException" : { "c2jName" : "ConcurrentModification", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                                                  ", "enums" : null, "errorCode" : "ConcurrentModification", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "ConcurrentModificationException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ConcurrentModificationException", "variableName" : "concurrentModificationException", "variableType" : "ConcurrentModificationException", "documentation" : null, "simpleType" : "ConcurrentModificationException", "variableSetterType" : "ConcurrentModificationException" }, "wrapper" : false }, "ConflictingDomainExistsException" : { "c2jName" : "ConflictingDomainExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : "ConflictingDomainExists", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "ConflictingDomainExistsException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ConflictingDomainExistsException", "variableName" : "conflictingDomainExistsException", "variableType" : "ConflictingDomainExistsException", "documentation" : null, "simpleType" : "ConflictingDomainExistsException", "variableSetterType" : "ConflictingDomainExistsException" }, "wrapper" : false }, "ConflictingTypesException" : { "c2jName" : "ConflictingTypes", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  You tried to update a traffic policy instance by using a traffic policy version that has a different DNS type than the current type for the instance. You specified the type in the JSON document in the CreateTrafficPolicy or CreateTrafficPolicyVersionrequest.

                                                  ", "enums" : null, "errorCode" : "ConflictingTypes", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "ConflictingTypesException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ConflictingTypesException", "variableName" : "conflictingTypesException", "variableType" : "ConflictingTypesException", "documentation" : null, "simpleType" : "ConflictingTypesException", "variableSetterType" : "ConflictingTypesException" }, "wrapper" : false }, "CreateHealthCheckRequest" : { "c2jName" : "CreateHealthCheckRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  A complex type that contains the health check request information.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateHealthCheck", "locationName" : "CreateHealthCheckRequest", "requestUri" : "/2013-04-01/healthcheck", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "members" : [ { "c2jName" : "CallerReference", "c2jShape" : "HealthCheckNonce", "deprecated" : false, "documentation" : "

                                                  A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check.

                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check.

                                                  \n@return A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CallerReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CallerReference", "setterDocumentation" : "/**

                                                  A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check.

                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check.

                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

                                                  A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthCheckConfig", "c2jShape" : "HealthCheckConfig", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param healthCheckConfig A complex type that contains the response to a CreateHealthCheck request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return A complex type that contains the response to a CreateHealthCheck request.*/", "getterModel" : { "returnType" : "HealthCheckConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckConfig", "setterDocumentation" : "/**

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

                                                  \n@param healthCheckConfig A complex type that contains the response to a CreateHealthCheck request.*/", "setterModel" : { "variableDeclarationType" : "HealthCheckConfig", "variableName" : "healthCheckConfig", "variableType" : "HealthCheckConfig", "documentation" : "", "simpleType" : "HealthCheckConfig", "variableSetterType" : "HealthCheckConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

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

                                                  \n@param healthCheckConfig A complex type that contains the response to a CreateHealthCheck request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HealthCheckConfig", "variableName" : "healthCheckConfig", "variableType" : "HealthCheckConfig", "documentation" : "

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

                                                  ", "simpleType" : "HealthCheckConfig", "variableSetterType" : "HealthCheckConfig" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CallerReference" : { "c2jName" : "CallerReference", "c2jShape" : "HealthCheckNonce", "deprecated" : false, "documentation" : "

                                                  A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check.

                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check.

                                                  \n@return A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CallerReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CallerReference", "setterDocumentation" : "/**

                                                  A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check.

                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check.

                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

                                                  A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HealthCheckConfig" : { "c2jName" : "HealthCheckConfig", "c2jShape" : "HealthCheckConfig", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param healthCheckConfig A complex type that contains the response to a CreateHealthCheck request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return A complex type that contains the response to a CreateHealthCheck request.*/", "getterModel" : { "returnType" : "HealthCheckConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckConfig", "setterDocumentation" : "/**

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

                                                  \n@param healthCheckConfig A complex type that contains the response to a CreateHealthCheck request.*/", "setterModel" : { "variableDeclarationType" : "HealthCheckConfig", "variableName" : "healthCheckConfig", "variableType" : "HealthCheckConfig", "documentation" : "", "simpleType" : "HealthCheckConfig", "variableSetterType" : "HealthCheckConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

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

                                                  \n@param healthCheckConfig A complex type that contains the response to a CreateHealthCheck request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HealthCheckConfig", "variableName" : "healthCheckConfig", "variableType" : "HealthCheckConfig", "documentation" : "

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

                                                  ", "simpleType" : "HealthCheckConfig", "variableSetterType" : "HealthCheckConfig" }, "xmlNameSpaceUri" : null } }, "required" : [ "CallerReference", "HealthCheckConfig" ], "shapeName" : "CreateHealthCheckRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateHealthCheckRequest", "variableName" : "createHealthCheckRequest", "variableType" : "CreateHealthCheckRequest", "documentation" : null, "simpleType" : "CreateHealthCheckRequest", "variableSetterType" : "CreateHealthCheckRequest" }, "wrapper" : false }, "CreateHealthCheckResult" : { "c2jName" : "CreateHealthCheckResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "HealthCheck", "c2jShape" : "HealthCheck", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

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

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

                                                  \n@return A complex type that contains identifying information about the health check.*/", "getterModel" : { "returnType" : "HealthCheck", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheck", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheck", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheck", "setterDocumentation" : "/**

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

                                                  \n@param healthCheck A complex type that contains identifying information about the health check.*/", "setterModel" : { "variableDeclarationType" : "HealthCheck", "variableName" : "healthCheck", "variableType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "simple" : false, "varargSetterDocumentation" : "/**

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

                                                  \n@param healthCheck A complex type that contains identifying information about the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HealthCheck", "variableName" : "healthCheck", "variableType" : "HealthCheck", "documentation" : "

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

                                                  ", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Location", "c2jShape" : "ResourceURI", "deprecated" : false, "documentation" : "

                                                  The unique URL representing the new health check.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The unique URL representing the new health check.

                                                  \n@param location The unique URL representing the new health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The unique URL representing the new health check.

                                                  \n@return The unique URL representing the new health check.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocationName" : "Location", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Location", "setterDocumentation" : "/**

                                                  The unique URL representing the new health check.

                                                  \n@param location The unique URL representing the new health check.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The unique URL representing the new health check.

                                                  \n@param location The unique URL representing the new health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                                  The unique URL representing the new health check.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HealthCheck" : { "c2jName" : "HealthCheck", "c2jShape" : "HealthCheck", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

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

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

                                                  \n@return A complex type that contains identifying information about the health check.*/", "getterModel" : { "returnType" : "HealthCheck", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheck", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheck", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheck", "setterDocumentation" : "/**

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

                                                  \n@param healthCheck A complex type that contains identifying information about the health check.*/", "setterModel" : { "variableDeclarationType" : "HealthCheck", "variableName" : "healthCheck", "variableType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "simple" : false, "varargSetterDocumentation" : "/**

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

                                                  \n@param healthCheck A complex type that contains identifying information about the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HealthCheck", "variableName" : "healthCheck", "variableType" : "HealthCheck", "documentation" : "

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

                                                  ", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "xmlNameSpaceUri" : null }, "Location" : { "c2jName" : "Location", "c2jShape" : "ResourceURI", "deprecated" : false, "documentation" : "

                                                  The unique URL representing the new health check.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The unique URL representing the new health check.

                                                  \n@param location The unique URL representing the new health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The unique URL representing the new health check.

                                                  \n@return The unique URL representing the new health check.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocationName" : "Location", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Location", "setterDocumentation" : "/**

                                                  The unique URL representing the new health check.

                                                  \n@param location The unique URL representing the new health check.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The unique URL representing the new health check.

                                                  \n@param location The unique URL representing the new health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                                  The unique URL representing the new health check.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "HealthCheck", "Location" ], "shapeName" : "CreateHealthCheckResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateHealthCheckResult", "variableName" : "createHealthCheckResult", "variableType" : "CreateHealthCheckResult", "documentation" : null, "simpleType" : "CreateHealthCheckResult", "variableSetterType" : "CreateHealthCheckResult" }, "wrapper" : false }, "CreateHostedZoneRequest" : { "c2jName" : "CreateHostedZoneRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  A complex type containing the hosted zone request information.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateHostedZone", "locationName" : "CreateHostedZoneRequest", "requestUri" : "/2013-04-01/hostedzone", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "members" : [ { "c2jName" : "Name", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

                                                  The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

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

                                                  \n@param name The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                  If you're creating a public hosted zone, this is the name you have registered with your DNS registrar. If your domain name is registered with a registrar other than Amazon Route 53, change the name servers for your domain to the set of NameServers that CreateHostedZone returns in the DelegationSet element.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

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

                                                  \n@return The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                  If you're creating a public hosted zone, this is the name you have registered with your DNS registrar. If your domain name is registered with a registrar other than Amazon Route 53, change the name servers for your domain to the set of NameServers that CreateHostedZone returns in the DelegationSet element.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

                                                  The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

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

                                                  \n@param name The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                  If you're creating a public hosted zone, this is the name you have registered with your DNS registrar. If your domain name is registered with a registrar other than Amazon Route 53, change the name servers for your domain to the set of NameServers that CreateHostedZone returns in the DelegationSet element.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

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

                                                  \n@param name The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                  If you're creating a public hosted zone, this is the name you have registered with your DNS registrar. If your domain name is registered with a registrar other than Amazon Route 53, change the name servers for your domain to the set of NameServers that CreateHostedZone returns in the DelegationSet element.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                  The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VPC", "c2jShape" : "VPC", "deprecated" : false, "documentation" : "

                                                  The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.

                                                  \n@param vPC The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.

                                                  \n@return The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.*/", "getterModel" : { "returnType" : "VPC", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VPC", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VPC", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VPC", "setterDocumentation" : "/**

                                                  The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.

                                                  \n@param vPC The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.*/", "setterModel" : { "variableDeclarationType" : "VPC", "variableName" : "vPC", "variableType" : "VPC", "documentation" : "", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.

                                                  \n@param vPC The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VPC", "variableName" : "vPC", "variableType" : "VPC", "documentation" : "

                                                  The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.

                                                  ", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CallerReference", "c2jShape" : "Nonce", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string, for example, a date/time stamp.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string, for example, a date/time stamp.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CallerReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CallerReference", "setterDocumentation" : "/**

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

                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string, for example, a date/time stamp.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string, for example, a date/time stamp.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HostedZoneConfig", "c2jShape" : "HostedZoneConfig", "deprecated" : false, "documentation" : "

                                                  (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.

                                                  \n@param hostedZoneConfig (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.

                                                  \n@return (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.*/", "getterModel" : { "returnType" : "HostedZoneConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZoneConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZoneConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneConfig", "setterDocumentation" : "/**

                                                  (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.

                                                  \n@param hostedZoneConfig (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.*/", "setterModel" : { "variableDeclarationType" : "HostedZoneConfig", "variableName" : "hostedZoneConfig", "variableType" : "HostedZoneConfig", "documentation" : "", "simpleType" : "HostedZoneConfig", "variableSetterType" : "HostedZoneConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.

                                                  \n@param hostedZoneConfig (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HostedZoneConfig", "variableName" : "hostedZoneConfig", "variableType" : "HostedZoneConfig", "documentation" : "

                                                  (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.

                                                  ", "simpleType" : "HostedZoneConfig", "variableSetterType" : "HostedZoneConfig" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DelegationSetId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

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

                                                  Type

                                                  String

                                                  Default

                                                  None

                                                  Parent

                                                  CreatedHostedZoneRequest

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  Type

                                                  String

                                                  Default

                                                  None

                                                  Parent

                                                  CreatedHostedZoneRequest

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

                                                  Type

                                                  String

                                                  Default

                                                  None

                                                  Parent

                                                  CreatedHostedZoneRequest

                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  Type

                                                  String

                                                  Default

                                                  None

                                                  Parent

                                                  CreatedHostedZoneRequest

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

                                                  Type

                                                  String

                                                  Default

                                                  None

                                                  Parent

                                                  CreatedHostedZoneRequest

                                                  */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DelegationSetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DelegationSetId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DelegationSetId", "setterDocumentation" : "/**

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

                                                  Type

                                                  String

                                                  Default

                                                  None

                                                  Parent

                                                  CreatedHostedZoneRequest

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

                                                  Type

                                                  String

                                                  Default

                                                  None

                                                  Parent

                                                  CreatedHostedZoneRequest

                                                  */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "delegationSetId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                  Type

                                                  String

                                                  Default

                                                  None

                                                  Parent

                                                  CreatedHostedZoneRequest

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

                                                  Type

                                                  String

                                                  Default

                                                  None

                                                  Parent

                                                  CreatedHostedZoneRequest

                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "delegationSetId", "variableType" : "String", "documentation" : "

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

                                                  Type

                                                  String

                                                  Default

                                                  None

                                                  Parent

                                                  CreatedHostedZoneRequest

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CallerReference" : { "c2jName" : "CallerReference", "c2jShape" : "Nonce", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string, for example, a date/time stamp.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string, for example, a date/time stamp.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CallerReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CallerReference", "setterDocumentation" : "/**

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

                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string, for example, a date/time stamp.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string, for example, a date/time stamp.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DelegationSetId" : { "c2jName" : "DelegationSetId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

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

                                                  Type

                                                  String

                                                  Default

                                                  None

                                                  Parent

                                                  CreatedHostedZoneRequest

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  Type

                                                  String

                                                  Default

                                                  None

                                                  Parent

                                                  CreatedHostedZoneRequest

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

                                                  Type

                                                  String

                                                  Default

                                                  None

                                                  Parent

                                                  CreatedHostedZoneRequest

                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  Type

                                                  String

                                                  Default

                                                  None

                                                  Parent

                                                  CreatedHostedZoneRequest

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

                                                  Type

                                                  String

                                                  Default

                                                  None

                                                  Parent

                                                  CreatedHostedZoneRequest

                                                  */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DelegationSetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DelegationSetId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DelegationSetId", "setterDocumentation" : "/**

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

                                                  Type

                                                  String

                                                  Default

                                                  None

                                                  Parent

                                                  CreatedHostedZoneRequest

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

                                                  Type

                                                  String

                                                  Default

                                                  None

                                                  Parent

                                                  CreatedHostedZoneRequest

                                                  */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "delegationSetId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                  Type

                                                  String

                                                  Default

                                                  None

                                                  Parent

                                                  CreatedHostedZoneRequest

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

                                                  Type

                                                  String

                                                  Default

                                                  None

                                                  Parent

                                                  CreatedHostedZoneRequest

                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "delegationSetId", "variableType" : "String", "documentation" : "

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

                                                  Type

                                                  String

                                                  Default

                                                  None

                                                  Parent

                                                  CreatedHostedZoneRequest

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HostedZoneConfig" : { "c2jName" : "HostedZoneConfig", "c2jShape" : "HostedZoneConfig", "deprecated" : false, "documentation" : "

                                                  (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.

                                                  \n@param hostedZoneConfig (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.

                                                  \n@return (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.*/", "getterModel" : { "returnType" : "HostedZoneConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZoneConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZoneConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneConfig", "setterDocumentation" : "/**

                                                  (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.

                                                  \n@param hostedZoneConfig (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.*/", "setterModel" : { "variableDeclarationType" : "HostedZoneConfig", "variableName" : "hostedZoneConfig", "variableType" : "HostedZoneConfig", "documentation" : "", "simpleType" : "HostedZoneConfig", "variableSetterType" : "HostedZoneConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.

                                                  \n@param hostedZoneConfig (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HostedZoneConfig", "variableName" : "hostedZoneConfig", "variableType" : "HostedZoneConfig", "documentation" : "

                                                  (Optional) A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.

                                                  ", "simpleType" : "HostedZoneConfig", "variableSetterType" : "HostedZoneConfig" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

                                                  The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

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

                                                  \n@param name The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                  If you're creating a public hosted zone, this is the name you have registered with your DNS registrar. If your domain name is registered with a registrar other than Amazon Route 53, change the name servers for your domain to the set of NameServers that CreateHostedZone returns in the DelegationSet element.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

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

                                                  \n@return The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                  If you're creating a public hosted zone, this is the name you have registered with your DNS registrar. If your domain name is registered with a registrar other than Amazon Route 53, change the name servers for your domain to the set of NameServers that CreateHostedZone returns in the DelegationSet element.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

                                                  The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

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

                                                  \n@param name The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                  If you're creating a public hosted zone, this is the name you have registered with your DNS registrar. If your domain name is registered with a registrar other than Amazon Route 53, change the name servers for your domain to the set of NameServers that CreateHostedZone returns in the DelegationSet element.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

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

                                                  \n@param name The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                  If you're creating a public hosted zone, this is the name you have registered with your DNS registrar. If your domain name is registered with a registrar other than Amazon Route 53, change the name servers for your domain to the set of NameServers that CreateHostedZone returns in the DelegationSet element.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                  The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VPC" : { "c2jName" : "VPC", "c2jShape" : "VPC", "deprecated" : false, "documentation" : "

                                                  The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.

                                                  \n@param vPC The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.

                                                  \n@return The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.*/", "getterModel" : { "returnType" : "VPC", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VPC", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VPC", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VPC", "setterDocumentation" : "/**

                                                  The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.

                                                  \n@param vPC The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.*/", "setterModel" : { "variableDeclarationType" : "VPC", "variableName" : "vPC", "variableType" : "VPC", "documentation" : "", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.

                                                  \n@param vPC The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VPC", "variableName" : "vPC", "variableType" : "VPC", "documentation" : "

                                                  The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.

                                                  ", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "xmlNameSpaceUri" : null } }, "required" : [ "Name", "CallerReference" ], "shapeName" : "CreateHostedZoneRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateHostedZoneRequest", "variableName" : "createHostedZoneRequest", "variableType" : "CreateHostedZoneRequest", "documentation" : null, "simpleType" : "CreateHostedZoneRequest", "variableSetterType" : "CreateHostedZoneRequest" }, "wrapper" : false }, "CreateHostedZoneResult" : { "c2jName" : "CreateHostedZoneResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "HostedZone", "c2jShape" : "HostedZone", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param hostedZone A complex type that contains general information about the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return A complex type that contains general information about the hosted zone.*/", "getterModel" : { "returnType" : "HostedZone", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZone", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZone", "setterDocumentation" : "/**

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

                                                  \n@param hostedZone A complex type that contains general information about the hosted zone.*/", "setterModel" : { "variableDeclarationType" : "HostedZone", "variableName" : "hostedZone", "variableType" : "HostedZone", "documentation" : "", "simpleType" : "HostedZone", "variableSetterType" : "HostedZone" }, "simple" : false, "varargSetterDocumentation" : "/**

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

                                                  \n@param hostedZone A complex type that contains general information about the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HostedZone", "variableName" : "hostedZone", "variableType" : "HostedZone", "documentation" : "

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

                                                  ", "simpleType" : "HostedZone", "variableSetterType" : "HostedZone" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ChangeInfo", "c2jShape" : "ChangeInfo", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param changeInfo A complex type that describes the changes made to your hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return A complex type that describes the changes made to your hosted zone.*/", "getterModel" : { "returnType" : "ChangeInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeInfo", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeInfo", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeInfo", "setterDocumentation" : "/**

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

                                                  \n@param changeInfo A complex type that describes the changes made to your hosted zone.*/", "setterModel" : { "variableDeclarationType" : "ChangeInfo", "variableName" : "changeInfo", "variableType" : "ChangeInfo", "documentation" : "", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "simple" : false, "varargSetterDocumentation" : "/**

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

                                                  \n@param changeInfo A complex type that describes the changes made to your hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ChangeInfo", "variableName" : "changeInfo", "variableType" : "ChangeInfo", "documentation" : "

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

                                                  ", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DelegationSet", "c2jShape" : "DelegationSet", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param delegationSet A complex type that describes the name servers for this hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return A complex type that describes the name servers for this hosted zone.*/", "getterModel" : { "returnType" : "DelegationSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DelegationSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DelegationSet", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DelegationSet", "setterDocumentation" : "/**

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

                                                  \n@param delegationSet A complex type that describes the name servers for this hosted zone.*/", "setterModel" : { "variableDeclarationType" : "DelegationSet", "variableName" : "delegationSet", "variableType" : "DelegationSet", "documentation" : "", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "simple" : false, "varargSetterDocumentation" : "/**

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

                                                  \n@param delegationSet A complex type that describes the name servers for this hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DelegationSet", "variableName" : "delegationSet", "variableType" : "DelegationSet", "documentation" : "

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

                                                  ", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VPC", "c2jShape" : "VPC", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param vPC \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "VPC", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VPC", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VPC", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VPC", "setterDocumentation" : "/**\n@param vPC */", "setterModel" : { "variableDeclarationType" : "VPC", "variableName" : "vPC", "variableType" : "VPC", "documentation" : "", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param vPC \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VPC", "variableName" : "vPC", "variableType" : "VPC", "documentation" : "", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Location", "c2jShape" : "ResourceURI", "deprecated" : false, "documentation" : "

                                                  The unique URL representing the new hosted zone.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The unique URL representing the new hosted zone.

                                                  \n@return The unique URL representing the new hosted zone.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocationName" : "Location", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Location", "setterDocumentation" : "/**

                                                  The unique URL representing the new hosted zone.

                                                  \n@param location The unique URL representing the new hosted zone.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                                  The unique URL representing the new hosted zone.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChangeInfo" : { "c2jName" : "ChangeInfo", "c2jShape" : "ChangeInfo", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param changeInfo A complex type that describes the changes made to your hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return A complex type that describes the changes made to your hosted zone.*/", "getterModel" : { "returnType" : "ChangeInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeInfo", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeInfo", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeInfo", "setterDocumentation" : "/**

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

                                                  \n@param changeInfo A complex type that describes the changes made to your hosted zone.*/", "setterModel" : { "variableDeclarationType" : "ChangeInfo", "variableName" : "changeInfo", "variableType" : "ChangeInfo", "documentation" : "", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "simple" : false, "varargSetterDocumentation" : "/**

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

                                                  \n@param changeInfo A complex type that describes the changes made to your hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ChangeInfo", "variableName" : "changeInfo", "variableType" : "ChangeInfo", "documentation" : "

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

                                                  ", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "xmlNameSpaceUri" : null }, "DelegationSet" : { "c2jName" : "DelegationSet", "c2jShape" : "DelegationSet", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param delegationSet A complex type that describes the name servers for this hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return A complex type that describes the name servers for this hosted zone.*/", "getterModel" : { "returnType" : "DelegationSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DelegationSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DelegationSet", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DelegationSet", "setterDocumentation" : "/**

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

                                                  \n@param delegationSet A complex type that describes the name servers for this hosted zone.*/", "setterModel" : { "variableDeclarationType" : "DelegationSet", "variableName" : "delegationSet", "variableType" : "DelegationSet", "documentation" : "", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "simple" : false, "varargSetterDocumentation" : "/**

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

                                                  \n@param delegationSet A complex type that describes the name servers for this hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DelegationSet", "variableName" : "delegationSet", "variableType" : "DelegationSet", "documentation" : "

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

                                                  ", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "xmlNameSpaceUri" : null }, "HostedZone" : { "c2jName" : "HostedZone", "c2jShape" : "HostedZone", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param hostedZone A complex type that contains general information about the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return A complex type that contains general information about the hosted zone.*/", "getterModel" : { "returnType" : "HostedZone", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZone", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZone", "setterDocumentation" : "/**

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

                                                  \n@param hostedZone A complex type that contains general information about the hosted zone.*/", "setterModel" : { "variableDeclarationType" : "HostedZone", "variableName" : "hostedZone", "variableType" : "HostedZone", "documentation" : "", "simpleType" : "HostedZone", "variableSetterType" : "HostedZone" }, "simple" : false, "varargSetterDocumentation" : "/**

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

                                                  \n@param hostedZone A complex type that contains general information about the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HostedZone", "variableName" : "hostedZone", "variableType" : "HostedZone", "documentation" : "

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

                                                  ", "simpleType" : "HostedZone", "variableSetterType" : "HostedZone" }, "xmlNameSpaceUri" : null }, "Location" : { "c2jName" : "Location", "c2jShape" : "ResourceURI", "deprecated" : false, "documentation" : "

                                                  The unique URL representing the new hosted zone.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The unique URL representing the new hosted zone.

                                                  \n@return The unique URL representing the new hosted zone.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocationName" : "Location", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Location", "setterDocumentation" : "/**

                                                  The unique URL representing the new hosted zone.

                                                  \n@param location The unique URL representing the new hosted zone.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                                  The unique URL representing the new hosted zone.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VPC" : { "c2jName" : "VPC", "c2jShape" : "VPC", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param vPC \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "VPC", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VPC", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VPC", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VPC", "setterDocumentation" : "/**\n@param vPC */", "setterModel" : { "variableDeclarationType" : "VPC", "variableName" : "vPC", "variableType" : "VPC", "documentation" : "", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param vPC \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VPC", "variableName" : "vPC", "variableType" : "VPC", "documentation" : "", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "xmlNameSpaceUri" : null } }, "required" : [ "HostedZone", "ChangeInfo", "DelegationSet", "Location" ], "shapeName" : "CreateHostedZoneResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateHostedZoneResult", "variableName" : "createHostedZoneResult", "variableType" : "CreateHostedZoneResult", "documentation" : null, "simpleType" : "CreateHostedZoneResult", "variableSetterType" : "CreateHostedZoneResult" }, "wrapper" : false }, "CreateReusableDelegationSetRequest" : { "c2jName" : "CreateReusableDelegationSetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateReusableDelegationSet", "locationName" : "CreateReusableDelegationSetRequest", "requestUri" : "/2013-04-01/delegationset", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "members" : [ { "c2jName" : "CallerReference", "c2jShape" : "Nonce", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param callerReference A unique string that identifies the request, and that allows you to retry failed CreateReusableDelegationSet requests without the risk of executing the operation twice. You must use a unique CallerReference string every time you submit a CreateReusableDelegationSet request. CallerReference can be any unique string, for example a date/time stamp.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return A unique string that identifies the request, and that allows you to retry failed CreateReusableDelegationSet requests without the risk of executing the operation twice. You must use a unique CallerReference string every time you submit a CreateReusableDelegationSet request. CallerReference can be any unique string, for example a date/time stamp.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CallerReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CallerReference", "setterDocumentation" : "/**

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

                                                  \n@param callerReference A unique string that identifies the request, and that allows you to retry failed CreateReusableDelegationSet requests without the risk of executing the operation twice. You must use a unique CallerReference string every time you submit a CreateReusableDelegationSet request. CallerReference can be any unique string, for example a date/time stamp.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                  \n@param callerReference A unique string that identifies the request, and that allows you to retry failed CreateReusableDelegationSet requests without the risk of executing the operation twice. You must use a unique CallerReference string every time you submit a CreateReusableDelegationSet request. CallerReference can be any unique string, for example a date/time stamp.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param hostedZoneId If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZoneId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZoneId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneId", "setterDocumentation" : "/**

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

                                                  \n@param hostedZoneId If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                  \n@param hostedZoneId If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CallerReference" : { "c2jName" : "CallerReference", "c2jShape" : "Nonce", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param callerReference A unique string that identifies the request, and that allows you to retry failed CreateReusableDelegationSet requests without the risk of executing the operation twice. You must use a unique CallerReference string every time you submit a CreateReusableDelegationSet request. CallerReference can be any unique string, for example a date/time stamp.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return A unique string that identifies the request, and that allows you to retry failed CreateReusableDelegationSet requests without the risk of executing the operation twice. You must use a unique CallerReference string every time you submit a CreateReusableDelegationSet request. CallerReference can be any unique string, for example a date/time stamp.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CallerReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CallerReference", "setterDocumentation" : "/**

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

                                                  \n@param callerReference A unique string that identifies the request, and that allows you to retry failed CreateReusableDelegationSet requests without the risk of executing the operation twice. You must use a unique CallerReference string every time you submit a CreateReusableDelegationSet request. CallerReference can be any unique string, for example a date/time stamp.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                  \n@param callerReference A unique string that identifies the request, and that allows you to retry failed CreateReusableDelegationSet requests without the risk of executing the operation twice. You must use a unique CallerReference string every time you submit a CreateReusableDelegationSet request. CallerReference can be any unique string, for example a date/time stamp.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HostedZoneId" : { "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param hostedZoneId If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZoneId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZoneId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneId", "setterDocumentation" : "/**

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

                                                  \n@param hostedZoneId If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                  \n@param hostedZoneId If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "CallerReference" ], "shapeName" : "CreateReusableDelegationSetRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateReusableDelegationSetRequest", "variableName" : "createReusableDelegationSetRequest", "variableType" : "CreateReusableDelegationSetRequest", "documentation" : null, "simpleType" : "CreateReusableDelegationSetRequest", "variableSetterType" : "CreateReusableDelegationSetRequest" }, "wrapper" : false }, "CreateReusableDelegationSetResult" : { "c2jName" : "CreateReusableDelegationSetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DelegationSet", "c2jShape" : "DelegationSet", "deprecated" : false, "documentation" : "

                                                  A complex type that contains name server information.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  A complex type that contains name server information.

                                                  \n@return A complex type that contains name server information.*/", "getterModel" : { "returnType" : "DelegationSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DelegationSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DelegationSet", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DelegationSet", "setterDocumentation" : "/**

                                                  A complex type that contains name server information.

                                                  \n@param delegationSet A complex type that contains name server information.*/", "setterModel" : { "variableDeclarationType" : "DelegationSet", "variableName" : "delegationSet", "variableType" : "DelegationSet", "documentation" : "", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "DelegationSet", "variableName" : "delegationSet", "variableType" : "DelegationSet", "documentation" : "

                                                  A complex type that contains name server information.

                                                  ", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Location", "c2jShape" : "ResourceURI", "deprecated" : false, "documentation" : "

                                                  The unique URL representing the new reusbale delegation set.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The unique URL representing the new reusbale delegation set.

                                                  \n@return The unique URL representing the new reusbale delegation set.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocationName" : "Location", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Location", "setterDocumentation" : "/**

                                                  The unique URL representing the new reusbale delegation set.

                                                  \n@param location The unique URL representing the new reusbale delegation set.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                                  The unique URL representing the new reusbale delegation set.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DelegationSet" : { "c2jName" : "DelegationSet", "c2jShape" : "DelegationSet", "deprecated" : false, "documentation" : "

                                                  A complex type that contains name server information.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  A complex type that contains name server information.

                                                  \n@return A complex type that contains name server information.*/", "getterModel" : { "returnType" : "DelegationSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DelegationSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DelegationSet", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DelegationSet", "setterDocumentation" : "/**

                                                  A complex type that contains name server information.

                                                  \n@param delegationSet A complex type that contains name server information.*/", "setterModel" : { "variableDeclarationType" : "DelegationSet", "variableName" : "delegationSet", "variableType" : "DelegationSet", "documentation" : "", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "DelegationSet", "variableName" : "delegationSet", "variableType" : "DelegationSet", "documentation" : "

                                                  A complex type that contains name server information.

                                                  ", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "xmlNameSpaceUri" : null }, "Location" : { "c2jName" : "Location", "c2jShape" : "ResourceURI", "deprecated" : false, "documentation" : "

                                                  The unique URL representing the new reusbale delegation set.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The unique URL representing the new reusbale delegation set.

                                                  \n@return The unique URL representing the new reusbale delegation set.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocationName" : "Location", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Location", "setterDocumentation" : "/**

                                                  The unique URL representing the new reusbale delegation set.

                                                  \n@param location The unique URL representing the new reusbale delegation set.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                                  The unique URL representing the new reusbale delegation set.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "DelegationSet", "Location" ], "shapeName" : "CreateReusableDelegationSetResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateReusableDelegationSetResult", "variableName" : "createReusableDelegationSetResult", "variableType" : "CreateReusableDelegationSetResult", "documentation" : null, "simpleType" : "CreateReusableDelegationSetResult", "variableSetterType" : "CreateReusableDelegationSetResult" }, "wrapper" : false }, "CreateTrafficPolicyInstanceRequest" : { "c2jName" : "CreateTrafficPolicyInstanceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateTrafficPolicyInstance", "locationName" : "CreateTrafficPolicyInstanceRequest", "requestUri" : "/2013-04-01/trafficpolicyinstance", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "members" : [ { "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZoneId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZoneId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneId", "setterDocumentation" : "/**

                                                  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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Name", "c2jShape" : "DNSName", "deprecated" : false, "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.

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

                                                  The 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TTL", "c2jShape" : "TTL", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

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

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

                                                  \n@return (Optional) The TTL that you want Amazon Route 53 to assign to all of the resource record sets that it creates in the specified hosted zone.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TTL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TTL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TTL", "setterDocumentation" : "/**

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

                                                  \n@param tTL (Optional) The TTL that you want Amazon Route 53 to assign to all of the resource record sets that it creates in the specified hosted zone.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "tTL", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

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

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

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

                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TrafficPolicyId", "c2jShape" : "TrafficPolicyId", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyId", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyId", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TrafficPolicyVersion", "c2jShape" : "TrafficPolicyVersion", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyVersion", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "trafficPolicyVersion", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "trafficPolicyVersion", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HostedZoneId" : { "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "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.

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZoneId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZoneId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneId", "setterDocumentation" : "/**

                                                  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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "DNSName", "deprecated" : false, "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.

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

                                                  The 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TTL" : { "c2jName" : "TTL", "c2jShape" : "TTL", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

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

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

                                                  \n@return (Optional) The TTL that you want Amazon Route 53 to assign to all of the resource record sets that it creates in the specified hosted zone.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TTL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TTL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TTL", "setterDocumentation" : "/**

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

                                                  \n@param tTL (Optional) The TTL that you want Amazon Route 53 to assign to all of the resource record sets that it creates in the specified hosted zone.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "tTL", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

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

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

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

                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "TrafficPolicyId" : { "c2jName" : "TrafficPolicyId", "c2jShape" : "TrafficPolicyId", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyId", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyId", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TrafficPolicyVersion" : { "c2jName" : "TrafficPolicyVersion", "c2jShape" : "TrafficPolicyVersion", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyVersion", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "trafficPolicyVersion", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "trafficPolicyVersion", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "HostedZoneId", "Name", "TTL", "TrafficPolicyId", "TrafficPolicyVersion" ], "shapeName" : "CreateTrafficPolicyInstanceRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateTrafficPolicyInstanceRequest", "variableName" : "createTrafficPolicyInstanceRequest", "variableType" : "CreateTrafficPolicyInstanceRequest", "documentation" : null, "simpleType" : "CreateTrafficPolicyInstanceRequest", "variableSetterType" : "CreateTrafficPolicyInstanceRequest" }, "wrapper" : false }, "CreateTrafficPolicyInstanceResult" : { "c2jName" : "CreateTrafficPolicyInstanceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TrafficPolicyInstance", "c2jShape" : "TrafficPolicyInstance", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "TrafficPolicyInstance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstance", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstance", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstance", "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.*/", "setterModel" : { "variableDeclarationType" : "TrafficPolicyInstance", "variableName" : "trafficPolicyInstance", "variableType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "TrafficPolicyInstance", "variableName" : "trafficPolicyInstance", "variableType" : "TrafficPolicyInstance", "documentation" : "

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

                                                  ", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Location", "c2jShape" : "ResourceURI", "deprecated" : false, "documentation" : "

                                                  A unique URL that represents a new traffic policy instance.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  A unique URL that represents a new traffic policy instance.

                                                  \n@return A unique URL that represents a new traffic policy instance.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocationName" : "Location", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Location", "setterDocumentation" : "/**

                                                  A unique URL that represents a new traffic policy instance.

                                                  \n@param location A unique URL that represents a new traffic policy instance.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                                  A unique URL that represents a new traffic policy instance.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Location" : { "c2jName" : "Location", "c2jShape" : "ResourceURI", "deprecated" : false, "documentation" : "

                                                  A unique URL that represents a new traffic policy instance.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  A unique URL that represents a new traffic policy instance.

                                                  \n@return A unique URL that represents a new traffic policy instance.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocationName" : "Location", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Location", "setterDocumentation" : "/**

                                                  A unique URL that represents a new traffic policy instance.

                                                  \n@param location A unique URL that represents a new traffic policy instance.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                                  A unique URL that represents a new traffic policy instance.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TrafficPolicyInstance" : { "c2jName" : "TrafficPolicyInstance", "c2jShape" : "TrafficPolicyInstance", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "TrafficPolicyInstance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstance", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstance", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstance", "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.*/", "setterModel" : { "variableDeclarationType" : "TrafficPolicyInstance", "variableName" : "trafficPolicyInstance", "variableType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "TrafficPolicyInstance", "variableName" : "trafficPolicyInstance", "variableType" : "TrafficPolicyInstance", "documentation" : "

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

                                                  ", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "xmlNameSpaceUri" : null } }, "required" : [ "TrafficPolicyInstance", "Location" ], "shapeName" : "CreateTrafficPolicyInstanceResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateTrafficPolicyInstanceResult", "variableName" : "createTrafficPolicyInstanceResult", "variableType" : "CreateTrafficPolicyInstanceResult", "documentation" : null, "simpleType" : "CreateTrafficPolicyInstanceResult", "variableSetterType" : "CreateTrafficPolicyInstanceResult" }, "wrapper" : false }, "CreateTrafficPolicyRequest" : { "c2jName" : "CreateTrafficPolicyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateTrafficPolicy", "locationName" : "CreateTrafficPolicyRequest", "requestUri" : "/2013-04-01/trafficpolicy", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "members" : [ { "c2jName" : "Name", "c2jShape" : "TrafficPolicyName", "deprecated" : false, "documentation" : "

                                                  The name of the traffic policy.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The name of the traffic policy.

                                                  \n@return The name of the traffic policy.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

                                                  The name of the traffic policy.

                                                  \n@param name The name of the traffic policy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                  The name of the traffic policy.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Document", "c2jShape" : "TrafficPolicyDocument", "deprecated" : false, "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.

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Document", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Document", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Document", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "document", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "document", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Comment", "c2jShape" : "TrafficPolicyComment", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param comment (Optional) 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.*/", "getterDocumentation" : "/**

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

                                                  \n@return (Optional) Any comments that you want to include about the traffic policy.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Comment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Comment", "setterDocumentation" : "/**

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

                                                  \n@param comment (Optional) Any comments that you want to include about the traffic policy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                  \n@param comment (Optional) 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Comment" : { "c2jName" : "Comment", "c2jShape" : "TrafficPolicyComment", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param comment (Optional) 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.*/", "getterDocumentation" : "/**

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

                                                  \n@return (Optional) Any comments that you want to include about the traffic policy.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Comment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Comment", "setterDocumentation" : "/**

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

                                                  \n@param comment (Optional) Any comments that you want to include about the traffic policy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                  \n@param comment (Optional) 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Document" : { "c2jName" : "Document", "c2jShape" : "TrafficPolicyDocument", "deprecated" : false, "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.

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Document", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Document", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Document", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "document", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "document", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "TrafficPolicyName", "deprecated" : false, "documentation" : "

                                                  The name of the traffic policy.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The name of the traffic policy.

                                                  \n@return The name of the traffic policy.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

                                                  The name of the traffic policy.

                                                  \n@param name The name of the traffic policy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                  The name of the traffic policy.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Name", "Document" ], "shapeName" : "CreateTrafficPolicyRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateTrafficPolicyRequest", "variableName" : "createTrafficPolicyRequest", "variableType" : "CreateTrafficPolicyRequest", "documentation" : null, "simpleType" : "CreateTrafficPolicyRequest", "variableSetterType" : "CreateTrafficPolicyRequest" }, "wrapper" : false }, "CreateTrafficPolicyResult" : { "c2jName" : "CreateTrafficPolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TrafficPolicy", "c2jShape" : "TrafficPolicy", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "TrafficPolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicy", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicy", "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.*/", "setterModel" : { "variableDeclarationType" : "TrafficPolicy", "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "documentation" : "", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "TrafficPolicy", "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "documentation" : "

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

                                                  ", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Location", "c2jShape" : "ResourceURI", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param location \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocationName" : "Location", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Location", "setterDocumentation" : "/**\n@param location */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param location \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Location" : { "c2jName" : "Location", "c2jShape" : "ResourceURI", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param location \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocationName" : "Location", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Location", "setterDocumentation" : "/**\n@param location */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param location \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TrafficPolicy" : { "c2jName" : "TrafficPolicy", "c2jShape" : "TrafficPolicy", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "TrafficPolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicy", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicy", "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.*/", "setterModel" : { "variableDeclarationType" : "TrafficPolicy", "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "documentation" : "", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "TrafficPolicy", "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "documentation" : "

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

                                                  ", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "xmlNameSpaceUri" : null } }, "required" : [ "TrafficPolicy", "Location" ], "shapeName" : "CreateTrafficPolicyResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateTrafficPolicyResult", "variableName" : "createTrafficPolicyResult", "variableType" : "CreateTrafficPolicyResult", "documentation" : null, "simpleType" : "CreateTrafficPolicyResult", "variableSetterType" : "CreateTrafficPolicyResult" }, "wrapper" : false }, "CreateTrafficPolicyVersionRequest" : { "c2jName" : "CreateTrafficPolicyVersionRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateTrafficPolicyVersion", "locationName" : "CreateTrafficPolicyVersionRequest", "requestUri" : "/2013-04-01/trafficpolicy/{Id}", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "members" : [ { "c2jName" : "Id", "c2jShape" : "TrafficPolicyId", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Document", "c2jShape" : "TrafficPolicyDocument", "deprecated" : false, "documentation" : "

                                                  The definition of this version of the traffic policy, in JSON format. You specified the JSON in the CreateTrafficPolicyVersion request. For more information about the JSON format, see CreateTrafficPolicy.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The definition of this version of the traffic policy, in JSON format. You specified the JSON in the CreateTrafficPolicyVersion request. For more information about the JSON format, see CreateTrafficPolicy.

                                                  \n@param document The definition of this version of the traffic policy, in JSON format. You specified the JSON in the CreateTrafficPolicyVersion request. For more information about the JSON format, see CreateTrafficPolicy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The definition of this version of the traffic policy, in JSON format. You specified the JSON in the CreateTrafficPolicyVersion request. For more information about the JSON format, see CreateTrafficPolicy.

                                                  \n@return The definition of this version of the traffic policy, in JSON format. You specified the JSON in the CreateTrafficPolicyVersion request. For more information about the JSON format, see CreateTrafficPolicy.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Document", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Document", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Document", "setterDocumentation" : "/**

                                                  The definition of this version of the traffic policy, in JSON format. You specified the JSON in the CreateTrafficPolicyVersion request. For more information about the JSON format, see CreateTrafficPolicy.

                                                  \n@param document The definition of this version of the traffic policy, in JSON format. You specified the JSON in the CreateTrafficPolicyVersion request. For more information about the JSON format, see CreateTrafficPolicy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "document", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The definition of this version of the traffic policy, in JSON format. You specified the JSON in the CreateTrafficPolicyVersion request. For more information about the JSON format, see CreateTrafficPolicy.

                                                  \n@param document The definition of this version of the traffic policy, in JSON format. You specified the JSON in the CreateTrafficPolicyVersion request. For more information about the JSON format, see CreateTrafficPolicy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "document", "variableType" : "String", "documentation" : "

                                                  The definition of this version of the traffic policy, in JSON format. You specified the JSON in the CreateTrafficPolicyVersion request. For more information about the JSON format, see CreateTrafficPolicy.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Comment", "c2jShape" : "TrafficPolicyComment", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param comment The comment that you specified in the CreateTrafficPolicyVersion request, if any.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return The comment that you specified in the CreateTrafficPolicyVersion request, if any.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Comment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Comment", "setterDocumentation" : "/**

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

                                                  \n@param comment The comment that you specified in the CreateTrafficPolicyVersion request, if any.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                  \n@param comment The comment that you specified in the CreateTrafficPolicyVersion request, if any.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Comment" : { "c2jName" : "Comment", "c2jShape" : "TrafficPolicyComment", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param comment The comment that you specified in the CreateTrafficPolicyVersion request, if any.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return The comment that you specified in the CreateTrafficPolicyVersion request, if any.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Comment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Comment", "setterDocumentation" : "/**

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

                                                  \n@param comment The comment that you specified in the CreateTrafficPolicyVersion request, if any.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                  \n@param comment The comment that you specified in the CreateTrafficPolicyVersion request, if any.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Document" : { "c2jName" : "Document", "c2jShape" : "TrafficPolicyDocument", "deprecated" : false, "documentation" : "

                                                  The definition of this version of the traffic policy, in JSON format. You specified the JSON in the CreateTrafficPolicyVersion request. For more information about the JSON format, see CreateTrafficPolicy.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The definition of this version of the traffic policy, in JSON format. You specified the JSON in the CreateTrafficPolicyVersion request. For more information about the JSON format, see CreateTrafficPolicy.

                                                  \n@param document The definition of this version of the traffic policy, in JSON format. You specified the JSON in the CreateTrafficPolicyVersion request. For more information about the JSON format, see CreateTrafficPolicy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The definition of this version of the traffic policy, in JSON format. You specified the JSON in the CreateTrafficPolicyVersion request. For more information about the JSON format, see CreateTrafficPolicy.

                                                  \n@return The definition of this version of the traffic policy, in JSON format. You specified the JSON in the CreateTrafficPolicyVersion request. For more information about the JSON format, see CreateTrafficPolicy.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Document", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Document", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Document", "setterDocumentation" : "/**

                                                  The definition of this version of the traffic policy, in JSON format. You specified the JSON in the CreateTrafficPolicyVersion request. For more information about the JSON format, see CreateTrafficPolicy.

                                                  \n@param document The definition of this version of the traffic policy, in JSON format. You specified the JSON in the CreateTrafficPolicyVersion request. For more information about the JSON format, see CreateTrafficPolicy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "document", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The definition of this version of the traffic policy, in JSON format. You specified the JSON in the CreateTrafficPolicyVersion request. For more information about the JSON format, see CreateTrafficPolicy.

                                                  \n@param document The definition of this version of the traffic policy, in JSON format. You specified the JSON in the CreateTrafficPolicyVersion request. For more information about the JSON format, see CreateTrafficPolicy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "document", "variableType" : "String", "documentation" : "

                                                  The definition of this version of the traffic policy, in JSON format. You specified the JSON in the CreateTrafficPolicyVersion request. For more information about the JSON format, see CreateTrafficPolicy.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Id" : { "c2jName" : "Id", "c2jShape" : "TrafficPolicyId", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id", "Document" ], "shapeName" : "CreateTrafficPolicyVersionRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateTrafficPolicyVersionRequest", "variableName" : "createTrafficPolicyVersionRequest", "variableType" : "CreateTrafficPolicyVersionRequest", "documentation" : null, "simpleType" : "CreateTrafficPolicyVersionRequest", "variableSetterType" : "CreateTrafficPolicyVersionRequest" }, "wrapper" : false }, "CreateTrafficPolicyVersionResult" : { "c2jName" : "CreateTrafficPolicyVersionResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TrafficPolicy", "c2jShape" : "TrafficPolicy", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "TrafficPolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicy", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicy", "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.*/", "setterModel" : { "variableDeclarationType" : "TrafficPolicy", "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "documentation" : "", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "TrafficPolicy", "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "documentation" : "

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

                                                  ", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Location", "c2jShape" : "ResourceURI", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param location \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocationName" : "Location", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Location", "setterDocumentation" : "/**\n@param location */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param location \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Location" : { "c2jName" : "Location", "c2jShape" : "ResourceURI", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param location \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocationName" : "Location", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Location", "setterDocumentation" : "/**\n@param location */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param location \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TrafficPolicy" : { "c2jName" : "TrafficPolicy", "c2jShape" : "TrafficPolicy", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "TrafficPolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicy", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicy", "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.*/", "setterModel" : { "variableDeclarationType" : "TrafficPolicy", "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "documentation" : "", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "TrafficPolicy", "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "documentation" : "

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

                                                  ", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "xmlNameSpaceUri" : null } }, "required" : [ "TrafficPolicy", "Location" ], "shapeName" : "CreateTrafficPolicyVersionResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateTrafficPolicyVersionResult", "variableName" : "createTrafficPolicyVersionResult", "variableType" : "CreateTrafficPolicyVersionResult", "documentation" : null, "simpleType" : "CreateTrafficPolicyVersionResult", "variableSetterType" : "CreateTrafficPolicyVersionResult" }, "wrapper" : false }, "DelegationSet" : { "c2jName" : "DelegationSet", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Id", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**\n@param id */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CallerReference", "c2jShape" : "Nonce", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param callerReference \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CallerReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CallerReference", "setterDocumentation" : "/**\n@param callerReference */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param callerReference \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NameServers", "c2jShape" : "DelegationSetNameServers", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param nameServers A complex type that contains a list of the authoritative name servers for the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return A complex type that contains a list of the authoritative name servers for the hosted zone.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NameServers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NameServers", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NameServer", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NameServer", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "NameServer", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "NameServers", "setterDocumentation" : "/**

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

                                                  \n@param nameServers A complex type that contains a list of the authoritative name servers for the hosted zone.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "nameServers", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  A complex type that contains a list of the authoritative name servers for the 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 a list of the authoritative name servers for the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "nameServers", "variableType" : "java.util.List", "documentation" : "

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

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CallerReference" : { "c2jName" : "CallerReference", "c2jShape" : "Nonce", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param callerReference \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CallerReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CallerReference", "setterDocumentation" : "/**\n@param callerReference */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param callerReference \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Id" : { "c2jName" : "Id", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**\n@param id */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NameServers" : { "c2jName" : "NameServers", "c2jShape" : "DelegationSetNameServers", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param nameServers A complex type that contains a list of the authoritative name servers for the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return A complex type that contains a list of the authoritative name servers for the hosted zone.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NameServers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NameServers", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NameServer", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NameServer", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "NameServer", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "NameServers", "setterDocumentation" : "/**

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

                                                  \n@param nameServers A complex type that contains a list of the authoritative name servers for the hosted zone.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "nameServers", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  A complex type that contains a list of the authoritative name servers for the 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 a list of the authoritative name servers for the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "nameServers", "variableType" : "java.util.List", "documentation" : "

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

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "NameServers" ], "shapeName" : "DelegationSet", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DelegationSet", "variableName" : "delegationSet", "variableType" : "DelegationSet", "documentation" : null, "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "wrapper" : false }, "DelegationSetAlreadyCreatedException" : { "c2jName" : "DelegationSetAlreadyCreated", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                                                  ", "enums" : null, "errorCode" : "DelegationSetAlreadyCreated", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "DelegationSetAlreadyCreatedException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DelegationSetAlreadyCreatedException", "variableName" : "delegationSetAlreadyCreatedException", "variableType" : "DelegationSetAlreadyCreatedException", "documentation" : null, "simpleType" : "DelegationSetAlreadyCreatedException", "variableSetterType" : "DelegationSetAlreadyCreatedException" }, "wrapper" : false }, "DelegationSetAlreadyReusableException" : { "c2jName" : "DelegationSetAlreadyReusable", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  The specified delegation set has already been marked as reusable.

                                                  ", "enums" : null, "errorCode" : "DelegationSetAlreadyReusable", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "DelegationSetAlreadyReusableException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DelegationSetAlreadyReusableException", "variableName" : "delegationSetAlreadyReusableException", "variableType" : "DelegationSetAlreadyReusableException", "documentation" : null, "simpleType" : "DelegationSetAlreadyReusableException", "variableSetterType" : "DelegationSetAlreadyReusableException" }, "wrapper" : false }, "DelegationSetInUseException" : { "c2jName" : "DelegationSetInUse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  The specified delegation contains associated hosted zones which must be deleted before the reusable delegation set can be deleted.

                                                  ", "enums" : null, "errorCode" : "DelegationSetInUse", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "DelegationSetInUseException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DelegationSetInUseException", "variableName" : "delegationSetInUseException", "variableType" : "DelegationSetInUseException", "documentation" : null, "simpleType" : "DelegationSetInUseException", "variableSetterType" : "DelegationSetInUseException" }, "wrapper" : false }, "DelegationSetNotAvailableException" : { "c2jName" : "DelegationSetNotAvailable", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                                                  ", "enums" : null, "errorCode" : "DelegationSetNotAvailable", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "DelegationSetNotAvailableException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DelegationSetNotAvailableException", "variableName" : "delegationSetNotAvailableException", "variableType" : "DelegationSetNotAvailableException", "documentation" : null, "simpleType" : "DelegationSetNotAvailableException", "variableSetterType" : "DelegationSetNotAvailableException" }, "wrapper" : false }, "DelegationSetNotReusableException" : { "c2jName" : "DelegationSetNotReusable", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                                                  ", "enums" : null, "errorCode" : "DelegationSetNotReusable", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "DelegationSetNotReusableException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DelegationSetNotReusableException", "variableName" : "delegationSetNotReusableException", "variableType" : "DelegationSetNotReusableException", "documentation" : null, "simpleType" : "DelegationSetNotReusableException", "variableSetterType" : "DelegationSetNotReusableException" }, "wrapper" : false }, "DeleteHealthCheckRequest" : { "c2jName" : "DeleteHealthCheckRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  This action deletes a health check. Send a DELETE request to the /2013-04-01/DeleteHealthCheckRequest resource.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteHealthCheck", "locationName" : null, "requestUri" : "/2013-04-01/healthcheck/{HealthCheckId}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "HealthCheckId", "c2jShape" : "HealthCheckId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param healthCheckId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "HealthCheckId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckId", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckId", "setterDocumentation" : "/**\n@param healthCheckId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param healthCheckId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HealthCheckId" : { "c2jName" : "HealthCheckId", "c2jShape" : "HealthCheckId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param healthCheckId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "HealthCheckId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckId", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckId", "setterDocumentation" : "/**\n@param healthCheckId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param healthCheckId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "HealthCheckId" ], "shapeName" : "DeleteHealthCheckRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteHealthCheckRequest", "variableName" : "deleteHealthCheckRequest", "variableType" : "DeleteHealthCheckRequest", "documentation" : null, "simpleType" : "DeleteHealthCheckRequest", "variableSetterType" : "DeleteHealthCheckRequest" }, "wrapper" : false }, "DeleteHealthCheckResult" : { "c2jName" : "DeleteHealthCheckResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  An empty element.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DeleteHealthCheckResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteHealthCheckResult", "variableName" : "deleteHealthCheckResult", "variableType" : "DeleteHealthCheckResult", "documentation" : null, "simpleType" : "DeleteHealthCheckResult", "variableSetterType" : "DeleteHealthCheckResult" }, "wrapper" : false }, "DeleteHostedZoneRequest" : { "c2jName" : "DeleteHostedZoneRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  A complex type that contains information about the hosted zone that you want to delete.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteHostedZone", "locationName" : null, "requestUri" : "/2013-04-01/hostedzone/{Id}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Id", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                  The ID of the hosted zone you want to delete.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The ID of the hosted zone you want to delete.

                                                  \n@return The ID of the hosted zone you want to delete.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

                                                  The ID of the hosted zone you want to delete.

                                                  \n@param id The ID of the hosted zone you want to delete.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                  The ID of the hosted zone you want to delete.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "c2jName" : "Id", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                  The ID of the hosted zone you want to delete.

                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                  The ID of the hosted zone you want to delete.

                                                  \n@return The ID of the hosted zone you want to delete.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

                                                  The ID of the hosted zone you want to delete.

                                                  \n@param id The ID of the hosted zone you want to delete.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                  The ID of the hosted zone you want to delete.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id" ], "shapeName" : "DeleteHostedZoneRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteHostedZoneRequest", "variableName" : "deleteHostedZoneRequest", "variableType" : "DeleteHostedZoneRequest", "documentation" : null, "simpleType" : "DeleteHostedZoneRequest", "variableSetterType" : "DeleteHostedZoneRequest" }, "wrapper" : false }, "DeleteHostedZoneResult" : { "c2jName" : "DeleteHostedZoneResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  A complex type containing the response information for the request.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ChangeInfo", "c2jShape" : "ChangeInfo", "deprecated" : false, "documentation" : "

                                                  A complex type that contains the ID, the status, and the date and time of your delete request.

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "ChangeInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeInfo", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeInfo", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeInfo", "setterDocumentation" : "/**

                                                  A complex type that contains 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.*/", "setterModel" : { "variableDeclarationType" : "ChangeInfo", "variableName" : "changeInfo", "variableType" : "ChangeInfo", "documentation" : "", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ChangeInfo", "variableName" : "changeInfo", "variableType" : "ChangeInfo", "documentation" : "

                                                  A complex type that contains the ID, the status, and the date and time of your delete request.

                                                  ", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChangeInfo" : { "c2jName" : "ChangeInfo", "c2jShape" : "ChangeInfo", "deprecated" : false, "documentation" : "

                                                  A complex type that contains the ID, the status, and the date and time of your delete request.

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "ChangeInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeInfo", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeInfo", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeInfo", "setterDocumentation" : "/**

                                                  A complex type that contains 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.*/", "setterModel" : { "variableDeclarationType" : "ChangeInfo", "variableName" : "changeInfo", "variableType" : "ChangeInfo", "documentation" : "", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ChangeInfo", "variableName" : "changeInfo", "variableType" : "ChangeInfo", "documentation" : "

                                                  A complex type that contains the ID, the status, and the date and time of your delete request.

                                                  ", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "xmlNameSpaceUri" : null } }, "required" : [ "ChangeInfo" ], "shapeName" : "DeleteHostedZoneResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteHostedZoneResult", "variableName" : "deleteHostedZoneResult", "variableType" : "DeleteHostedZoneResult", "documentation" : null, "simpleType" : "DeleteHostedZoneResult", "variableSetterType" : "DeleteHostedZoneResult" }, "wrapper" : false }, "DeleteReusableDelegationSetRequest" : { "c2jName" : "DeleteReusableDelegationSetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  A complex type containing the information for the delete request.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteReusableDelegationSet", "locationName" : null, "requestUri" : "/2013-04-01/delegationset/{Id}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Id", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "c2jName" : "Id", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id" ], "shapeName" : "DeleteReusableDelegationSetRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteReusableDelegationSetRequest", "variableName" : "deleteReusableDelegationSetRequest", "variableType" : "DeleteReusableDelegationSetRequest", "documentation" : null, "simpleType" : "DeleteReusableDelegationSetRequest", "variableSetterType" : "DeleteReusableDelegationSetRequest" }, "wrapper" : false }, "DeleteReusableDelegationSetResult" : { "c2jName" : "DeleteReusableDelegationSetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  An empty element.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DeleteReusableDelegationSetResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteReusableDelegationSetResult", "variableName" : "deleteReusableDelegationSetResult", "variableType" : "DeleteReusableDelegationSetResult", "documentation" : null, "simpleType" : "DeleteReusableDelegationSetResult", "variableSetterType" : "DeleteReusableDelegationSetResult" }, "wrapper" : false }, "DeleteTrafficPolicyInstanceRequest" : { "c2jName" : "DeleteTrafficPolicyInstanceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteTrafficPolicyInstance", "locationName" : null, "requestUri" : "/2013-04-01/trafficpolicyinstance/{Id}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Id", "c2jShape" : "TrafficPolicyInstanceId", "deprecated" : false, "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.

                                                  ", "enumType" : null, "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.*/", "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.

                                                  */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "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.

                                                  */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "c2jName" : "Id", "c2jShape" : "TrafficPolicyInstanceId", "deprecated" : false, "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.

                                                  ", "enumType" : null, "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.*/", "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.

                                                  */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "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.

                                                  */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id" ], "shapeName" : "DeleteTrafficPolicyInstanceRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteTrafficPolicyInstanceRequest", "variableName" : "deleteTrafficPolicyInstanceRequest", "variableType" : "DeleteTrafficPolicyInstanceRequest", "documentation" : null, "simpleType" : "DeleteTrafficPolicyInstanceRequest", "variableSetterType" : "DeleteTrafficPolicyInstanceRequest" }, "wrapper" : false }, "DeleteTrafficPolicyInstanceResult" : { "c2jName" : "DeleteTrafficPolicyInstanceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  An empty element.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DeleteTrafficPolicyInstanceResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteTrafficPolicyInstanceResult", "variableName" : "deleteTrafficPolicyInstanceResult", "variableType" : "DeleteTrafficPolicyInstanceResult", "documentation" : null, "simpleType" : "DeleteTrafficPolicyInstanceResult", "variableSetterType" : "DeleteTrafficPolicyInstanceResult" }, "wrapper" : false }, "DeleteTrafficPolicyRequest" : { "c2jName" : "DeleteTrafficPolicyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  A request to delete a specified traffic policy version.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteTrafficPolicy", "locationName" : null, "requestUri" : "/2013-04-01/trafficpolicy/{Id}/{Version}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Id", "c2jShape" : "TrafficPolicyId", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Version", "c2jShape" : "TrafficPolicyVersion", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Version", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Version", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Version", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "version", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "version", "variableType" : "Integer", "documentation" : "

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

                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "c2jName" : "Id", "c2jShape" : "TrafficPolicyId", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Version" : { "c2jName" : "Version", "c2jShape" : "TrafficPolicyVersion", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Version", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Version", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Version", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "version", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "version", "variableType" : "Integer", "documentation" : "

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

                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id", "Version" ], "shapeName" : "DeleteTrafficPolicyRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteTrafficPolicyRequest", "variableName" : "deleteTrafficPolicyRequest", "variableType" : "DeleteTrafficPolicyRequest", "documentation" : null, "simpleType" : "DeleteTrafficPolicyRequest", "variableSetterType" : "DeleteTrafficPolicyRequest" }, "wrapper" : false }, "DeleteTrafficPolicyResult" : { "c2jName" : "DeleteTrafficPolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  An empty element.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DeleteTrafficPolicyResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteTrafficPolicyResult", "variableName" : "deleteTrafficPolicyResult", "variableType" : "DeleteTrafficPolicyResult", "documentation" : null, "simpleType" : "DeleteTrafficPolicyResult", "variableSetterType" : "DeleteTrafficPolicyResult" }, "wrapper" : false }, "Dimension" : { "c2jName" : "Dimension", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Name", "c2jShape" : "DimensionField", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param name For the metric that the CloudWatch alarm is associated with, the name of one dimension.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return For the metric that the CloudWatch alarm is associated with, the name of one dimension.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

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

                                                  \n@param name For the metric that the CloudWatch alarm is associated with, the name of one dimension.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                  \n@param name For the metric that the CloudWatch alarm is associated with, the name of one dimension.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Value", "c2jShape" : "DimensionField", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param value For the metric that the CloudWatch alarm is associated with, the value of one dimension.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return For the metric that the CloudWatch alarm is associated with, the value of one dimension.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

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

                                                  \n@param value For the metric that the CloudWatch alarm is associated with, the value of one dimension.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                  \n@param value For the metric that the CloudWatch alarm is associated with, the value of one dimension.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "c2jName" : "Name", "c2jShape" : "DimensionField", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param name For the metric that the CloudWatch alarm is associated with, the name of one dimension.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return For the metric that the CloudWatch alarm is associated with, the name of one dimension.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

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

                                                  \n@param name For the metric that the CloudWatch alarm is associated with, the name of one dimension.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                  \n@param name For the metric that the CloudWatch alarm is associated with, the name of one dimension.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "c2jName" : "Value", "c2jShape" : "DimensionField", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param value For the metric that the CloudWatch alarm is associated with, the value of one dimension.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return For the metric that the CloudWatch alarm is associated with, the value of one dimension.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

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

                                                  \n@param value For the metric that the CloudWatch alarm is associated with, the value of one dimension.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                  \n@param value For the metric that the CloudWatch alarm is associated with, the value of one dimension.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Name", "Value" ], "shapeName" : "Dimension", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Dimension", "variableName" : "dimension", "variableType" : "Dimension", "documentation" : null, "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "wrapper" : false }, "DisassociateVPCFromHostedZoneRequest" : { "c2jName" : "DisassociateVPCFromHostedZoneRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  A complex type that contains information about the VPC and the hosted zone that you want to disassociate.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DisassociateVPCFromHostedZone", "locationName" : "DisassociateVPCFromHostedZoneRequest", "requestUri" : "/2013-04-01/hostedzone/{Id}/disassociatevpc", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "members" : [ { "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                  The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.

                                                  \n@param hostedZoneId The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.

                                                  \n@return The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneId", "setterDocumentation" : "/**

                                                  The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.

                                                  \n@param hostedZoneId The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.

                                                  \n@param hostedZoneId The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "

                                                  The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VPC", "c2jShape" : "VPC", "deprecated" : false, "documentation" : "

                                                  A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted zone.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted zone.

                                                  \n@param vPC A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted zone.

                                                  \n@return A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted zone.*/", "getterModel" : { "returnType" : "VPC", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VPC", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VPC", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VPC", "setterDocumentation" : "/**

                                                  A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted zone.

                                                  \n@param vPC A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted zone.*/", "setterModel" : { "variableDeclarationType" : "VPC", "variableName" : "vPC", "variableType" : "VPC", "documentation" : "", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted zone.

                                                  \n@param vPC A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VPC", "variableName" : "vPC", "variableType" : "VPC", "documentation" : "

                                                  A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted zone.

                                                  ", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Comment", "c2jShape" : "DisassociateVPCComment", "deprecated" : false, "documentation" : "

                                                  Optional: A comment about the disassociation request.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  Optional: A comment about the disassociation request.

                                                  \n@param comment Optional: A comment about the disassociation request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  Optional: A comment about the disassociation request.

                                                  \n@return Optional: A comment about the disassociation request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Comment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Comment", "setterDocumentation" : "/**

                                                  Optional: A comment about the disassociation request.

                                                  \n@param comment Optional: A comment about the disassociation request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  Optional: A comment about the disassociation request.

                                                  \n@param comment Optional: A comment about the disassociation request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                                  Optional: A comment about the disassociation request.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Comment" : { "c2jName" : "Comment", "c2jShape" : "DisassociateVPCComment", "deprecated" : false, "documentation" : "

                                                  Optional: A comment about the disassociation request.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  Optional: A comment about the disassociation request.

                                                  \n@param comment Optional: A comment about the disassociation request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  Optional: A comment about the disassociation request.

                                                  \n@return Optional: A comment about the disassociation request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Comment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Comment", "setterDocumentation" : "/**

                                                  Optional: A comment about the disassociation request.

                                                  \n@param comment Optional: A comment about the disassociation request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  Optional: A comment about the disassociation request.

                                                  \n@param comment Optional: A comment about the disassociation request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                                  Optional: A comment about the disassociation request.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HostedZoneId" : { "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                  The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.

                                                  \n@param hostedZoneId The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.

                                                  \n@return The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneId", "setterDocumentation" : "/**

                                                  The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.

                                                  \n@param hostedZoneId The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.

                                                  \n@param hostedZoneId The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "

                                                  The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VPC" : { "c2jName" : "VPC", "c2jShape" : "VPC", "deprecated" : false, "documentation" : "

                                                  A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted zone.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted zone.

                                                  \n@param vPC A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted zone.

                                                  \n@return A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted zone.*/", "getterModel" : { "returnType" : "VPC", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VPC", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VPC", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VPC", "setterDocumentation" : "/**

                                                  A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted zone.

                                                  \n@param vPC A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted zone.*/", "setterModel" : { "variableDeclarationType" : "VPC", "variableName" : "vPC", "variableType" : "VPC", "documentation" : "", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted zone.

                                                  \n@param vPC A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VPC", "variableName" : "vPC", "variableType" : "VPC", "documentation" : "

                                                  A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted zone.

                                                  ", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "xmlNameSpaceUri" : null } }, "required" : [ "HostedZoneId", "VPC" ], "shapeName" : "DisassociateVPCFromHostedZoneRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DisassociateVPCFromHostedZoneRequest", "variableName" : "disassociateVPCFromHostedZoneRequest", "variableType" : "DisassociateVPCFromHostedZoneRequest", "documentation" : null, "simpleType" : "DisassociateVPCFromHostedZoneRequest", "variableSetterType" : "DisassociateVPCFromHostedZoneRequest" }, "wrapper" : false }, "DisassociateVPCFromHostedZoneResult" : { "c2jName" : "DisassociateVPCFromHostedZoneResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ChangeInfo", "c2jShape" : "ChangeInfo", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param changeInfo A complex type that describes the changes made to your hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return A complex type that describes the changes made to your hosted zone.*/", "getterModel" : { "returnType" : "ChangeInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeInfo", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeInfo", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeInfo", "setterDocumentation" : "/**

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

                                                  \n@param changeInfo A complex type that describes the changes made to your hosted zone.*/", "setterModel" : { "variableDeclarationType" : "ChangeInfo", "variableName" : "changeInfo", "variableType" : "ChangeInfo", "documentation" : "", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "simple" : false, "varargSetterDocumentation" : "/**

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

                                                  \n@param changeInfo A complex type that describes the changes made to your hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ChangeInfo", "variableName" : "changeInfo", "variableType" : "ChangeInfo", "documentation" : "

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

                                                  ", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChangeInfo" : { "c2jName" : "ChangeInfo", "c2jShape" : "ChangeInfo", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param changeInfo A complex type that describes the changes made to your hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return A complex type that describes the changes made to your hosted zone.*/", "getterModel" : { "returnType" : "ChangeInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeInfo", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeInfo", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeInfo", "setterDocumentation" : "/**

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

                                                  \n@param changeInfo A complex type that describes the changes made to your hosted zone.*/", "setterModel" : { "variableDeclarationType" : "ChangeInfo", "variableName" : "changeInfo", "variableType" : "ChangeInfo", "documentation" : "", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "simple" : false, "varargSetterDocumentation" : "/**

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

                                                  \n@param changeInfo A complex type that describes the changes made to your hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ChangeInfo", "variableName" : "changeInfo", "variableType" : "ChangeInfo", "documentation" : "

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

                                                  ", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "xmlNameSpaceUri" : null } }, "required" : [ "ChangeInfo" ], "shapeName" : "DisassociateVPCFromHostedZoneResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DisassociateVPCFromHostedZoneResult", "variableName" : "disassociateVPCFromHostedZoneResult", "variableType" : "DisassociateVPCFromHostedZoneResult", "documentation" : null, "simpleType" : "DisassociateVPCFromHostedZoneResult", "variableSetterType" : "DisassociateVPCFromHostedZoneResult" }, "wrapper" : false }, "GeoLocation" : { "c2jName" : "GeoLocation", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  A complex type that contains information about a geo location.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ContinentCode", "c2jShape" : "GeoLocationContinentCode", "deprecated" : false, "documentation" : "

                                                  The two-letter code for the continent.

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

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The two-letter code for the continent.

                                                  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 two-letter code for the continent.

                                                  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.*/", "getterDocumentation" : "/**

                                                  The two-letter code for the continent.

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

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

                                                  \n@return The two-letter code for the continent.

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

                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ContinentCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ContinentCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ContinentCode", "setterDocumentation" : "/**

                                                  The two-letter code for the continent.

                                                  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 two-letter code for the continent.

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

                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "continentCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The two-letter code for the continent.

                                                  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 two-letter code for the continent.

                                                  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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "continentCode", "variableType" : "String", "documentation" : "

                                                  The two-letter code for the continent.

                                                  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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CountryCode", "c2jShape" : "GeoLocationCountryCode", "deprecated" : false, "documentation" : "

                                                  The two-letter code for the country.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The two-letter code for the country.

                                                  \n@param countryCode The two-letter code for the country.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The two-letter code for the country.

                                                  \n@return The two-letter code for the country.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CountryCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CountryCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CountryCode", "setterDocumentation" : "/**

                                                  The two-letter code for the country.

                                                  \n@param countryCode The two-letter code for the country.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "countryCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The two-letter code for the country.

                                                  \n@param countryCode The two-letter code for the country.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "countryCode", "variableType" : "String", "documentation" : "

                                                  The two-letter code for the country.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SubdivisionCode", "c2jShape" : "GeoLocationSubdivisionCode", "deprecated" : false, "documentation" : "

                                                  The code for the subdivision, for example, a state in the United States or a province in Canada.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The code for the subdivision, for example, a state in the United States or a province in Canada.

                                                  \n@param subdivisionCode The code for the subdivision, for example, a state in the United States or a province in Canada.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The code for the subdivision, for example, a state in the United States or a province in Canada.

                                                  \n@return The code for the subdivision, for example, a state in the United States or a province in Canada.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SubdivisionCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubdivisionCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SubdivisionCode", "setterDocumentation" : "/**

                                                  The code for the subdivision, for example, a state in the United States or a province in Canada.

                                                  \n@param subdivisionCode The code for the subdivision, for example, a state in the United States or a province in Canada.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subdivisionCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The code for the subdivision, for example, a state in the United States or a province in Canada.

                                                  \n@param subdivisionCode The code for the subdivision, for example, a state in the United States or a province in Canada.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "subdivisionCode", "variableType" : "String", "documentation" : "

                                                  The code for the subdivision, for example, a state in the United States or a province in Canada.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ContinentCode" : { "c2jName" : "ContinentCode", "c2jShape" : "GeoLocationContinentCode", "deprecated" : false, "documentation" : "

                                                  The two-letter code for the continent.

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

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The two-letter code for the continent.

                                                  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 two-letter code for the continent.

                                                  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.*/", "getterDocumentation" : "/**

                                                  The two-letter code for the continent.

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

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

                                                  \n@return The two-letter code for the continent.

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

                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ContinentCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ContinentCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ContinentCode", "setterDocumentation" : "/**

                                                  The two-letter code for the continent.

                                                  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 two-letter code for the continent.

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

                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "continentCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The two-letter code for the continent.

                                                  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 two-letter code for the continent.

                                                  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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "continentCode", "variableType" : "String", "documentation" : "

                                                  The two-letter code for the continent.

                                                  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" }, "xmlNameSpaceUri" : null }, "CountryCode" : { "c2jName" : "CountryCode", "c2jShape" : "GeoLocationCountryCode", "deprecated" : false, "documentation" : "

                                                  The two-letter code for the country.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The two-letter code for the country.

                                                  \n@param countryCode The two-letter code for the country.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The two-letter code for the country.

                                                  \n@return The two-letter code for the country.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CountryCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CountryCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CountryCode", "setterDocumentation" : "/**

                                                  The two-letter code for the country.

                                                  \n@param countryCode The two-letter code for the country.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "countryCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The two-letter code for the country.

                                                  \n@param countryCode The two-letter code for the country.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "countryCode", "variableType" : "String", "documentation" : "

                                                  The two-letter code for the country.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SubdivisionCode" : { "c2jName" : "SubdivisionCode", "c2jShape" : "GeoLocationSubdivisionCode", "deprecated" : false, "documentation" : "

                                                  The code for the subdivision, for example, a state in the United States or a province in Canada.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The code for the subdivision, for example, a state in the United States or a province in Canada.

                                                  \n@param subdivisionCode The code for the subdivision, for example, a state in the United States or a province in Canada.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The code for the subdivision, for example, a state in the United States or a province in Canada.

                                                  \n@return The code for the subdivision, for example, a state in the United States or a province in Canada.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SubdivisionCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubdivisionCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SubdivisionCode", "setterDocumentation" : "/**

                                                  The code for the subdivision, for example, a state in the United States or a province in Canada.

                                                  \n@param subdivisionCode The code for the subdivision, for example, a state in the United States or a province in Canada.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subdivisionCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The code for the subdivision, for example, a state in the United States or a province in Canada.

                                                  \n@param subdivisionCode The code for the subdivision, for example, a state in the United States or a province in Canada.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "subdivisionCode", "variableType" : "String", "documentation" : "

                                                  The code for the subdivision, for example, a state in the United States or a province in Canada.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "GeoLocation", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GeoLocation", "variableName" : "geoLocation", "variableType" : "GeoLocation", "documentation" : null, "simpleType" : "GeoLocation", "variableSetterType" : "GeoLocation" }, "wrapper" : false }, "GeoLocationDetails" : { "c2jName" : "GeoLocationDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ContinentCode", "c2jShape" : "GeoLocationContinentCode", "deprecated" : false, "documentation" : "

                                                  The two-letter code for the continent.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The two-letter code for the continent.

                                                  \n@param continentCode The two-letter code for the continent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The two-letter code for the continent.

                                                  \n@return The two-letter code for the continent.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ContinentCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ContinentCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ContinentCode", "setterDocumentation" : "/**

                                                  The two-letter code for the continent.

                                                  \n@param continentCode The two-letter code for the continent.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "continentCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The two-letter code for the continent.

                                                  \n@param continentCode The two-letter code for the continent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "continentCode", "variableType" : "String", "documentation" : "

                                                  The two-letter code for the continent.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ContinentName", "c2jShape" : "GeoLocationContinentName", "deprecated" : false, "documentation" : "

                                                  The full name of the continent.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The full name of the continent.

                                                  \n@param continentName The full name of the continent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The full name of the continent.

                                                  \n@return The full name of the continent.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ContinentName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ContinentName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ContinentName", "setterDocumentation" : "/**

                                                  The full name of the continent.

                                                  \n@param continentName The full name of the continent.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "continentName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The full name of the continent.

                                                  \n@param continentName The full name of the continent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "continentName", "variableType" : "String", "documentation" : "

                                                  The full name of the continent.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CountryCode", "c2jShape" : "GeoLocationCountryCode", "deprecated" : false, "documentation" : "

                                                  The two-letter code for the country.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The two-letter code for the country.

                                                  \n@param countryCode The two-letter code for the country.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The two-letter code for the country.

                                                  \n@return The two-letter code for the country.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CountryCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CountryCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CountryCode", "setterDocumentation" : "/**

                                                  The two-letter code for the country.

                                                  \n@param countryCode The two-letter code for the country.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "countryCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The two-letter code for the country.

                                                  \n@param countryCode The two-letter code for the country.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "countryCode", "variableType" : "String", "documentation" : "

                                                  The two-letter code for the country.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CountryName", "c2jShape" : "GeoLocationCountryName", "deprecated" : false, "documentation" : "

                                                  The name of the country.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The name of the country.

                                                  \n@param countryName The name of the country.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The name of the country.

                                                  \n@return The name of the country.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CountryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CountryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CountryName", "setterDocumentation" : "/**

                                                  The name of the country.

                                                  \n@param countryName The name of the country.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "countryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The name of the country.

                                                  \n@param countryName The name of the country.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "countryName", "variableType" : "String", "documentation" : "

                                                  The name of the country.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SubdivisionCode", "c2jShape" : "GeoLocationSubdivisionCode", "deprecated" : false, "documentation" : "

                                                  The code for the subdivision, for example, a state in the United States or a province in Canada.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The code for the subdivision, for example, a state in the United States or a province in Canada.

                                                  \n@param subdivisionCode The code for the subdivision, for example, a state in the United States or a province in Canada.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The code for the subdivision, for example, a state in the United States or a province in Canada.

                                                  \n@return The code for the subdivision, for example, a state in the United States or a province in Canada.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SubdivisionCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubdivisionCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SubdivisionCode", "setterDocumentation" : "/**

                                                  The code for the subdivision, for example, a state in the United States or a province in Canada.

                                                  \n@param subdivisionCode The code for the subdivision, for example, a state in the United States or a province in Canada.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subdivisionCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The code for the subdivision, for example, a state in the United States or a province in Canada.

                                                  \n@param subdivisionCode The code for the subdivision, for example, a state in the United States or a province in Canada.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "subdivisionCode", "variableType" : "String", "documentation" : "

                                                  The code for the subdivision, for example, a state in the United States or a province in Canada.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SubdivisionName", "c2jShape" : "GeoLocationSubdivisionName", "deprecated" : false, "documentation" : "

                                                  The full name of the subdivision, for example, a state in the United States or a province in Canada.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The full name of the subdivision, for example, a state in the United States or a province in Canada.

                                                  \n@param subdivisionName The full name of the subdivision, for example, a state in the United States or a province in Canada.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The full name of the subdivision, for example, a state in the United States or a province in Canada.

                                                  \n@return The full name of the subdivision, for example, a state in the United States or a province in Canada.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SubdivisionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubdivisionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SubdivisionName", "setterDocumentation" : "/**

                                                  The full name of the subdivision, for example, a state in the United States or a province in Canada.

                                                  \n@param subdivisionName The full name of the subdivision, for example, a state in the United States or a province in Canada.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subdivisionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The full name of the subdivision, for example, a state in the United States or a province in Canada.

                                                  \n@param subdivisionName The full name of the subdivision, for example, a state in the United States or a province in Canada.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "subdivisionName", "variableType" : "String", "documentation" : "

                                                  The full name of the subdivision, for example, a state in the United States or a province in Canada.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ContinentCode" : { "c2jName" : "ContinentCode", "c2jShape" : "GeoLocationContinentCode", "deprecated" : false, "documentation" : "

                                                  The two-letter code for the continent.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The two-letter code for the continent.

                                                  \n@param continentCode The two-letter code for the continent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The two-letter code for the continent.

                                                  \n@return The two-letter code for the continent.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ContinentCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ContinentCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ContinentCode", "setterDocumentation" : "/**

                                                  The two-letter code for the continent.

                                                  \n@param continentCode The two-letter code for the continent.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "continentCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The two-letter code for the continent.

                                                  \n@param continentCode The two-letter code for the continent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "continentCode", "variableType" : "String", "documentation" : "

                                                  The two-letter code for the continent.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ContinentName" : { "c2jName" : "ContinentName", "c2jShape" : "GeoLocationContinentName", "deprecated" : false, "documentation" : "

                                                  The full name of the continent.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The full name of the continent.

                                                  \n@param continentName The full name of the continent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The full name of the continent.

                                                  \n@return The full name of the continent.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ContinentName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ContinentName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ContinentName", "setterDocumentation" : "/**

                                                  The full name of the continent.

                                                  \n@param continentName The full name of the continent.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "continentName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The full name of the continent.

                                                  \n@param continentName The full name of the continent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "continentName", "variableType" : "String", "documentation" : "

                                                  The full name of the continent.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CountryCode" : { "c2jName" : "CountryCode", "c2jShape" : "GeoLocationCountryCode", "deprecated" : false, "documentation" : "

                                                  The two-letter code for the country.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The two-letter code for the country.

                                                  \n@param countryCode The two-letter code for the country.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The two-letter code for the country.

                                                  \n@return The two-letter code for the country.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CountryCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CountryCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CountryCode", "setterDocumentation" : "/**

                                                  The two-letter code for the country.

                                                  \n@param countryCode The two-letter code for the country.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "countryCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The two-letter code for the country.

                                                  \n@param countryCode The two-letter code for the country.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "countryCode", "variableType" : "String", "documentation" : "

                                                  The two-letter code for the country.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CountryName" : { "c2jName" : "CountryName", "c2jShape" : "GeoLocationCountryName", "deprecated" : false, "documentation" : "

                                                  The name of the country.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The name of the country.

                                                  \n@param countryName The name of the country.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The name of the country.

                                                  \n@return The name of the country.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CountryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CountryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CountryName", "setterDocumentation" : "/**

                                                  The name of the country.

                                                  \n@param countryName The name of the country.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "countryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The name of the country.

                                                  \n@param countryName The name of the country.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "countryName", "variableType" : "String", "documentation" : "

                                                  The name of the country.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SubdivisionCode" : { "c2jName" : "SubdivisionCode", "c2jShape" : "GeoLocationSubdivisionCode", "deprecated" : false, "documentation" : "

                                                  The code for the subdivision, for example, a state in the United States or a province in Canada.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The code for the subdivision, for example, a state in the United States or a province in Canada.

                                                  \n@param subdivisionCode The code for the subdivision, for example, a state in the United States or a province in Canada.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The code for the subdivision, for example, a state in the United States or a province in Canada.

                                                  \n@return The code for the subdivision, for example, a state in the United States or a province in Canada.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SubdivisionCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubdivisionCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SubdivisionCode", "setterDocumentation" : "/**

                                                  The code for the subdivision, for example, a state in the United States or a province in Canada.

                                                  \n@param subdivisionCode The code for the subdivision, for example, a state in the United States or a province in Canada.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subdivisionCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The code for the subdivision, for example, a state in the United States or a province in Canada.

                                                  \n@param subdivisionCode The code for the subdivision, for example, a state in the United States or a province in Canada.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "subdivisionCode", "variableType" : "String", "documentation" : "

                                                  The code for the subdivision, for example, a state in the United States or a province in Canada.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SubdivisionName" : { "c2jName" : "SubdivisionName", "c2jShape" : "GeoLocationSubdivisionName", "deprecated" : false, "documentation" : "

                                                  The full name of the subdivision, for example, a state in the United States or a province in Canada.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The full name of the subdivision, for example, a state in the United States or a province in Canada.

                                                  \n@param subdivisionName The full name of the subdivision, for example, a state in the United States or a province in Canada.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The full name of the subdivision, for example, a state in the United States or a province in Canada.

                                                  \n@return The full name of the subdivision, for example, a state in the United States or a province in Canada.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SubdivisionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubdivisionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SubdivisionName", "setterDocumentation" : "/**

                                                  The full name of the subdivision, for example, a state in the United States or a province in Canada.

                                                  \n@param subdivisionName The full name of the subdivision, for example, a state in the United States or a province in Canada.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subdivisionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The full name of the subdivision, for example, a state in the United States or a province in Canada.

                                                  \n@param subdivisionName The full name of the subdivision, for example, a state in the United States or a province in Canada.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "subdivisionName", "variableType" : "String", "documentation" : "

                                                  The full name of the subdivision, for example, a state in the United States or a province in Canada.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "GeoLocationDetails", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GeoLocationDetails", "variableName" : "geoLocationDetails", "variableType" : "GeoLocationDetails", "documentation" : null, "simpleType" : "GeoLocationDetails", "variableSetterType" : "GeoLocationDetails" }, "wrapper" : false }, "GetChangeDetailsRequest" : { "c2jName" : "GetChangeDetailsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : true, "documentation" : "

                                                  The input for a GetChangeDetails request.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetChangeDetails", "locationName" : null, "requestUri" : "/2013-04-01/changedetails/{Id}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Id", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                  The ID of the change batch. This is the value that you specified in the change ID parameter when you submitted the request.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The ID of the change batch. This is the value that you specified in the change ID parameter when you submitted the request.

                                                  \n@param id The ID of the change batch. This is the value that you specified in the change ID parameter when you submitted the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The ID of the change batch. This is the value that you specified in the change ID parameter when you submitted the request.

                                                  \n@return The ID of the change batch. This is the value that you specified in the change ID parameter when you submitted the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

                                                  The ID of the change batch. This is the value that you specified in the change ID parameter when you submitted the request.

                                                  \n@param id The ID of the change batch. This is the value that you specified in the change ID parameter when you submitted the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The ID of the change batch. This is the value that you specified in the change ID parameter when you submitted the request.

                                                  \n@param id The ID of the change batch. This is the value that you specified in the change ID parameter when you submitted the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                  The ID of the change batch. This is the value that you specified in the change ID parameter when you submitted the request.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "c2jName" : "Id", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                  The ID of the change batch. This is the value that you specified in the change ID parameter when you submitted the request.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The ID of the change batch. This is the value that you specified in the change ID parameter when you submitted the request.

                                                  \n@param id The ID of the change batch. This is the value that you specified in the change ID parameter when you submitted the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The ID of the change batch. This is the value that you specified in the change ID parameter when you submitted the request.

                                                  \n@return The ID of the change batch. This is the value that you specified in the change ID parameter when you submitted the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

                                                  The ID of the change batch. This is the value that you specified in the change ID parameter when you submitted the request.

                                                  \n@param id The ID of the change batch. This is the value that you specified in the change ID parameter when you submitted the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The ID of the change batch. This is the value that you specified in the change ID parameter when you submitted the request.

                                                  \n@param id The ID of the change batch. This is the value that you specified in the change ID parameter when you submitted the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                  The ID of the change batch. This is the value that you specified in the change ID parameter when you submitted the request.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id" ], "shapeName" : "GetChangeDetailsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetChangeDetailsRequest", "variableName" : "getChangeDetailsRequest", "variableType" : "GetChangeDetailsRequest", "documentation" : null, "simpleType" : "GetChangeDetailsRequest", "variableSetterType" : "GetChangeDetailsRequest" }, "wrapper" : false }, "GetChangeDetailsResult" : { "c2jName" : "GetChangeDetailsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : true, "documentation" : "

                                                  A complex type that contains the ChangeBatchRecord element.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ChangeBatchRecord", "c2jShape" : "ChangeBatchRecord", "deprecated" : false, "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.

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "ChangeBatchRecord", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeBatchRecord", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeBatchRecord", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeBatchRecord", "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.*/", "setterModel" : { "variableDeclarationType" : "ChangeBatchRecord", "variableName" : "changeBatchRecord", "variableType" : "ChangeBatchRecord", "documentation" : "", "simpleType" : "ChangeBatchRecord", "variableSetterType" : "ChangeBatchRecord" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ChangeBatchRecord", "variableName" : "changeBatchRecord", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChangeBatchRecord" : { "c2jName" : "ChangeBatchRecord", "c2jShape" : "ChangeBatchRecord", "deprecated" : false, "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.

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "ChangeBatchRecord", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeBatchRecord", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeBatchRecord", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeBatchRecord", "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.*/", "setterModel" : { "variableDeclarationType" : "ChangeBatchRecord", "variableName" : "changeBatchRecord", "variableType" : "ChangeBatchRecord", "documentation" : "", "simpleType" : "ChangeBatchRecord", "variableSetterType" : "ChangeBatchRecord" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ChangeBatchRecord", "variableName" : "changeBatchRecord", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "ChangeBatchRecord" ], "shapeName" : "GetChangeDetailsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetChangeDetailsResult", "variableName" : "getChangeDetailsResult", "variableType" : "GetChangeDetailsResult", "documentation" : null, "simpleType" : "GetChangeDetailsResult", "variableSetterType" : "GetChangeDetailsResult" }, "wrapper" : false }, "GetChangeRequest" : { "c2jName" : "GetChangeRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  The input for a GetChange request.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetChange", "locationName" : null, "requestUri" : "/2013-04-01/change/{Id}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Id", "c2jShape" : "ResourceId", "deprecated" : false, "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.

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "c2jName" : "Id", "c2jShape" : "ResourceId", "deprecated" : false, "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.

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id" ], "shapeName" : "GetChangeRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetChangeRequest", "variableName" : "getChangeRequest", "variableType" : "GetChangeRequest", "documentation" : null, "simpleType" : "GetChangeRequest", "variableSetterType" : "GetChangeRequest" }, "wrapper" : false }, "GetChangeResult" : { "c2jName" : "GetChangeResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  A complex type that contains the ChangeInfo element.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ChangeInfo", "c2jShape" : "ChangeInfo", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param changeInfo A complex type that contains information about the specified change batch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return A complex type that contains information about the specified change batch.*/", "getterModel" : { "returnType" : "ChangeInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeInfo", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeInfo", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeInfo", "setterDocumentation" : "/**

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

                                                  \n@param changeInfo A complex type that contains information about the specified change batch.*/", "setterModel" : { "variableDeclarationType" : "ChangeInfo", "variableName" : "changeInfo", "variableType" : "ChangeInfo", "documentation" : "", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "simple" : false, "varargSetterDocumentation" : "/**

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

                                                  \n@param changeInfo A complex type that contains information about the specified change batch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ChangeInfo", "variableName" : "changeInfo", "variableType" : "ChangeInfo", "documentation" : "

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

                                                  ", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChangeInfo" : { "c2jName" : "ChangeInfo", "c2jShape" : "ChangeInfo", "deprecated" : false, "documentation" : "

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

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                  \n@param changeInfo A complex type that contains information about the specified change batch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                  \n@return A complex type that contains information about the specified change batch.*/", "getterModel" : { "returnType" : "ChangeInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeInfo", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeInfo", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChangeInfo", "setterDocumentation" : "/**

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

                                                  \n@param changeInfo A complex type that contains information about the specified change batch.*/", "setterModel" : { "variableDeclarationType" : "ChangeInfo", "variableName" : "changeInfo", "variableType" : "ChangeInfo", "documentation" : "", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "simple" : false, "varargSetterDocumentation" : "/**

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

                                                  \n@param changeInfo A complex type that contains information about the specified change batch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ChangeInfo", "variableName" : "changeInfo", "variableType" : "ChangeInfo", "documentation" : "

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

                                                  ", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "xmlNameSpaceUri" : null } }, "required" : [ "ChangeInfo" ], "shapeName" : "GetChangeResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetChangeResult", "variableName" : "getChangeResult", "variableType" : "GetChangeResult", "documentation" : null, "simpleType" : "GetChangeResult", "variableSetterType" : "GetChangeResult" }, "wrapper" : false }, "GetCheckerIpRangesRequest" : { "c2jName" : "GetCheckerIpRangesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  Empty request.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetCheckerIpRanges", "locationName" : null, "requestUri" : "/2013-04-01/checkeripranges", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "GetCheckerIpRangesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetCheckerIpRangesRequest", "variableName" : "getCheckerIpRangesRequest", "variableType" : "GetCheckerIpRangesRequest", "documentation" : null, "simpleType" : "GetCheckerIpRangesRequest", "variableSetterType" : "GetCheckerIpRangesRequest" }, "wrapper" : false }, "GetCheckerIpRangesResult" : { "c2jName" : "GetCheckerIpRangesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  A complex type that contains the CheckerIpRanges element.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "CheckerIpRanges", "c2jShape" : "CheckerIpRanges", "deprecated" : false, "documentation" : "

                                                  A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CheckerIpRanges", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CheckerIpRanges", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "IPAddressCidr", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "CheckerIpRanges", "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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "checkerIpRanges", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "checkerIpRanges", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CheckerIpRanges" : { "c2jName" : "CheckerIpRanges", "c2jShape" : "CheckerIpRanges", "deprecated" : false, "documentation" : "

                                                  A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.

                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CheckerIpRanges", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CheckerIpRanges", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "IPAddressCidr", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "CheckerIpRanges", "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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "checkerIpRanges", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "checkerIpRanges", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "CheckerIpRanges" ], "shapeName" : "GetCheckerIpRangesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetCheckerIpRangesResult", "variableName" : "getCheckerIpRangesResult", "variableType" : "GetCheckerIpRangesResult", "documentation" : null, "simpleType" : "GetCheckerIpRangesResult", "variableSetterType" : "GetCheckerIpRangesResult" }, "wrapper" : false }, "GetGeoLocationRequest" : { "c2jName" : "GetGeoLocationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  A complex type that contains information about the request to get a geo location.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetGeoLocation", "locationName" : null, "requestUri" : "/2013-04-01/geolocation", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ContinentCode", "c2jShape" : "GeoLocationContinentCode", "deprecated" : false, "documentation" : "

                                                  Amazon Route 53 supports the following contintent codes:

                                                  • AF: Africa

                                                  • AN: Antarctica

                                                  • AS: Asia

                                                  • EU: Europe

                                                  • OC: Oceania

                                                  • NA: North America

                                                  • SA: South America

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  Amazon Route 53 supports the following contintent codes:

                                                  • AF: Africa

                                                  • AN: Antarctica

                                                  • AS: Asia

                                                  • EU: Europe

                                                  • OC: Oceania

                                                  • NA: North America

                                                  • SA: South America

                                                  \n@param continentCode Amazon Route 53 supports the following contintent codes:

                                                  • AF: Africa

                                                  • AN: Antarctica

                                                  • AS: Asia

                                                  • EU: Europe

                                                  • OC: Oceania

                                                  • NA: North America

                                                  • SA: South America

                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                    Amazon Route 53 supports the following contintent codes:

                                                    • AF: Africa

                                                    • AN: Antarctica

                                                    • AS: Asia

                                                    • EU: Europe

                                                    • OC: Oceania

                                                    • NA: North America

                                                    • SA: South America

                                                    \n@return Amazon Route 53 supports the following contintent codes:

                                                    • AF: Africa

                                                    • AN: Antarctica

                                                    • AS: Asia

                                                    • EU: Europe

                                                    • OC: Oceania

                                                    • NA: North America

                                                    • SA: South America

                                                    • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "continentcode", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "continentcode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ContinentCode", "setterDocumentation" : "/**

                                                      Amazon Route 53 supports the following contintent codes:

                                                      • AF: Africa

                                                      • AN: Antarctica

                                                      • AS: Asia

                                                      • EU: Europe

                                                      • OC: Oceania

                                                      • NA: North America

                                                      • SA: South America

                                                      \n@param continentCode Amazon Route 53 supports the following contintent codes:

                                                      • AF: Africa

                                                      • AN: Antarctica

                                                      • AS: Asia

                                                      • EU: Europe

                                                      • OC: Oceania

                                                      • NA: North America

                                                      • SA: South America

                                                      • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "continentCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                        Amazon Route 53 supports the following contintent codes:

                                                        • AF: Africa

                                                        • AN: Antarctica

                                                        • AS: Asia

                                                        • EU: Europe

                                                        • OC: Oceania

                                                        • NA: North America

                                                        • SA: South America

                                                        \n@param continentCode Amazon Route 53 supports the following contintent codes:

                                                        • AF: Africa

                                                        • AN: Antarctica

                                                        • AS: Asia

                                                        • EU: Europe

                                                        • OC: Oceania

                                                        • NA: North America

                                                        • SA: South America

                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "continentCode", "variableType" : "String", "documentation" : "

                                                          Amazon Route 53 supports the following contintent codes:

                                                          • AF: Africa

                                                          • AN: Antarctica

                                                          • AS: Asia

                                                          • EU: Europe

                                                          • OC: Oceania

                                                          • NA: North America

                                                          • SA: South America

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CountryCode", "c2jShape" : "GeoLocationCountryCode", "deprecated" : false, "documentation" : "

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

                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                          \n@param countryCode Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                          \n@return Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "countrycode", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "countrycode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CountryCode", "setterDocumentation" : "/**

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

                                                          \n@param countryCode Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "countryCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                          \n@param countryCode Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "countryCode", "variableType" : "String", "documentation" : "

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

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SubdivisionCode", "c2jShape" : "GeoLocationSubdivisionCode", "deprecated" : false, "documentation" : "

                                                          Amazon Route 53 uses the one- to three-letter subdivision codes that are specified in ISO standard 3166-1 alpha-2. Amazon Route 53 doesn't support subdivision codes for all countries. If you specify SubdivisionCode, you must also specify CountryCode.

                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                          Amazon Route 53 uses the one- to three-letter subdivision codes that are specified in ISO standard 3166-1 alpha-2. Amazon Route 53 doesn't support subdivision codes for all countries. If you specify SubdivisionCode, you must also specify CountryCode.

                                                          \n@param subdivisionCode Amazon Route 53 uses the one- to three-letter subdivision codes that are specified in ISO standard 3166-1 alpha-2. Amazon Route 53 doesn't support subdivision codes for all countries. If you specify SubdivisionCode, you must also specify CountryCode.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                          Amazon Route 53 uses the one- to three-letter subdivision codes that are specified in ISO standard 3166-1 alpha-2. Amazon Route 53 doesn't support subdivision codes for all countries. If you specify SubdivisionCode, you must also specify CountryCode.

                                                          \n@return Amazon Route 53 uses the one- to three-letter subdivision codes that are specified in ISO standard 3166-1 alpha-2. Amazon Route 53 doesn't support subdivision codes for all countries. If you specify SubdivisionCode, you must also specify CountryCode.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "subdivisioncode", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "subdivisioncode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SubdivisionCode", "setterDocumentation" : "/**

                                                          Amazon Route 53 uses the one- to three-letter subdivision codes that are specified in ISO standard 3166-1 alpha-2. Amazon Route 53 doesn't support subdivision codes for all countries. If you specify SubdivisionCode, you must also specify CountryCode.

                                                          \n@param subdivisionCode Amazon Route 53 uses the one- to three-letter subdivision codes that are specified in ISO standard 3166-1 alpha-2. Amazon Route 53 doesn't support subdivision codes for all countries. If you specify SubdivisionCode, you must also specify CountryCode.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subdivisionCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                          Amazon Route 53 uses the one- to three-letter subdivision codes that are specified in ISO standard 3166-1 alpha-2. Amazon Route 53 doesn't support subdivision codes for all countries. If you specify SubdivisionCode, you must also specify CountryCode.

                                                          \n@param subdivisionCode Amazon Route 53 uses the one- to three-letter subdivision codes that are specified in ISO standard 3166-1 alpha-2. Amazon Route 53 doesn't support subdivision codes for all countries. If you specify SubdivisionCode, you must also specify CountryCode.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "subdivisionCode", "variableType" : "String", "documentation" : "

                                                          Amazon Route 53 uses the one- to three-letter subdivision codes that are specified in ISO standard 3166-1 alpha-2. Amazon Route 53 doesn't support subdivision codes for all countries. If you specify SubdivisionCode, you must also specify CountryCode.

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ContinentCode" : { "c2jName" : "ContinentCode", "c2jShape" : "GeoLocationContinentCode", "deprecated" : false, "documentation" : "

                                                          Amazon Route 53 supports the following contintent codes:

                                                          • AF: Africa

                                                          • AN: Antarctica

                                                          • AS: Asia

                                                          • EU: Europe

                                                          • OC: Oceania

                                                          • NA: North America

                                                          • SA: South America

                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                          Amazon Route 53 supports the following contintent codes:

                                                          • AF: Africa

                                                          • AN: Antarctica

                                                          • AS: Asia

                                                          • EU: Europe

                                                          • OC: Oceania

                                                          • NA: North America

                                                          • SA: South America

                                                          \n@param continentCode Amazon Route 53 supports the following contintent codes:

                                                          • AF: Africa

                                                          • AN: Antarctica

                                                          • AS: Asia

                                                          • EU: Europe

                                                          • OC: Oceania

                                                          • NA: North America

                                                          • SA: South America

                                                          • \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                            Amazon Route 53 supports the following contintent codes:

                                                            • AF: Africa

                                                            • AN: Antarctica

                                                            • AS: Asia

                                                            • EU: Europe

                                                            • OC: Oceania

                                                            • NA: North America

                                                            • SA: South America

                                                            \n@return Amazon Route 53 supports the following contintent codes:

                                                            • AF: Africa

                                                            • AN: Antarctica

                                                            • AS: Asia

                                                            • EU: Europe

                                                            • OC: Oceania

                                                            • NA: North America

                                                            • SA: South America

                                                            • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "continentcode", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "continentcode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ContinentCode", "setterDocumentation" : "/**

                                                              Amazon Route 53 supports the following contintent codes:

                                                              • AF: Africa

                                                              • AN: Antarctica

                                                              • AS: Asia

                                                              • EU: Europe

                                                              • OC: Oceania

                                                              • NA: North America

                                                              • SA: South America

                                                              \n@param continentCode Amazon Route 53 supports the following contintent codes:

                                                              • AF: Africa

                                                              • AN: Antarctica

                                                              • AS: Asia

                                                              • EU: Europe

                                                              • OC: Oceania

                                                              • NA: North America

                                                              • SA: South America

                                                              • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "continentCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                Amazon Route 53 supports the following contintent codes:

                                                                • AF: Africa

                                                                • AN: Antarctica

                                                                • AS: Asia

                                                                • EU: Europe

                                                                • OC: Oceania

                                                                • NA: North America

                                                                • SA: South America

                                                                \n@param continentCode Amazon Route 53 supports the following contintent codes:

                                                                • AF: Africa

                                                                • AN: Antarctica

                                                                • AS: Asia

                                                                • EU: Europe

                                                                • OC: Oceania

                                                                • NA: North America

                                                                • SA: South America

                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "continentCode", "variableType" : "String", "documentation" : "

                                                                  Amazon Route 53 supports the following contintent codes:

                                                                  • AF: Africa

                                                                  • AN: Antarctica

                                                                  • AS: Asia

                                                                  • EU: Europe

                                                                  • OC: Oceania

                                                                  • NA: North America

                                                                  • SA: South America

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CountryCode" : { "c2jName" : "CountryCode", "c2jShape" : "GeoLocationCountryCode", "deprecated" : false, "documentation" : "

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

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                  \n@param countryCode Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                                  \n@return Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "countrycode", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "countrycode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CountryCode", "setterDocumentation" : "/**

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

                                                                  \n@param countryCode Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "countryCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                  \n@param countryCode Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "countryCode", "variableType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SubdivisionCode" : { "c2jName" : "SubdivisionCode", "c2jShape" : "GeoLocationSubdivisionCode", "deprecated" : false, "documentation" : "

                                                                  Amazon Route 53 uses the one- to three-letter subdivision codes that are specified in ISO standard 3166-1 alpha-2. Amazon Route 53 doesn't support subdivision codes for all countries. If you specify SubdivisionCode, you must also specify CountryCode.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  Amazon Route 53 uses the one- to three-letter subdivision codes that are specified in ISO standard 3166-1 alpha-2. Amazon Route 53 doesn't support subdivision codes for all countries. If you specify SubdivisionCode, you must also specify CountryCode.

                                                                  \n@param subdivisionCode Amazon Route 53 uses the one- to three-letter subdivision codes that are specified in ISO standard 3166-1 alpha-2. Amazon Route 53 doesn't support subdivision codes for all countries. If you specify SubdivisionCode, you must also specify CountryCode.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  Amazon Route 53 uses the one- to three-letter subdivision codes that are specified in ISO standard 3166-1 alpha-2. Amazon Route 53 doesn't support subdivision codes for all countries. If you specify SubdivisionCode, you must also specify CountryCode.

                                                                  \n@return Amazon Route 53 uses the one- to three-letter subdivision codes that are specified in ISO standard 3166-1 alpha-2. Amazon Route 53 doesn't support subdivision codes for all countries. If you specify SubdivisionCode, you must also specify CountryCode.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "subdivisioncode", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "subdivisioncode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SubdivisionCode", "setterDocumentation" : "/**

                                                                  Amazon Route 53 uses the one- to three-letter subdivision codes that are specified in ISO standard 3166-1 alpha-2. Amazon Route 53 doesn't support subdivision codes for all countries. If you specify SubdivisionCode, you must also specify CountryCode.

                                                                  \n@param subdivisionCode Amazon Route 53 uses the one- to three-letter subdivision codes that are specified in ISO standard 3166-1 alpha-2. Amazon Route 53 doesn't support subdivision codes for all countries. If you specify SubdivisionCode, you must also specify CountryCode.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subdivisionCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  Amazon Route 53 uses the one- to three-letter subdivision codes that are specified in ISO standard 3166-1 alpha-2. Amazon Route 53 doesn't support subdivision codes for all countries. If you specify SubdivisionCode, you must also specify CountryCode.

                                                                  \n@param subdivisionCode Amazon Route 53 uses the one- to three-letter subdivision codes that are specified in ISO standard 3166-1 alpha-2. Amazon Route 53 doesn't support subdivision codes for all countries. If you specify SubdivisionCode, you must also specify CountryCode.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "subdivisionCode", "variableType" : "String", "documentation" : "

                                                                  Amazon Route 53 uses the one- to three-letter subdivision codes that are specified in ISO standard 3166-1 alpha-2. Amazon Route 53 doesn't support subdivision codes for all countries. If you specify SubdivisionCode, you must also specify CountryCode.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "GetGeoLocationRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetGeoLocationRequest", "variableName" : "getGeoLocationRequest", "variableType" : "GetGeoLocationRequest", "documentation" : null, "simpleType" : "GetGeoLocationRequest", "variableSetterType" : "GetGeoLocationRequest" }, "wrapper" : false }, "GetGeoLocationResult" : { "c2jName" : "GetGeoLocationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GeoLocationDetails", "c2jShape" : "GeoLocationDetails", "deprecated" : false, "documentation" : "

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

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                  \n@param geoLocationDetails A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                                  \n@return A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.*/", "getterModel" : { "returnType" : "GeoLocationDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GeoLocationDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GeoLocationDetails", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GeoLocationDetails", "setterDocumentation" : "/**

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

                                                                  \n@param geoLocationDetails A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.*/", "setterModel" : { "variableDeclarationType" : "GeoLocationDetails", "variableName" : "geoLocationDetails", "variableType" : "GeoLocationDetails", "documentation" : "", "simpleType" : "GeoLocationDetails", "variableSetterType" : "GeoLocationDetails" }, "simple" : false, "varargSetterDocumentation" : "/**

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

                                                                  \n@param geoLocationDetails A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "GeoLocationDetails", "variableName" : "geoLocationDetails", "variableType" : "GeoLocationDetails", "documentation" : "

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

                                                                  ", "simpleType" : "GeoLocationDetails", "variableSetterType" : "GeoLocationDetails" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GeoLocationDetails" : { "c2jName" : "GeoLocationDetails", "c2jShape" : "GeoLocationDetails", "deprecated" : false, "documentation" : "

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

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                  \n@param geoLocationDetails A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                                  \n@return A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.*/", "getterModel" : { "returnType" : "GeoLocationDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GeoLocationDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GeoLocationDetails", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GeoLocationDetails", "setterDocumentation" : "/**

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

                                                                  \n@param geoLocationDetails A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.*/", "setterModel" : { "variableDeclarationType" : "GeoLocationDetails", "variableName" : "geoLocationDetails", "variableType" : "GeoLocationDetails", "documentation" : "", "simpleType" : "GeoLocationDetails", "variableSetterType" : "GeoLocationDetails" }, "simple" : false, "varargSetterDocumentation" : "/**

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

                                                                  \n@param geoLocationDetails A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "GeoLocationDetails", "variableName" : "geoLocationDetails", "variableType" : "GeoLocationDetails", "documentation" : "

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

                                                                  ", "simpleType" : "GeoLocationDetails", "variableSetterType" : "GeoLocationDetails" }, "xmlNameSpaceUri" : null } }, "required" : [ "GeoLocationDetails" ], "shapeName" : "GetGeoLocationResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetGeoLocationResult", "variableName" : "getGeoLocationResult", "variableType" : "GetGeoLocationResult", "documentation" : null, "simpleType" : "GetGeoLocationResult", "variableSetterType" : "GetGeoLocationResult" }, "wrapper" : false }, "GetHealthCheckCountRequest" : { "c2jName" : "GetHealthCheckCountRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  To retrieve a count of all your health checks, send a GET request to the /2013-04-01/healthcheckcount resource.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetHealthCheckCount", "locationName" : null, "requestUri" : "/2013-04-01/healthcheckcount", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "GetHealthCheckCountRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetHealthCheckCountRequest", "variableName" : "getHealthCheckCountRequest", "variableType" : "GetHealthCheckCountRequest", "documentation" : null, "simpleType" : "GetHealthCheckCountRequest", "variableSetterType" : "GetHealthCheckCountRequest" }, "wrapper" : false }, "GetHealthCheckCountResult" : { "c2jName" : "GetHealthCheckCountResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "HealthCheckCount", "c2jShape" : "HealthCheckCount", "deprecated" : false, "documentation" : "

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

                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckCount", "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.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "healthCheckCount", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "healthCheckCount", "variableType" : "Long", "documentation" : "

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

                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HealthCheckCount" : { "c2jName" : "HealthCheckCount", "c2jShape" : "HealthCheckCount", "deprecated" : false, "documentation" : "

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

                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckCount", "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.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "healthCheckCount", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "healthCheckCount", "variableType" : "Long", "documentation" : "

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

                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "required" : [ "HealthCheckCount" ], "shapeName" : "GetHealthCheckCountResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetHealthCheckCountResult", "variableName" : "getHealthCheckCountResult", "variableType" : "GetHealthCheckCountResult", "documentation" : null, "simpleType" : "GetHealthCheckCountResult", "variableSetterType" : "GetHealthCheckCountResult" }, "wrapper" : false }, "GetHealthCheckLastFailureReasonRequest" : { "c2jName" : "GetHealthCheckLastFailureReasonRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  This action gets the reason that a specified health check failed most recently.

                                                                  To get the reason for the last failure of a health check, send a GET request to the /2013-04-01/healthcheck/health check ID/lastfailurereason resource.

                                                                  For information about viewing the last failure reason for a health check using the Amazon Route 53 console, see Viewing Health Check Status and the Reason for Health Check Failures in the Amazon Route 53 Developer Guide.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetHealthCheckLastFailureReason", "locationName" : null, "requestUri" : "/2013-04-01/healthcheck/{HealthCheckId}/lastfailurereason", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "HealthCheckId", "c2jShape" : "HealthCheckId", "deprecated" : false, "documentation" : "

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

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                  \n@param healthCheckId The ID for the health check for which you want the last failure reason. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The ID for the health check for which you want the last failure reason. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "HealthCheckId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckId", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckId", "setterDocumentation" : "/**

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

                                                                  \n@param healthCheckId The ID for the health check for which you want the last failure reason. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                  \n@param healthCheckId The ID for the health check for which you want the last failure reason. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckId", "variableType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HealthCheckId" : { "c2jName" : "HealthCheckId", "c2jShape" : "HealthCheckId", "deprecated" : false, "documentation" : "

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

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                  \n@param healthCheckId The ID for the health check for which you want the last failure reason. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The ID for the health check for which you want the last failure reason. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "HealthCheckId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckId", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckId", "setterDocumentation" : "/**

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

                                                                  \n@param healthCheckId The ID for the health check for which you want the last failure reason. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                                                                  \n@param healthCheckId The ID for the health check for which you want the last failure reason. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckId", "variableType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "HealthCheckId" ], "shapeName" : "GetHealthCheckLastFailureReasonRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetHealthCheckLastFailureReasonRequest", "variableName" : "getHealthCheckLastFailureReasonRequest", "variableType" : "GetHealthCheckLastFailureReasonRequest", "documentation" : null, "simpleType" : "GetHealthCheckLastFailureReasonRequest", "variableSetterType" : "GetHealthCheckLastFailureReasonRequest" }, "wrapper" : false }, "GetHealthCheckLastFailureReasonResult" : { "c2jName" : "GetHealthCheckLastFailureReasonResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "HealthCheckObservations", "c2jShape" : "HealthCheckObservations", "deprecated" : false, "documentation" : "

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

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                                                                  \n@param healthCheckObservations A list that contains one Observation element for each Amazon Route 53 health checker that is reporting a last failure reason.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                                                                  \n@return A list that contains one Observation element for each Amazon Route 53 health checker that is reporting a last failure reason.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckObservations", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckObservations", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "HealthCheckObservation", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "HealthCheckObservation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckObservation", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckObservation", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "HealthCheckObservation", "variableName" : "member", "variableType" : "HealthCheckObservation", "documentation" : "", "simpleType" : "HealthCheckObservation", "variableSetterType" : "HealthCheckObservation" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HealthCheckObservation", "variableName" : "member", "variableType" : "HealthCheckObservation", "documentation" : "", "simpleType" : "HealthCheckObservation", "variableSetterType" : "HealthCheckObservation" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "HealthCheckObservation", "memberType" : "HealthCheckObservation", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "HealthCheckObservation", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "HealthCheckObservations", "setterDocumentation" : "/**

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

                                                                  \n@param healthCheckObservations A list that contains one Observation element for each Amazon Route 53 health checker that is reporting a last failure reason.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "healthCheckObservations", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

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

                                                                  \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 Observation element for each Amazon Route 53 health checker that is reporting a last failure reason.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "healthCheckObservations", "variableType" : "java.util.List", "documentation" : "

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

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HealthCheckObservations" : { "c2jName" : "HealthCheckObservations", "c2jShape" : "HealthCheckObservations", "deprecated" : false, "documentation" : "

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

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  A list that contains one Observation element for each Amazon Route 53 health checker that is reporting a last failure reason.

                                                                  \n@param healthCheckObservations A list that contains one Observation element for each Amazon Route 53 health checker that is reporting a last failure reason.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  A list that contains one Observation element for each Amazon Route 53 health checker that is reporting a last failure reason.

                                                                  \n@return A list that contains one Observation element for each Amazon Route 53 health checker that is reporting a last failure reason.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckObservations", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckObservations", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "HealthCheckObservation", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "HealthCheckObservation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckObservation", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckObservation", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "HealthCheckObservation", "variableName" : "member", "variableType" : "HealthCheckObservation", "documentation" : "", "simpleType" : "HealthCheckObservation", "variableSetterType" : "HealthCheckObservation" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HealthCheckObservation", "variableName" : "member", "variableType" : "HealthCheckObservation", "documentation" : "", "simpleType" : "HealthCheckObservation", "variableSetterType" : "HealthCheckObservation" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "HealthCheckObservation", "memberType" : "HealthCheckObservation", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "HealthCheckObservation", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "HealthCheckObservations", "setterDocumentation" : "/**

                                                                  A list that contains one Observation element for each Amazon Route 53 health checker that is reporting a last failure reason.

                                                                  \n@param healthCheckObservations A list that contains one Observation element for each Amazon Route 53 health checker that is reporting a last failure reason.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "healthCheckObservations", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                  A list that contains one Observation element for each Amazon Route 53 health checker that is reporting a last failure reason.

                                                                  \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 Observation element for each Amazon Route 53 health checker that is reporting a last failure reason.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "healthCheckObservations", "variableType" : "java.util.List", "documentation" : "

                                                                  A list that contains one Observation element for each Amazon Route 53 health checker that is reporting a last failure reason.

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "HealthCheckObservations" ], "shapeName" : "GetHealthCheckLastFailureReasonResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetHealthCheckLastFailureReasonResult", "variableName" : "getHealthCheckLastFailureReasonResult", "variableType" : "GetHealthCheckLastFailureReasonResult", "documentation" : null, "simpleType" : "GetHealthCheckLastFailureReasonResult", "variableSetterType" : "GetHealthCheckLastFailureReasonResult" }, "wrapper" : false }, "GetHealthCheckRequest" : { "c2jName" : "GetHealthCheckRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  This action gets information about a specified health check.

                                                                  Send a GET request to the /Amazon Route 53 API version/gethealthcheckrequest resource.

                                                                  For information about getting information about a health check using the Amazon Route 53 console, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetHealthCheck", "locationName" : null, "requestUri" : "/2013-04-01/healthcheck/{HealthCheckId}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "HealthCheckId", "c2jShape" : "HealthCheckId", "deprecated" : false, "documentation" : "

                                                                  The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

                                                                  \n@param healthCheckId The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

                                                                  \n@return The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "HealthCheckId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckId", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckId", "setterDocumentation" : "/**

                                                                  The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

                                                                  \n@param healthCheckId The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

                                                                  \n@param healthCheckId The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckId", "variableType" : "String", "documentation" : "

                                                                  The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HealthCheckId" : { "c2jName" : "HealthCheckId", "c2jShape" : "HealthCheckId", "deprecated" : false, "documentation" : "

                                                                  The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

                                                                  \n@param healthCheckId The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

                                                                  \n@return The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "HealthCheckId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckId", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckId", "setterDocumentation" : "/**

                                                                  The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

                                                                  \n@param healthCheckId The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

                                                                  \n@param healthCheckId The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckId", "variableType" : "String", "documentation" : "

                                                                  The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "HealthCheckId" ], "shapeName" : "GetHealthCheckRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetHealthCheckRequest", "variableName" : "getHealthCheckRequest", "variableType" : "GetHealthCheckRequest", "documentation" : null, "simpleType" : "GetHealthCheckRequest", "variableSetterType" : "GetHealthCheckRequest" }, "wrapper" : false }, "GetHealthCheckResult" : { "c2jName" : "GetHealthCheckResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  A complex type that contains the response to a GetHealthCheck request.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "HealthCheck", "c2jShape" : "HealthCheck", "deprecated" : false, "documentation" : "

                                                                  A complex type that contains information about one health check that is associated with the current AWS account.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  A complex type that contains information about one health check that is associated with the current AWS account.

                                                                  \n@param healthCheck A complex type that contains information about one health check that is associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  A complex type that contains information about one health check that is associated with the current AWS account.

                                                                  \n@return A complex type that contains information about one health check that is associated with the current AWS account.*/", "getterModel" : { "returnType" : "HealthCheck", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheck", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheck", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheck", "setterDocumentation" : "/**

                                                                  A complex type that contains information about one health check that is associated with the current AWS account.

                                                                  \n@param healthCheck A complex type that contains information about one health check that is associated with the current AWS account.*/", "setterModel" : { "variableDeclarationType" : "HealthCheck", "variableName" : "healthCheck", "variableType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                  A complex type that contains information about one health check that is associated with the current AWS account.

                                                                  \n@param healthCheck A complex type that contains information about one health check that is associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HealthCheck", "variableName" : "healthCheck", "variableType" : "HealthCheck", "documentation" : "

                                                                  A complex type that contains information about one health check that is associated with the current AWS account.

                                                                  ", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HealthCheck" : { "c2jName" : "HealthCheck", "c2jShape" : "HealthCheck", "deprecated" : false, "documentation" : "

                                                                  A complex type that contains information about one health check that is associated with the current AWS account.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  A complex type that contains information about one health check that is associated with the current AWS account.

                                                                  \n@param healthCheck A complex type that contains information about one health check that is associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  A complex type that contains information about one health check that is associated with the current AWS account.

                                                                  \n@return A complex type that contains information about one health check that is associated with the current AWS account.*/", "getterModel" : { "returnType" : "HealthCheck", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheck", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheck", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheck", "setterDocumentation" : "/**

                                                                  A complex type that contains information about one health check that is associated with the current AWS account.

                                                                  \n@param healthCheck A complex type that contains information about one health check that is associated with the current AWS account.*/", "setterModel" : { "variableDeclarationType" : "HealthCheck", "variableName" : "healthCheck", "variableType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                  A complex type that contains information about one health check that is associated with the current AWS account.

                                                                  \n@param healthCheck A complex type that contains information about one health check that is associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HealthCheck", "variableName" : "healthCheck", "variableType" : "HealthCheck", "documentation" : "

                                                                  A complex type that contains information about one health check that is associated with the current AWS account.

                                                                  ", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "xmlNameSpaceUri" : null } }, "required" : [ "HealthCheck" ], "shapeName" : "GetHealthCheckResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetHealthCheckResult", "variableName" : "getHealthCheckResult", "variableType" : "GetHealthCheckResult", "documentation" : null, "simpleType" : "GetHealthCheckResult", "variableSetterType" : "GetHealthCheckResult" }, "wrapper" : false }, "GetHealthCheckStatusRequest" : { "c2jName" : "GetHealthCheckStatusRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  A complex type that contains information about the request to get health check status for a health check.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetHealthCheckStatus", "locationName" : null, "requestUri" : "/2013-04-01/healthcheck/{HealthCheckId}/status", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "HealthCheckId", "c2jShape" : "HealthCheckId", "deprecated" : false, "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.

                                                                  ", "enumType" : null, "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.*/", "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.

                                                                  */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "HealthCheckId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckId", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckId", "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.

                                                                  */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckId", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HealthCheckId" : { "c2jName" : "HealthCheckId", "c2jShape" : "HealthCheckId", "deprecated" : false, "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.

                                                                  ", "enumType" : null, "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.*/", "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.

                                                                  */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "HealthCheckId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckId", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckId", "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.

                                                                  */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckId", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "HealthCheckId" ], "shapeName" : "GetHealthCheckStatusRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetHealthCheckStatusRequest", "variableName" : "getHealthCheckStatusRequest", "variableType" : "GetHealthCheckStatusRequest", "documentation" : null, "simpleType" : "GetHealthCheckStatusRequest", "variableSetterType" : "GetHealthCheckStatusRequest" }, "wrapper" : false }, "GetHealthCheckStatusResult" : { "c2jName" : "GetHealthCheckStatusResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  A complex type that contains the response to a GetHealthCheck request.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "HealthCheckObservations", "c2jShape" : "HealthCheckObservations", "deprecated" : false, "documentation" : "

                                                                  A list that contains one HealthCheckObservation element for each Amazon Route 53 health checker that is reporting a status about the health check endpoint.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  A list that contains one HealthCheckObservation element for each Amazon Route 53 health checker that is reporting a status about the health check endpoint.

                                                                  \n@param healthCheckObservations A list that contains one HealthCheckObservation element for each Amazon Route 53 health checker that is reporting a status about the health check endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  A list that contains one HealthCheckObservation element for each Amazon Route 53 health checker that is reporting a status about the health check endpoint.

                                                                  \n@return A list that contains one HealthCheckObservation element for each Amazon Route 53 health checker that is reporting a status about the health check endpoint.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckObservations", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckObservations", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "HealthCheckObservation", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "HealthCheckObservation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckObservation", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckObservation", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "HealthCheckObservation", "variableName" : "member", "variableType" : "HealthCheckObservation", "documentation" : "", "simpleType" : "HealthCheckObservation", "variableSetterType" : "HealthCheckObservation" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HealthCheckObservation", "variableName" : "member", "variableType" : "HealthCheckObservation", "documentation" : "", "simpleType" : "HealthCheckObservation", "variableSetterType" : "HealthCheckObservation" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "HealthCheckObservation", "memberType" : "HealthCheckObservation", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "HealthCheckObservation", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "HealthCheckObservations", "setterDocumentation" : "/**

                                                                  A list that contains one HealthCheckObservation element for each Amazon Route 53 health checker that is reporting a status about the health check endpoint.

                                                                  \n@param healthCheckObservations A list that contains one HealthCheckObservation element for each Amazon Route 53 health checker that is reporting a status about the health check endpoint.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "healthCheckObservations", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                  A list that contains one HealthCheckObservation element for each Amazon Route 53 health checker that is reporting a status about the health check endpoint.

                                                                  \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 that is reporting a status about the health check endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "healthCheckObservations", "variableType" : "java.util.List", "documentation" : "

                                                                  A list that contains one HealthCheckObservation element for each Amazon Route 53 health checker that is reporting a status about the health check endpoint.

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HealthCheckObservations" : { "c2jName" : "HealthCheckObservations", "c2jShape" : "HealthCheckObservations", "deprecated" : false, "documentation" : "

                                                                  A list that contains one HealthCheckObservation element for each Amazon Route 53 health checker that is reporting a status about the health check endpoint.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  A list that contains one HealthCheckObservation element for each Amazon Route 53 health checker that is reporting a status about the health check endpoint.

                                                                  \n@param healthCheckObservations A list that contains one HealthCheckObservation element for each Amazon Route 53 health checker that is reporting a status about the health check endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  A list that contains one HealthCheckObservation element for each Amazon Route 53 health checker that is reporting a status about the health check endpoint.

                                                                  \n@return A list that contains one HealthCheckObservation element for each Amazon Route 53 health checker that is reporting a status about the health check endpoint.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckObservations", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckObservations", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "HealthCheckObservation", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "HealthCheckObservation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckObservation", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckObservation", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "HealthCheckObservation", "variableName" : "member", "variableType" : "HealthCheckObservation", "documentation" : "", "simpleType" : "HealthCheckObservation", "variableSetterType" : "HealthCheckObservation" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HealthCheckObservation", "variableName" : "member", "variableType" : "HealthCheckObservation", "documentation" : "", "simpleType" : "HealthCheckObservation", "variableSetterType" : "HealthCheckObservation" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "HealthCheckObservation", "memberType" : "HealthCheckObservation", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "HealthCheckObservation", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "HealthCheckObservations", "setterDocumentation" : "/**

                                                                  A list that contains one HealthCheckObservation element for each Amazon Route 53 health checker that is reporting a status about the health check endpoint.

                                                                  \n@param healthCheckObservations A list that contains one HealthCheckObservation element for each Amazon Route 53 health checker that is reporting a status about the health check endpoint.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "healthCheckObservations", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                  A list that contains one HealthCheckObservation element for each Amazon Route 53 health checker that is reporting a status about the health check endpoint.

                                                                  \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 that is reporting a status about the health check endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "healthCheckObservations", "variableType" : "java.util.List", "documentation" : "

                                                                  A list that contains one HealthCheckObservation element for each Amazon Route 53 health checker that is reporting a status about the health check endpoint.

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "HealthCheckObservations" ], "shapeName" : "GetHealthCheckStatusResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetHealthCheckStatusResult", "variableName" : "getHealthCheckStatusResult", "variableType" : "GetHealthCheckStatusResult", "documentation" : null, "simpleType" : "GetHealthCheckStatusResult", "variableSetterType" : "GetHealthCheckStatusResult" }, "wrapper" : false }, "GetHostedZoneCountRequest" : { "c2jName" : "GetHostedZoneCountRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  To retrieve a count of all your hosted zones, send a GET request to the /2013-04-01/hostedzonecount resource.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetHostedZoneCount", "locationName" : null, "requestUri" : "/2013-04-01/hostedzonecount", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "GetHostedZoneCountRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetHostedZoneCountRequest", "variableName" : "getHostedZoneCountRequest", "variableType" : "GetHostedZoneCountRequest", "documentation" : null, "simpleType" : "GetHostedZoneCountRequest", "variableSetterType" : "GetHostedZoneCountRequest" }, "wrapper" : false }, "GetHostedZoneCountResult" : { "c2jName" : "GetHostedZoneCountResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  A complex type that contains the response to a hostedzonecount request.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "HostedZoneCount", "c2jShape" : "HostedZoneCount", "deprecated" : false, "documentation" : "

                                                                  The total number of public and private hosted zones associated with the current AWS account.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  The total number of public and private hosted zones associated with the current AWS account.

                                                                  \n@param hostedZoneCount The total number of public and private hosted zones associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  The total number of public and private hosted zones associated with the current AWS account.

                                                                  \n@return The total number of public and private hosted zones associated with the current AWS account.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZoneCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZoneCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneCount", "setterDocumentation" : "/**

                                                                  The total number of public and private hosted zones associated with the current AWS account.

                                                                  \n@param hostedZoneCount The total number of public and private hosted zones associated with the current AWS account.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "hostedZoneCount", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  The total number of public and private hosted zones associated with the current AWS account.

                                                                  \n@param hostedZoneCount The total number of public and private hosted zones associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "hostedZoneCount", "variableType" : "Long", "documentation" : "

                                                                  The total number of public and private hosted zones associated with the current AWS account.

                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HostedZoneCount" : { "c2jName" : "HostedZoneCount", "c2jShape" : "HostedZoneCount", "deprecated" : false, "documentation" : "

                                                                  The total number of public and private hosted zones associated with the current AWS account.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  The total number of public and private hosted zones associated with the current AWS account.

                                                                  \n@param hostedZoneCount The total number of public and private hosted zones associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  The total number of public and private hosted zones associated with the current AWS account.

                                                                  \n@return The total number of public and private hosted zones associated with the current AWS account.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZoneCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZoneCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneCount", "setterDocumentation" : "/**

                                                                  The total number of public and private hosted zones associated with the current AWS account.

                                                                  \n@param hostedZoneCount The total number of public and private hosted zones associated with the current AWS account.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "hostedZoneCount", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  The total number of public and private hosted zones associated with the current AWS account.

                                                                  \n@param hostedZoneCount The total number of public and private hosted zones associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "hostedZoneCount", "variableType" : "Long", "documentation" : "

                                                                  The total number of public and private hosted zones associated with the current AWS account.

                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "required" : [ "HostedZoneCount" ], "shapeName" : "GetHostedZoneCountResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetHostedZoneCountResult", "variableName" : "getHostedZoneCountResult", "variableType" : "GetHostedZoneCountResult", "documentation" : null, "simpleType" : "GetHostedZoneCountResult", "variableSetterType" : "GetHostedZoneCountResult" }, "wrapper" : false }, "GetHostedZoneRequest" : { "c2jName" : "GetHostedZoneRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  The input for a GetHostedZone request.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetHostedZone", "locationName" : null, "requestUri" : "/2013-04-01/hostedzone/{Id}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Id", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                                  The ID of the hosted zone for which you want to get a list of the name servers in the delegation set.

                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "c2jName" : "Id", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                                  The ID of the hosted zone for which you want to get a list of the name servers in the delegation set.

                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id" ], "shapeName" : "GetHostedZoneRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetHostedZoneRequest", "variableName" : "getHostedZoneRequest", "variableType" : "GetHostedZoneRequest", "documentation" : null, "simpleType" : "GetHostedZoneRequest", "variableSetterType" : "GetHostedZoneRequest" }, "wrapper" : false }, "GetHostedZoneResult" : { "c2jName" : "GetHostedZoneResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  A complex type containing the response information for the hosted zone.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "HostedZone", "c2jShape" : "HostedZone", "deprecated" : false, "documentation" : "

                                                                  A complex type that contains general information about the hosted zone.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  A complex type that contains general information about the hosted zone.

                                                                  \n@param hostedZone A complex type that contains general information about the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  A complex type that contains general information about the hosted zone.

                                                                  \n@return A complex type that contains general information about the hosted zone.*/", "getterModel" : { "returnType" : "HostedZone", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZone", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZone", "setterDocumentation" : "/**

                                                                  A complex type that contains general information about the hosted zone.

                                                                  \n@param hostedZone A complex type that contains general information about the hosted zone.*/", "setterModel" : { "variableDeclarationType" : "HostedZone", "variableName" : "hostedZone", "variableType" : "HostedZone", "documentation" : "", "simpleType" : "HostedZone", "variableSetterType" : "HostedZone" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                  A complex type that contains general information about the hosted zone.

                                                                  \n@param hostedZone A complex type that contains general information about the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HostedZone", "variableName" : "hostedZone", "variableType" : "HostedZone", "documentation" : "

                                                                  A complex type that contains general information about the hosted zone.

                                                                  ", "simpleType" : "HostedZone", "variableSetterType" : "HostedZone" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DelegationSet", "c2jShape" : "DelegationSet", "deprecated" : false, "documentation" : "

                                                                  A complex type that describes the name servers for this hosted zone.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  A complex type that describes the name servers for this hosted zone.

                                                                  \n@param delegationSet A complex type that describes the name servers for this hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  A complex type that describes the name servers for this hosted zone.

                                                                  \n@return A complex type that describes the name servers for this hosted zone.*/", "getterModel" : { "returnType" : "DelegationSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DelegationSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DelegationSet", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DelegationSet", "setterDocumentation" : "/**

                                                                  A complex type that describes the name servers for this hosted zone.

                                                                  \n@param delegationSet A complex type that describes the name servers for this hosted zone.*/", "setterModel" : { "variableDeclarationType" : "DelegationSet", "variableName" : "delegationSet", "variableType" : "DelegationSet", "documentation" : "", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                  A complex type that describes the name servers for this hosted zone.

                                                                  \n@param delegationSet A complex type that describes the name servers for this hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DelegationSet", "variableName" : "delegationSet", "variableType" : "DelegationSet", "documentation" : "

                                                                  A complex type that describes the name servers for this hosted zone.

                                                                  ", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VPCs", "c2jShape" : "VPCs", "deprecated" : false, "documentation" : "

                                                                  A complex type that contains information about VPCs associated with the specified hosted zone.

                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VPCs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VPCs", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "VPC", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "VPC", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VPC", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VPC", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "VPC", "variableName" : "member", "variableType" : "VPC", "documentation" : "", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VPC", "variableName" : "member", "variableType" : "VPC", "documentation" : "", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "VPC", "memberType" : "VPC", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "VPC", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "VPCs", "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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "vPCs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "vPCs", "variableType" : "java.util.List", "documentation" : "

                                                                  A complex type that contains information about VPCs associated with the specified hosted zone.

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DelegationSet" : { "c2jName" : "DelegationSet", "c2jShape" : "DelegationSet", "deprecated" : false, "documentation" : "

                                                                  A complex type that describes the name servers for this hosted zone.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  A complex type that describes the name servers for this hosted zone.

                                                                  \n@param delegationSet A complex type that describes the name servers for this hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  A complex type that describes the name servers for this hosted zone.

                                                                  \n@return A complex type that describes the name servers for this hosted zone.*/", "getterModel" : { "returnType" : "DelegationSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DelegationSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DelegationSet", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DelegationSet", "setterDocumentation" : "/**

                                                                  A complex type that describes the name servers for this hosted zone.

                                                                  \n@param delegationSet A complex type that describes the name servers for this hosted zone.*/", "setterModel" : { "variableDeclarationType" : "DelegationSet", "variableName" : "delegationSet", "variableType" : "DelegationSet", "documentation" : "", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                  A complex type that describes the name servers for this hosted zone.

                                                                  \n@param delegationSet A complex type that describes the name servers for this hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DelegationSet", "variableName" : "delegationSet", "variableType" : "DelegationSet", "documentation" : "

                                                                  A complex type that describes the name servers for this hosted zone.

                                                                  ", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "xmlNameSpaceUri" : null }, "HostedZone" : { "c2jName" : "HostedZone", "c2jShape" : "HostedZone", "deprecated" : false, "documentation" : "

                                                                  A complex type that contains general information about the hosted zone.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  A complex type that contains general information about the hosted zone.

                                                                  \n@param hostedZone A complex type that contains general information about the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  A complex type that contains general information about the hosted zone.

                                                                  \n@return A complex type that contains general information about the hosted zone.*/", "getterModel" : { "returnType" : "HostedZone", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZone", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZone", "setterDocumentation" : "/**

                                                                  A complex type that contains general information about the hosted zone.

                                                                  \n@param hostedZone A complex type that contains general information about the hosted zone.*/", "setterModel" : { "variableDeclarationType" : "HostedZone", "variableName" : "hostedZone", "variableType" : "HostedZone", "documentation" : "", "simpleType" : "HostedZone", "variableSetterType" : "HostedZone" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                  A complex type that contains general information about the hosted zone.

                                                                  \n@param hostedZone A complex type that contains general information about the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HostedZone", "variableName" : "hostedZone", "variableType" : "HostedZone", "documentation" : "

                                                                  A complex type that contains general information about the hosted zone.

                                                                  ", "simpleType" : "HostedZone", "variableSetterType" : "HostedZone" }, "xmlNameSpaceUri" : null }, "VPCs" : { "c2jName" : "VPCs", "c2jShape" : "VPCs", "deprecated" : false, "documentation" : "

                                                                  A complex type that contains information about VPCs associated with the specified hosted zone.

                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VPCs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VPCs", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "VPC", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "VPC", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VPC", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VPC", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "VPC", "variableName" : "member", "variableType" : "VPC", "documentation" : "", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VPC", "variableName" : "member", "variableType" : "VPC", "documentation" : "", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "VPC", "memberType" : "VPC", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "VPC", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "VPCs", "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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "vPCs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "vPCs", "variableType" : "java.util.List", "documentation" : "

                                                                  A complex type that contains information about VPCs associated with the specified hosted zone.

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "HostedZone" ], "shapeName" : "GetHostedZoneResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetHostedZoneResult", "variableName" : "getHostedZoneResult", "variableType" : "GetHostedZoneResult", "documentation" : null, "simpleType" : "GetHostedZoneResult", "variableSetterType" : "GetHostedZoneResult" }, "wrapper" : false }, "GetReusableDelegationSetRequest" : { "c2jName" : "GetReusableDelegationSetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  The input for a GetReusableDelegationSet request.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetReusableDelegationSet", "locationName" : null, "requestUri" : "/2013-04-01/delegationset/{Id}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Id", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                                  The ID of the reusable delegation set for which you want to get a list of the name server.

                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "c2jName" : "Id", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                                  The ID of the reusable delegation set for which you want to get a list of the name server.

                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id" ], "shapeName" : "GetReusableDelegationSetRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetReusableDelegationSetRequest", "variableName" : "getReusableDelegationSetRequest", "variableType" : "GetReusableDelegationSetRequest", "documentation" : null, "simpleType" : "GetReusableDelegationSetRequest", "variableSetterType" : "GetReusableDelegationSetRequest" }, "wrapper" : false }, "GetReusableDelegationSetResult" : { "c2jName" : "GetReusableDelegationSetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  A complex type that contains the response to the GetReusableDelegationSet request.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DelegationSet", "c2jShape" : "DelegationSet", "deprecated" : false, "documentation" : "

                                                                  A complex type that contains information about the reusable delegation set.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  A complex type that contains information about the reusable delegation set.

                                                                  \n@param delegationSet A complex type that contains information about the reusable delegation set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  A complex type that contains information about the reusable delegation set.

                                                                  \n@return A complex type that contains information about the reusable delegation set.*/", "getterModel" : { "returnType" : "DelegationSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DelegationSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DelegationSet", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DelegationSet", "setterDocumentation" : "/**

                                                                  A complex type that contains information about the reusable delegation set.

                                                                  \n@param delegationSet A complex type that contains information about the reusable delegation set.*/", "setterModel" : { "variableDeclarationType" : "DelegationSet", "variableName" : "delegationSet", "variableType" : "DelegationSet", "documentation" : "", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                  A complex type that contains information about the reusable delegation set.

                                                                  \n@param delegationSet A complex type that contains information about the reusable delegation set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DelegationSet", "variableName" : "delegationSet", "variableType" : "DelegationSet", "documentation" : "

                                                                  A complex type that contains information about the reusable delegation set.

                                                                  ", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DelegationSet" : { "c2jName" : "DelegationSet", "c2jShape" : "DelegationSet", "deprecated" : false, "documentation" : "

                                                                  A complex type that contains information about the reusable delegation set.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  A complex type that contains information about the reusable delegation set.

                                                                  \n@param delegationSet A complex type that contains information about the reusable delegation set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  A complex type that contains information about the reusable delegation set.

                                                                  \n@return A complex type that contains information about the reusable delegation set.*/", "getterModel" : { "returnType" : "DelegationSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DelegationSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DelegationSet", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DelegationSet", "setterDocumentation" : "/**

                                                                  A complex type that contains information about the reusable delegation set.

                                                                  \n@param delegationSet A complex type that contains information about the reusable delegation set.*/", "setterModel" : { "variableDeclarationType" : "DelegationSet", "variableName" : "delegationSet", "variableType" : "DelegationSet", "documentation" : "", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                  A complex type that contains information about the reusable delegation set.

                                                                  \n@param delegationSet A complex type that contains information about the reusable delegation set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DelegationSet", "variableName" : "delegationSet", "variableType" : "DelegationSet", "documentation" : "

                                                                  A complex type that contains information about the reusable delegation set.

                                                                  ", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "xmlNameSpaceUri" : null } }, "required" : [ "DelegationSet" ], "shapeName" : "GetReusableDelegationSetResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetReusableDelegationSetResult", "variableName" : "getReusableDelegationSetResult", "variableType" : "GetReusableDelegationSetResult", "documentation" : null, "simpleType" : "GetReusableDelegationSetResult", "variableSetterType" : "GetReusableDelegationSetResult" }, "wrapper" : false }, "GetTrafficPolicyInstanceCountRequest" : { "c2jName" : "GetTrafficPolicyInstanceCountRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  To retrieve a count of all your traffic policy instances, send a GET request to the /2013-04-01/trafficpolicyinstancecount resource.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetTrafficPolicyInstanceCount", "locationName" : null, "requestUri" : "/2013-04-01/trafficpolicyinstancecount", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "GetTrafficPolicyInstanceCountRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetTrafficPolicyInstanceCountRequest", "variableName" : "getTrafficPolicyInstanceCountRequest", "variableType" : "GetTrafficPolicyInstanceCountRequest", "documentation" : null, "simpleType" : "GetTrafficPolicyInstanceCountRequest", "variableSetterType" : "GetTrafficPolicyInstanceCountRequest" }, "wrapper" : false }, "GetTrafficPolicyInstanceCountResult" : { "c2jName" : "GetTrafficPolicyInstanceCountResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  A complex type that contains information about the resource record sets that Amazon Route 53 created based on a specified traffic policy.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TrafficPolicyInstanceCount", "c2jShape" : "TrafficPolicyInstanceCount", "deprecated" : false, "documentation" : "

                                                                  The number of traffic policy instances that are associated with the current AWS account.

                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstanceCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstanceCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstanceCount", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "trafficPolicyInstanceCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "trafficPolicyInstanceCount", "variableType" : "Integer", "documentation" : "

                                                                  The number of traffic policy instances that are associated with the current AWS account.

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TrafficPolicyInstanceCount" : { "c2jName" : "TrafficPolicyInstanceCount", "c2jShape" : "TrafficPolicyInstanceCount", "deprecated" : false, "documentation" : "

                                                                  The number of traffic policy instances that are associated with the current AWS account.

                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstanceCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstanceCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstanceCount", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "trafficPolicyInstanceCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "trafficPolicyInstanceCount", "variableType" : "Integer", "documentation" : "

                                                                  The number of traffic policy instances that are associated with the current AWS account.

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : [ "TrafficPolicyInstanceCount" ], "shapeName" : "GetTrafficPolicyInstanceCountResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetTrafficPolicyInstanceCountResult", "variableName" : "getTrafficPolicyInstanceCountResult", "variableType" : "GetTrafficPolicyInstanceCountResult", "documentation" : null, "simpleType" : "GetTrafficPolicyInstanceCountResult", "variableSetterType" : "GetTrafficPolicyInstanceCountResult" }, "wrapper" : false }, "GetTrafficPolicyInstanceRequest" : { "c2jName" : "GetTrafficPolicyInstanceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  Gets information about a specified traffic policy instance.

                                                                  To get information about a traffic policy instance, send a GET request to the /Amazon Route 53 API version/trafficpolicyinstance/Id resource.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetTrafficPolicyInstance", "locationName" : null, "requestUri" : "/2013-04-01/trafficpolicyinstance/{Id}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Id", "c2jShape" : "TrafficPolicyInstanceId", "deprecated" : false, "documentation" : "

                                                                  The ID of the traffic policy instance that you want to get information about.

                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                  The ID of the traffic policy instance that you want to get information about.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "c2jName" : "Id", "c2jShape" : "TrafficPolicyInstanceId", "deprecated" : false, "documentation" : "

                                                                  The ID of the traffic policy instance that you want to get information about.

                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                  The ID of the traffic policy instance that you want to get information about.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id" ], "shapeName" : "GetTrafficPolicyInstanceRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetTrafficPolicyInstanceRequest", "variableName" : "getTrafficPolicyInstanceRequest", "variableType" : "GetTrafficPolicyInstanceRequest", "documentation" : null, "simpleType" : "GetTrafficPolicyInstanceRequest", "variableSetterType" : "GetTrafficPolicyInstanceRequest" }, "wrapper" : false }, "GetTrafficPolicyInstanceResult" : { "c2jName" : "GetTrafficPolicyInstanceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  A complex type that contains information about the resource record sets that Amazon Route 53 created based on a specified traffic policy.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TrafficPolicyInstance", "c2jShape" : "TrafficPolicyInstance", "deprecated" : false, "documentation" : "

                                                                  A complex type that contains settings for the traffic policy instance.

                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "TrafficPolicyInstance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstance", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstance", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstance", "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.*/", "setterModel" : { "variableDeclarationType" : "TrafficPolicyInstance", "variableName" : "trafficPolicyInstance", "variableType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "TrafficPolicyInstance", "variableName" : "trafficPolicyInstance", "variableType" : "TrafficPolicyInstance", "documentation" : "

                                                                  A complex type that contains settings for the traffic policy instance.

                                                                  ", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TrafficPolicyInstance" : { "c2jName" : "TrafficPolicyInstance", "c2jShape" : "TrafficPolicyInstance", "deprecated" : false, "documentation" : "

                                                                  A complex type that contains settings for the traffic policy instance.

                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "TrafficPolicyInstance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstance", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstance", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstance", "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.*/", "setterModel" : { "variableDeclarationType" : "TrafficPolicyInstance", "variableName" : "trafficPolicyInstance", "variableType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "TrafficPolicyInstance", "variableName" : "trafficPolicyInstance", "variableType" : "TrafficPolicyInstance", "documentation" : "

                                                                  A complex type that contains settings for the traffic policy instance.

                                                                  ", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "xmlNameSpaceUri" : null } }, "required" : [ "TrafficPolicyInstance" ], "shapeName" : "GetTrafficPolicyInstanceResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetTrafficPolicyInstanceResult", "variableName" : "getTrafficPolicyInstanceResult", "variableType" : "GetTrafficPolicyInstanceResult", "documentation" : null, "simpleType" : "GetTrafficPolicyInstanceResult", "variableSetterType" : "GetTrafficPolicyInstanceResult" }, "wrapper" : false }, "GetTrafficPolicyRequest" : { "c2jName" : "GetTrafficPolicyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  Gets information about a specific traffic policy version. To get the information, send a GET request to the /2013-04-01/trafficpolicy resource, and specify the ID and the version of the traffic policy.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetTrafficPolicy", "locationName" : null, "requestUri" : "/2013-04-01/trafficpolicy/{Id}/{Version}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Id", "c2jShape" : "TrafficPolicyId", "deprecated" : false, "documentation" : "

                                                                  The ID of the traffic policy that you want to get information about.

                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                  The ID of the traffic policy that you want to get information about.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Version", "c2jShape" : "TrafficPolicyVersion", "deprecated" : false, "documentation" : "

                                                                  The version number of the traffic policy that you want to get information about.

                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Version", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Version", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Version", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "version", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "version", "variableType" : "Integer", "documentation" : "

                                                                  The version number of the traffic policy that you want to get information about.

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "c2jName" : "Id", "c2jShape" : "TrafficPolicyId", "deprecated" : false, "documentation" : "

                                                                  The ID of the traffic policy that you want to get information about.

                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                  The ID of the traffic policy that you want to get information about.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Version" : { "c2jName" : "Version", "c2jShape" : "TrafficPolicyVersion", "deprecated" : false, "documentation" : "

                                                                  The version number of the traffic policy that you want to get information about.

                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Version", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Version", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Version", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "version", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "version", "variableType" : "Integer", "documentation" : "

                                                                  The version number of the traffic policy that you want to get information about.

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id", "Version" ], "shapeName" : "GetTrafficPolicyRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetTrafficPolicyRequest", "variableName" : "getTrafficPolicyRequest", "variableType" : "GetTrafficPolicyRequest", "documentation" : null, "simpleType" : "GetTrafficPolicyRequest", "variableSetterType" : "GetTrafficPolicyRequest" }, "wrapper" : false }, "GetTrafficPolicyResult" : { "c2jName" : "GetTrafficPolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  A complex type that contains the response information for the request.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TrafficPolicy", "c2jShape" : "TrafficPolicy", "deprecated" : false, "documentation" : "

                                                                  A complex type that contains settings for the specified traffic policy.

                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "TrafficPolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicy", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicy", "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.*/", "setterModel" : { "variableDeclarationType" : "TrafficPolicy", "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "documentation" : "", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "TrafficPolicy", "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "documentation" : "

                                                                  A complex type that contains settings for the specified traffic policy.

                                                                  ", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TrafficPolicy" : { "c2jName" : "TrafficPolicy", "c2jShape" : "TrafficPolicy", "deprecated" : false, "documentation" : "

                                                                  A complex type that contains settings for the specified traffic policy.

                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "TrafficPolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicy", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicy", "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.*/", "setterModel" : { "variableDeclarationType" : "TrafficPolicy", "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "documentation" : "", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "TrafficPolicy", "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "documentation" : "

                                                                  A complex type that contains settings for the specified traffic policy.

                                                                  ", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "xmlNameSpaceUri" : null } }, "required" : [ "TrafficPolicy" ], "shapeName" : "GetTrafficPolicyResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetTrafficPolicyResult", "variableName" : "getTrafficPolicyResult", "variableType" : "GetTrafficPolicyResult", "documentation" : null, "simpleType" : "GetTrafficPolicyResult", "variableSetterType" : "GetTrafficPolicyResult" }, "wrapper" : false }, "HealthCheck" : { "c2jName" : "HealthCheck", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  A complex type that contains information about one health check that is associated with the current AWS account.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Id", "c2jShape" : "HealthCheckId", "deprecated" : false, "documentation" : "

                                                                  The identifier that Amazon Route 53assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  The identifier that Amazon Route 53assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

                                                                  \n@param id The identifier that Amazon Route 53assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  The identifier that Amazon Route 53assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

                                                                  \n@return The identifier that Amazon Route 53assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

                                                                  The identifier that Amazon Route 53assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

                                                                  \n@param id The identifier that Amazon Route 53assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  The identifier that Amazon Route 53assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

                                                                  \n@param id The identifier that Amazon Route 53assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                  The identifier that Amazon Route 53assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CallerReference", "c2jShape" : "HealthCheckNonce", "deprecated" : false, "documentation" : "

                                                                  A unique string that you specified when you created the health check.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  A unique string that you specified when you created the health check.

                                                                  \n@param callerReference A unique string that you specified when you created the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  A unique string that you specified when you created the health check.

                                                                  \n@return A unique string that you specified when you created the health check.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CallerReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CallerReference", "setterDocumentation" : "/**

                                                                  A unique string that you specified when you created the health check.

                                                                  \n@param callerReference A unique string that you specified when you created the health check.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  A unique string that you specified when you created the health check.

                                                                  \n@param callerReference A unique string that you specified when you created the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

                                                                  A unique string that you specified when you created the health check.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthCheckConfig", "c2jShape" : "HealthCheckConfig", "deprecated" : false, "documentation" : "

                                                                  A complex type that contains detailed information about one health check.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  A complex type that contains detailed information about one health check.

                                                                  \n@param healthCheckConfig A complex type that contains detailed information about one health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  A complex type that contains detailed information about one health check.

                                                                  \n@return A complex type that contains detailed information about one health check.*/", "getterModel" : { "returnType" : "HealthCheckConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckConfig", "setterDocumentation" : "/**

                                                                  A complex type that contains detailed information about one health check.

                                                                  \n@param healthCheckConfig A complex type that contains detailed information about one health check.*/", "setterModel" : { "variableDeclarationType" : "HealthCheckConfig", "variableName" : "healthCheckConfig", "variableType" : "HealthCheckConfig", "documentation" : "", "simpleType" : "HealthCheckConfig", "variableSetterType" : "HealthCheckConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                  A complex type that contains detailed information about one health check.

                                                                  \n@param healthCheckConfig A complex type that contains detailed information about one health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HealthCheckConfig", "variableName" : "healthCheckConfig", "variableType" : "HealthCheckConfig", "documentation" : "

                                                                  A complex type that contains detailed information about one health check.

                                                                  ", "simpleType" : "HealthCheckConfig", "variableSetterType" : "HealthCheckConfig" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthCheckVersion", "c2jShape" : "HealthCheckVersion", "deprecated" : false, "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.

                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckVersion", "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.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "healthCheckVersion", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "healthCheckVersion", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CloudWatchAlarmConfiguration", "c2jShape" : "CloudWatchAlarmConfiguration", "deprecated" : false, "documentation" : "

                                                                  A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.

                                                                  \n@param cloudWatchAlarmConfiguration A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.

                                                                  \n@return A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.*/", "getterModel" : { "returnType" : "CloudWatchAlarmConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CloudWatchAlarmConfiguration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchAlarmConfiguration", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CloudWatchAlarmConfiguration", "setterDocumentation" : "/**

                                                                  A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.

                                                                  \n@param cloudWatchAlarmConfiguration A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.*/", "setterModel" : { "variableDeclarationType" : "CloudWatchAlarmConfiguration", "variableName" : "cloudWatchAlarmConfiguration", "variableType" : "CloudWatchAlarmConfiguration", "documentation" : "", "simpleType" : "CloudWatchAlarmConfiguration", "variableSetterType" : "CloudWatchAlarmConfiguration" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                  A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.

                                                                  \n@param cloudWatchAlarmConfiguration A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "CloudWatchAlarmConfiguration", "variableName" : "cloudWatchAlarmConfiguration", "variableType" : "CloudWatchAlarmConfiguration", "documentation" : "

                                                                  A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.

                                                                  ", "simpleType" : "CloudWatchAlarmConfiguration", "variableSetterType" : "CloudWatchAlarmConfiguration" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CallerReference" : { "c2jName" : "CallerReference", "c2jShape" : "HealthCheckNonce", "deprecated" : false, "documentation" : "

                                                                  A unique string that you specified when you created the health check.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  A unique string that you specified when you created the health check.

                                                                  \n@param callerReference A unique string that you specified when you created the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  A unique string that you specified when you created the health check.

                                                                  \n@return A unique string that you specified when you created the health check.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CallerReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CallerReference", "setterDocumentation" : "/**

                                                                  A unique string that you specified when you created the health check.

                                                                  \n@param callerReference A unique string that you specified when you created the health check.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  A unique string that you specified when you created the health check.

                                                                  \n@param callerReference A unique string that you specified when you created the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

                                                                  A unique string that you specified when you created the health check.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CloudWatchAlarmConfiguration" : { "c2jName" : "CloudWatchAlarmConfiguration", "c2jShape" : "CloudWatchAlarmConfiguration", "deprecated" : false, "documentation" : "

                                                                  A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.

                                                                  \n@param cloudWatchAlarmConfiguration A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.

                                                                  \n@return A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.*/", "getterModel" : { "returnType" : "CloudWatchAlarmConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CloudWatchAlarmConfiguration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchAlarmConfiguration", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CloudWatchAlarmConfiguration", "setterDocumentation" : "/**

                                                                  A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.

                                                                  \n@param cloudWatchAlarmConfiguration A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.*/", "setterModel" : { "variableDeclarationType" : "CloudWatchAlarmConfiguration", "variableName" : "cloudWatchAlarmConfiguration", "variableType" : "CloudWatchAlarmConfiguration", "documentation" : "", "simpleType" : "CloudWatchAlarmConfiguration", "variableSetterType" : "CloudWatchAlarmConfiguration" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                  A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.

                                                                  \n@param cloudWatchAlarmConfiguration A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "CloudWatchAlarmConfiguration", "variableName" : "cloudWatchAlarmConfiguration", "variableType" : "CloudWatchAlarmConfiguration", "documentation" : "

                                                                  A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.

                                                                  ", "simpleType" : "CloudWatchAlarmConfiguration", "variableSetterType" : "CloudWatchAlarmConfiguration" }, "xmlNameSpaceUri" : null }, "HealthCheckConfig" : { "c2jName" : "HealthCheckConfig", "c2jShape" : "HealthCheckConfig", "deprecated" : false, "documentation" : "

                                                                  A complex type that contains detailed information about one health check.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  A complex type that contains detailed information about one health check.

                                                                  \n@param healthCheckConfig A complex type that contains detailed information about one health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  A complex type that contains detailed information about one health check.

                                                                  \n@return A complex type that contains detailed information about one health check.*/", "getterModel" : { "returnType" : "HealthCheckConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckConfig", "setterDocumentation" : "/**

                                                                  A complex type that contains detailed information about one health check.

                                                                  \n@param healthCheckConfig A complex type that contains detailed information about one health check.*/", "setterModel" : { "variableDeclarationType" : "HealthCheckConfig", "variableName" : "healthCheckConfig", "variableType" : "HealthCheckConfig", "documentation" : "", "simpleType" : "HealthCheckConfig", "variableSetterType" : "HealthCheckConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                  A complex type that contains detailed information about one health check.

                                                                  \n@param healthCheckConfig A complex type that contains detailed information about one health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HealthCheckConfig", "variableName" : "healthCheckConfig", "variableType" : "HealthCheckConfig", "documentation" : "

                                                                  A complex type that contains detailed information about one health check.

                                                                  ", "simpleType" : "HealthCheckConfig", "variableSetterType" : "HealthCheckConfig" }, "xmlNameSpaceUri" : null }, "HealthCheckVersion" : { "c2jName" : "HealthCheckVersion", "c2jShape" : "HealthCheckVersion", "deprecated" : false, "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.

                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckVersion", "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.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "healthCheckVersion", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "healthCheckVersion", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "Id" : { "c2jName" : "Id", "c2jShape" : "HealthCheckId", "deprecated" : false, "documentation" : "

                                                                  The identifier that Amazon Route 53assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  The identifier that Amazon Route 53assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

                                                                  \n@param id The identifier that Amazon Route 53assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  The identifier that Amazon Route 53assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

                                                                  \n@return The identifier that Amazon Route 53assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

                                                                  The identifier that Amazon Route 53assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

                                                                  \n@param id The identifier that Amazon Route 53assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  The identifier that Amazon Route 53assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

                                                                  \n@param id The identifier that Amazon Route 53assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                  The identifier that Amazon Route 53assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id", "CallerReference", "HealthCheckConfig", "HealthCheckVersion" ], "shapeName" : "HealthCheck", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HealthCheck", "variableName" : "healthCheck", "variableType" : "HealthCheck", "documentation" : null, "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "wrapper" : false }, "HealthCheckAlreadyExistsException" : { "c2jName" : "HealthCheckAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  The health check you're attempting to create already exists.

                                                                  Amazon Route 53 returns this error when a health check has already been created with the specified value for CallerReference.

                                                                  ", "enums" : null, "errorCode" : "HealthCheckAlreadyExists", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "HealthCheckAlreadyExistsException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "HealthCheckAlreadyExistsException", "variableName" : "healthCheckAlreadyExistsException", "variableType" : "HealthCheckAlreadyExistsException", "documentation" : null, "simpleType" : "HealthCheckAlreadyExistsException", "variableSetterType" : "HealthCheckAlreadyExistsException" }, "wrapper" : false }, "HealthCheckConfig" : { "c2jName" : "HealthCheckConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  A complex type that contains information about the health check.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "IPAddress", "c2jShape" : "IPAddress", "deprecated" : false, "documentation" : "

                                                                  The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval that you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                  If the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance will never change.

                                                                  For more information, see HealthCheckConfig$FullyQualifiedDomainName.

                                                                  Contraints: Amazon Route 53 cannot check the health of endpoints for which the IP address is in local, private, non-routable, or multicast ranges. For more information about IP addresses for which you cannot create health checks, see RFC 5735, Special Use IPv4 Addresses and RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space.

                                                                  When the value of Type is CALCULATED or CLOUDWATCH_METRIC, omit IPAddress.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval that you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                  If the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance will never change.

                                                                  For more information, see HealthCheckConfig$FullyQualifiedDomainName.

                                                                  Contraints: Amazon Route 53 cannot check the health of endpoints for which the IP address is in local, private, non-routable, or multicast ranges. For more information about IP addresses for which you cannot create health checks, see RFC 5735, Special Use IPv4 Addresses and RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space.

                                                                  When the value of Type is CALCULATED or CLOUDWATCH_METRIC, omit IPAddress.

                                                                  \n@param iPAddress The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval that you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                  If the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance will never change.

                                                                  For more information, see HealthCheckConfig$FullyQualifiedDomainName.

                                                                  Contraints: Amazon Route 53 cannot check the health of endpoints for which the IP address is in local, private, non-routable, or multicast ranges. For more information about IP addresses for which you cannot create health checks, see RFC 5735, Special Use IPv4 Addresses and RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space.

                                                                  When the value of Type is CALCULATED or CLOUDWATCH_METRIC, omit IPAddress.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval that you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                  If the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance will never change.

                                                                  For more information, see HealthCheckConfig$FullyQualifiedDomainName.

                                                                  Contraints: Amazon Route 53 cannot check the health of endpoints for which the IP address is in local, private, non-routable, or multicast ranges. For more information about IP addresses for which you cannot create health checks, see RFC 5735, Special Use IPv4 Addresses and RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space.

                                                                  When the value of Type is CALCULATED or CLOUDWATCH_METRIC, omit IPAddress.

                                                                  \n@return The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval that you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                  If the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance will never change.

                                                                  For more information, see HealthCheckConfig$FullyQualifiedDomainName.

                                                                  Contraints: Amazon Route 53 cannot check the health of endpoints for which the IP address is in local, private, non-routable, or multicast ranges. For more information about IP addresses for which you cannot create health checks, see RFC 5735, Special Use IPv4 Addresses and RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space.

                                                                  When the value of Type is CALCULATED or CLOUDWATCH_METRIC, omit IPAddress.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IPAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IPAddress", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IPAddress", "setterDocumentation" : "/**

                                                                  The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval that you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                  If the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance will never change.

                                                                  For more information, see HealthCheckConfig$FullyQualifiedDomainName.

                                                                  Contraints: Amazon Route 53 cannot check the health of endpoints for which the IP address is in local, private, non-routable, or multicast ranges. For more information about IP addresses for which you cannot create health checks, see RFC 5735, Special Use IPv4 Addresses and RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space.

                                                                  When the value of Type is CALCULATED or CLOUDWATCH_METRIC, omit IPAddress.

                                                                  \n@param iPAddress The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval that you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                  If the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance will never change.

                                                                  For more information, see HealthCheckConfig$FullyQualifiedDomainName.

                                                                  Contraints: Amazon Route 53 cannot check the health of endpoints for which the IP address is in local, private, non-routable, or multicast ranges. For more information about IP addresses for which you cannot create health checks, see RFC 5735, Special Use IPv4 Addresses and RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space.

                                                                  When the value of Type is CALCULATED or CLOUDWATCH_METRIC, omit IPAddress.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iPAddress", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval that you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                  If the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance will never change.

                                                                  For more information, see HealthCheckConfig$FullyQualifiedDomainName.

                                                                  Contraints: Amazon Route 53 cannot check the health of endpoints for which the IP address is in local, private, non-routable, or multicast ranges. For more information about IP addresses for which you cannot create health checks, see RFC 5735, Special Use IPv4 Addresses and RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space.

                                                                  When the value of Type is CALCULATED or CLOUDWATCH_METRIC, omit IPAddress.

                                                                  \n@param iPAddress The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval that you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                  If the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance will never change.

                                                                  For more information, see HealthCheckConfig$FullyQualifiedDomainName.

                                                                  Contraints: Amazon Route 53 cannot check the health of endpoints for which the IP address is in local, private, non-routable, or multicast ranges. For more information about IP addresses for which you cannot create health checks, see RFC 5735, Special Use IPv4 Addresses and RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space.

                                                                  When the value of Type is CALCULATED or CLOUDWATCH_METRIC, omit IPAddress.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "iPAddress", "variableType" : "String", "documentation" : "

                                                                  The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval that you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                  If the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance will never change.

                                                                  For more information, see HealthCheckConfig$FullyQualifiedDomainName.

                                                                  Contraints: Amazon Route 53 cannot check the health of endpoints for which the IP address is in local, private, non-routable, or multicast ranges. For more information about IP addresses for which you cannot create health checks, see RFC 5735, Special Use IPv4 Addresses and RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space.

                                                                  When the value of Type is CALCULATED or CLOUDWATCH_METRIC, omit IPAddress.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Port", "c2jShape" : "Port", "deprecated" : false, "documentation" : "

                                                                  The port on the endpoint on which you want Amazon Route 53 to perform health checks. Specify a value for Port only when you specify a value for IPAddress.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  The port on the endpoint on which you want Amazon Route 53 to perform health checks. Specify a value for Port only when you specify a value for IPAddress.

                                                                  \n@param port The port on the endpoint on which you want Amazon Route 53 to perform health checks. Specify a value for Port only when you specify a value for IPAddress.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  The port on the endpoint on which you want Amazon Route 53 to perform health checks. Specify a value for Port only when you specify a value for IPAddress.

                                                                  \n@return The port on the endpoint on which you want Amazon Route 53 to perform health checks. Specify a value for Port only when you specify a value for IPAddress.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Port", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Port", "setterDocumentation" : "/**

                                                                  The port on the endpoint on which you want Amazon Route 53 to perform health checks. Specify a value for Port only when you specify a value for IPAddress.

                                                                  \n@param port The port on the endpoint on which you want Amazon Route 53 to perform health checks. Specify a value for Port only when you specify a value for IPAddress.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  The port on the endpoint on which you want Amazon Route 53 to perform health checks. Specify a value for Port only when you specify a value for IPAddress.

                                                                  \n@param port The port on the endpoint on which you want Amazon Route 53 to perform health checks. Specify a value for Port only when you specify a value for IPAddress.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                                  The port on the endpoint on which you want Amazon Route 53 to perform health checks. Specify a value for Port only when you specify a value for IPAddress.

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Type", "c2jShape" : "HealthCheckType", "deprecated" : false, "documentation" : "

                                                                  The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.

                                                                  You can't change the value of Type after you create a health check.

                                                                  You can create the following types of health checks:

                                                                  • HTTP: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                  • HTTPS: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                    If you specify HTTPS for the value of Type, the endpoint must support TLS v1.0 or later.

                                                                  • HTTP_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                  • HTTPS_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                  • TCP: Amazon Route 53 tries to establish a TCP connection.

                                                                  • CLOUDWATCH_METRIC: The health check is associated with a CloudWatch alarm. If the state of the alarm is OK, the health check is considered healthy. If the state is ALARM, the health check is considered unhealthy. If CloudWatch doesn't have sufficient data to determine whether the state is OK or ALARM, the health check status depends on the setting for InsufficientDataHealthStatus: Healthy, Unhealthy, or LastKnownStatus.

                                                                  • CALCULATED: For health checks that monitor the status of other health checks, Amazon Route 53 adds up the number of health checks that Amazon Route 53 health checkers consider to be healthy and compares that number with the value of HealthThreshold.

                                                                  For more information about how Amazon Route 53 determines whether an endpoint is healthy, see the introduction to this topic.

                                                                  ", "enumType" : "HealthCheckType", "fluentSetterDocumentation" : "/**

                                                                  The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.

                                                                  You can't change the value of Type after you create a health check.

                                                                  You can create the following types of health checks:

                                                                  • HTTP: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                  • HTTPS: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                    If you specify HTTPS for the value of Type, the endpoint must support TLS v1.0 or later.

                                                                  • HTTP_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                  • HTTPS_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                  • TCP: Amazon Route 53 tries to establish a TCP connection.

                                                                  • CLOUDWATCH_METRIC: The health check is associated with a CloudWatch alarm. If the state of the alarm is OK, the health check is considered healthy. If the state is ALARM, the health check is considered unhealthy. If CloudWatch doesn't have sufficient data to determine whether the state is OK or ALARM, the health check status depends on the setting for InsufficientDataHealthStatus: Healthy, Unhealthy, or LastKnownStatus.

                                                                  • CALCULATED: For health checks that monitor the status of other health checks, Amazon Route 53 adds up the number of health checks that Amazon Route 53 health checkers consider to be healthy and compares that number with the value of HealthThreshold.

                                                                  For more information about how Amazon Route 53 determines whether an endpoint is healthy, see the introduction to this topic.

                                                                  \n@param type The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.

                                                                  You can't change the value of Type after you create a health check.

                                                                  You can create the following types of health checks:

                                                                  • HTTP: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                  • HTTPS: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                    If you specify HTTPS for the value of Type, the endpoint must support TLS v1.0 or later.

                                                                  • HTTP_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                  • HTTPS_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                  • TCP: Amazon Route 53 tries to establish a TCP connection.

                                                                  • CLOUDWATCH_METRIC: The health check is associated with a CloudWatch alarm. If the state of the alarm is OK, the health check is considered healthy. If the state is ALARM, the health check is considered unhealthy. If CloudWatch doesn't have sufficient data to determine whether the state is OK or ALARM, the health check status depends on the setting for InsufficientDataHealthStatus: Healthy, Unhealthy, or LastKnownStatus.

                                                                  • CALCULATED: For health checks that monitor the status of other health checks, Amazon Route 53 adds up the number of health checks that Amazon Route 53 health checkers consider to be healthy and compares that number with the value of HealthThreshold.

                                                                  For more information about how Amazon Route 53 determines whether an endpoint is healthy, see the introduction to this topic.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckType*/", "getterDocumentation" : "/**

                                                                  The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.

                                                                  You can't change the value of Type after you create a health check.

                                                                  You can create the following types of health checks:

                                                                  • HTTP: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                  • HTTPS: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                    If you specify HTTPS for the value of Type, the endpoint must support TLS v1.0 or later.

                                                                  • HTTP_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                  • HTTPS_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                  • TCP: Amazon Route 53 tries to establish a TCP connection.

                                                                  • CLOUDWATCH_METRIC: The health check is associated with a CloudWatch alarm. If the state of the alarm is OK, the health check is considered healthy. If the state is ALARM, the health check is considered unhealthy. If CloudWatch doesn't have sufficient data to determine whether the state is OK or ALARM, the health check status depends on the setting for InsufficientDataHealthStatus: Healthy, Unhealthy, or LastKnownStatus.

                                                                  • CALCULATED: For health checks that monitor the status of other health checks, Amazon Route 53 adds up the number of health checks that Amazon Route 53 health checkers consider to be healthy and compares that number with the value of HealthThreshold.

                                                                  For more information about how Amazon Route 53 determines whether an endpoint is healthy, see the introduction to this topic.

                                                                  \n@return The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.

                                                                  You can't change the value of Type after you create a health check.

                                                                  You can create the following types of health checks:

                                                                  • HTTP: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                  • HTTPS: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                    If you specify HTTPS for the value of Type, the endpoint must support TLS v1.0 or later.

                                                                  • HTTP_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                  • HTTPS_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                  • TCP: Amazon Route 53 tries to establish a TCP connection.

                                                                  • CLOUDWATCH_METRIC: The health check is associated with a CloudWatch alarm. If the state of the alarm is OK, the health check is considered healthy. If the state is ALARM, the health check is considered unhealthy. If CloudWatch doesn't have sufficient data to determine whether the state is OK or ALARM, the health check status depends on the setting for InsufficientDataHealthStatus: Healthy, Unhealthy, or LastKnownStatus.

                                                                  • CALCULATED: For health checks that monitor the status of other health checks, Amazon Route 53 adds up the number of health checks that Amazon Route 53 health checkers consider to be healthy and compares that number with the value of HealthThreshold.

                                                                  For more information about how Amazon Route 53 determines whether an endpoint is healthy, see the introduction to this topic.\n@see HealthCheckType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**

                                                                  The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.

                                                                  You can't change the value of Type after you create a health check.

                                                                  You can create the following types of health checks:

                                                                  • HTTP: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                  • HTTPS: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                    If you specify HTTPS for the value of Type, the endpoint must support TLS v1.0 or later.

                                                                  • HTTP_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                  • HTTPS_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                  • TCP: Amazon Route 53 tries to establish a TCP connection.

                                                                  • CLOUDWATCH_METRIC: The health check is associated with a CloudWatch alarm. If the state of the alarm is OK, the health check is considered healthy. If the state is ALARM, the health check is considered unhealthy. If CloudWatch doesn't have sufficient data to determine whether the state is OK or ALARM, the health check status depends on the setting for InsufficientDataHealthStatus: Healthy, Unhealthy, or LastKnownStatus.

                                                                  • CALCULATED: For health checks that monitor the status of other health checks, Amazon Route 53 adds up the number of health checks that Amazon Route 53 health checkers consider to be healthy and compares that number with the value of HealthThreshold.

                                                                  For more information about how Amazon Route 53 determines whether an endpoint is healthy, see the introduction to this topic.

                                                                  \n@param type The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.

                                                                  You can't change the value of Type after you create a health check.

                                                                  You can create the following types of health checks:

                                                                  • HTTP: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                  • HTTPS: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                    If you specify HTTPS for the value of Type, the endpoint must support TLS v1.0 or later.

                                                                  • HTTP_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                  • HTTPS_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                  • TCP: Amazon Route 53 tries to establish a TCP connection.

                                                                  • CLOUDWATCH_METRIC: The health check is associated with a CloudWatch alarm. If the state of the alarm is OK, the health check is considered healthy. If the state is ALARM, the health check is considered unhealthy. If CloudWatch doesn't have sufficient data to determine whether the state is OK or ALARM, the health check status depends on the setting for InsufficientDataHealthStatus: Healthy, Unhealthy, or LastKnownStatus.

                                                                  • CALCULATED: For health checks that monitor the status of other health checks, Amazon Route 53 adds up the number of health checks that Amazon Route 53 health checkers consider to be healthy and compares that number with the value of HealthThreshold.

                                                                  For more information about how Amazon Route 53 determines whether an endpoint is healthy, see the introduction to this topic.\n@see HealthCheckType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.

                                                                  You can't change the value of Type after you create a health check.

                                                                  You can create the following types of health checks:

                                                                  • HTTP: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                  • HTTPS: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                    If you specify HTTPS for the value of Type, the endpoint must support TLS v1.0 or later.

                                                                  • HTTP_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                  • HTTPS_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                  • TCP: Amazon Route 53 tries to establish a TCP connection.

                                                                  • CLOUDWATCH_METRIC: The health check is associated with a CloudWatch alarm. If the state of the alarm is OK, the health check is considered healthy. If the state is ALARM, the health check is considered unhealthy. If CloudWatch doesn't have sufficient data to determine whether the state is OK or ALARM, the health check status depends on the setting for InsufficientDataHealthStatus: Healthy, Unhealthy, or LastKnownStatus.

                                                                  • CALCULATED: For health checks that monitor the status of other health checks, Amazon Route 53 adds up the number of health checks that Amazon Route 53 health checkers consider to be healthy and compares that number with the value of HealthThreshold.

                                                                  For more information about how Amazon Route 53 determines whether an endpoint is healthy, see the introduction to this topic.

                                                                  \n@param type The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.

                                                                  You can't change the value of Type after you create a health check.

                                                                  You can create the following types of health checks:

                                                                  • HTTP: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                  • HTTPS: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                    If you specify HTTPS for the value of Type, the endpoint must support TLS v1.0 or later.

                                                                  • HTTP_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                  • HTTPS_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                  • TCP: Amazon Route 53 tries to establish a TCP connection.

                                                                  • CLOUDWATCH_METRIC: The health check is associated with a CloudWatch alarm. If the state of the alarm is OK, the health check is considered healthy. If the state is ALARM, the health check is considered unhealthy. If CloudWatch doesn't have sufficient data to determine whether the state is OK or ALARM, the health check status depends on the setting for InsufficientDataHealthStatus: Healthy, Unhealthy, or LastKnownStatus.

                                                                  • CALCULATED: For health checks that monitor the status of other health checks, Amazon Route 53 adds up the number of health checks that Amazon Route 53 health checkers consider to be healthy and compares that number with the value of HealthThreshold.

                                                                  For more information about how Amazon Route 53 determines whether an endpoint is healthy, see the introduction to this topic.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                  The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.

                                                                  You can't change the value of Type after you create a health check.

                                                                  You can create the following types of health checks:

                                                                  • HTTP: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                  • HTTPS: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                    If you specify HTTPS for the value of Type, the endpoint must support TLS v1.0 or later.

                                                                  • HTTP_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                  • HTTPS_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                  • TCP: Amazon Route 53 tries to establish a TCP connection.

                                                                  • CLOUDWATCH_METRIC: The health check is associated with a CloudWatch alarm. If the state of the alarm is OK, the health check is considered healthy. If the state is ALARM, the health check is considered unhealthy. If CloudWatch doesn't have sufficient data to determine whether the state is OK or ALARM, the health check status depends on the setting for InsufficientDataHealthStatus: Healthy, Unhealthy, or LastKnownStatus.

                                                                  • CALCULATED: For health checks that monitor the status of other health checks, Amazon Route 53 adds up the number of health checks that Amazon Route 53 health checkers consider to be healthy and compares that number with the value of HealthThreshold.

                                                                  For more information about how Amazon Route 53 determines whether an endpoint is healthy, see the introduction to this topic.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourcePath", "c2jShape" : "ResourcePath", "deprecated" : false, "documentation" : "

                                                                  The path, if any, that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example, the file /docs/route53-health-check.html.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  The path, if any, that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example, the file /docs/route53-health-check.html.

                                                                  \n@param resourcePath The path, if any, that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example, the file /docs/route53-health-check.html.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  The path, if any, that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example, the file /docs/route53-health-check.html.

                                                                  \n@return The path, if any, that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example, the file /docs/route53-health-check.html.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourcePath", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourcePath", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourcePath", "setterDocumentation" : "/**

                                                                  The path, if any, that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example, the file /docs/route53-health-check.html.

                                                                  \n@param resourcePath The path, if any, that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example, the file /docs/route53-health-check.html.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourcePath", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  The path, if any, that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example, the file /docs/route53-health-check.html.

                                                                  \n@param resourcePath The path, if any, that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example, the file /docs/route53-health-check.html.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourcePath", "variableType" : "String", "documentation" : "

                                                                  The path, if any, that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example, the file /docs/route53-health-check.html.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FullyQualifiedDomainName", "c2jShape" : "FullyQualifiedDomainName", "deprecated" : false, "documentation" : "

                                                                  Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                  If you specify IPAddress:

                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the website that you are attempting to health check. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the preceding cases.

                                                                  If you don't specify IPAddress:

                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.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 you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                  In addition, if the value that you specify for Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                  If you specify IPAddress:

                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the website that you are attempting to health check. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the preceding cases.

                                                                  If you don't specify IPAddress:

                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.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 you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                  In addition, if the value that you specify for Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.

                                                                  \n@param fullyQualifiedDomainName Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                  If you specify IPAddress:

                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the website that you are attempting to health check. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the preceding cases.

                                                                  If you don't specify IPAddress:

                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.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 you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                  In addition, if the value that you specify for Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                  If you specify IPAddress:

                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the website that you are attempting to health check. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the preceding cases.

                                                                  If you don't specify IPAddress:

                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.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 you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                  In addition, if the value that you specify for Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.

                                                                  \n@return Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                  If you specify IPAddress:

                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the website that you are attempting to health check. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the preceding cases.

                                                                  If you don't specify IPAddress:

                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.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 you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                  In addition, if the value that you specify for Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FullyQualifiedDomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FullyQualifiedDomainName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FullyQualifiedDomainName", "setterDocumentation" : "/**

                                                                  Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                  If you specify IPAddress:

                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the website that you are attempting to health check. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the preceding cases.

                                                                  If you don't specify IPAddress:

                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.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 you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                  In addition, if the value that you specify for Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.

                                                                  \n@param fullyQualifiedDomainName Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                  If you specify IPAddress:

                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the website that you are attempting to health check. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the preceding cases.

                                                                  If you don't specify IPAddress:

                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.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 you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                  In addition, if the value that you specify for Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fullyQualifiedDomainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                  If you specify IPAddress:

                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the website that you are attempting to health check. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the preceding cases.

                                                                  If you don't specify IPAddress:

                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.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 you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                  In addition, if the value that you specify for Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.

                                                                  \n@param fullyQualifiedDomainName Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                  If you specify IPAddress:

                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the website that you are attempting to health check. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the preceding cases.

                                                                  If you don't specify IPAddress:

                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.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 you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                  In addition, if the value that you specify for Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "fullyQualifiedDomainName", "variableType" : "String", "documentation" : "

                                                                  Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                  If you specify IPAddress:

                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the website that you are attempting to health check. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the preceding cases.

                                                                  If you don't specify IPAddress:

                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.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 you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                  In addition, if the value that you specify for Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SearchString", "c2jShape" : "SearchString", "deprecated" : false, "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.

                                                                  ", "enumType" : null, "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.

                                                                  \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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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.

                                                                  \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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchString", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchString", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchString", "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.

                                                                  \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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "searchString", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.

                                                                  \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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "searchString", "variableType" : "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.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RequestInterval", "c2jShape" : "RequestInterval", "deprecated" : false, "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.

                                                                  You can't change the value of RequestInterval after you create a health check.

                                                                  ", "enumType" : null, "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.

                                                                  You can't change the value of RequestInterval after you create a health check.

                                                                  \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.

                                                                  You can't change the value of RequestInterval after you create a health check.

                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "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.

                                                                  You can't change the value of RequestInterval after you create a health check.

                                                                  \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.

                                                                  You can't change the value of RequestInterval after you create a health check.

                                                                  */", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RequestInterval", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RequestInterval", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RequestInterval", "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.

                                                                  You can't change the value of RequestInterval after you create a health check.

                                                                  \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.

                                                                  You can't change the value of RequestInterval after you create a health check.

                                                                  */", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "requestInterval", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.

                                                                  You can't change the value of RequestInterval after you create a health check.

                                                                  \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.

                                                                  You can't change the value of RequestInterval after you create a health check.

                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "requestInterval", "variableType" : "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.

                                                                  You can't change the value of RequestInterval after you create a health check.

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FailureThreshold", "c2jShape" : "FailureThreshold", "deprecated" : false, "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. For more information, see How Amazon Route 53 Determines Whether an Endpoint Is Healthy in the Amazon Route 53 Developer Guide.

                                                                  ", "enumType" : null, "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. 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. 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.*/", "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. 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. For more information, see How Amazon Route 53 Determines Whether an Endpoint Is Healthy in the Amazon Route 53 Developer Guide.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FailureThreshold", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FailureThreshold", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FailureThreshold", "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. 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. For more information, see How Amazon Route 53 Determines Whether an Endpoint Is Healthy in the Amazon Route 53 Developer Guide.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "failureThreshold", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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. 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. 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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "failureThreshold", "variableType" : "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. 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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MeasureLatency", "c2jShape" : "MeasureLatency", "deprecated" : false, "documentation" : "

                                                                  Specify 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 on the Health Checks page in the Amazon Route 53 console.

                                                                  You can't change the value of MeasureLatency after you create a health check.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  Specify 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 on the Health Checks page in the Amazon Route 53 console.

                                                                  You can't change the value of MeasureLatency after you create a health check.

                                                                  \n@param measureLatency Specify 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 on the Health Checks page in the Amazon Route 53 console.

                                                                  You can't change the value of MeasureLatency after you create a health check.

                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  Specify 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 on the Health Checks page in the Amazon Route 53 console.

                                                                  You can't change the value of MeasureLatency after you create a health check.

                                                                  \n@return Specify 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 on the Health Checks page in the Amazon Route 53 console.

                                                                  You can't change the value of MeasureLatency after you create a health check.

                                                                  */", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MeasureLatency", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MeasureLatency", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MeasureLatency", "setterDocumentation" : "/**

                                                                  Specify 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 on the Health Checks page in the Amazon Route 53 console.

                                                                  You can't change the value of MeasureLatency after you create a health check.

                                                                  \n@param measureLatency Specify 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 on the Health Checks page in the Amazon Route 53 console.

                                                                  You can't change the value of MeasureLatency after you create a health check.

                                                                  */", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "measureLatency", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  Specify 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 on the Health Checks page in the Amazon Route 53 console.

                                                                  You can't change the value of MeasureLatency after you create a health check.

                                                                  \n@param measureLatency Specify 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 on the Health Checks page in the Amazon Route 53 console.

                                                                  You can't change the value of MeasureLatency after you create a health check.

                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "measureLatency", "variableType" : "Boolean", "documentation" : "

                                                                  Specify 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 on the Health Checks page in the Amazon Route 53 console.

                                                                  You can't change the value of MeasureLatency after you create a health check.

                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Inverted", "c2jShape" : "Inverted", "deprecated" : false, "documentation" : "

                                                                  Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.

                                                                  \n@param inverted Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.

                                                                  \n@return Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Inverted", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Inverted", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Inverted", "setterDocumentation" : "/**

                                                                  Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.

                                                                  \n@param inverted Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "inverted", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.

                                                                  \n@param inverted Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "inverted", "variableType" : "Boolean", "documentation" : "

                                                                  Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.

                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthThreshold", "c2jShape" : "HealthThreshold", "deprecated" : false, "documentation" : "

                                                                  The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the HealthCheckConfig$ChildHealthChecks and HealthCheckConfig$ChildHealthChecks elements.

                                                                  Note the following:

                                                                  • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                  • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the HealthCheckConfig$ChildHealthChecks and HealthCheckConfig$ChildHealthChecks elements.

                                                                  Note the following:

                                                                  • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                  • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                  \n@param healthThreshold The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the HealthCheckConfig$ChildHealthChecks and HealthCheckConfig$ChildHealthChecks elements.

                                                                  Note the following:

                                                                  • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                  • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                    The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the HealthCheckConfig$ChildHealthChecks and HealthCheckConfig$ChildHealthChecks elements.

                                                                    Note the following:

                                                                    • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                    • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                    \n@return The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the HealthCheckConfig$ChildHealthChecks and HealthCheckConfig$ChildHealthChecks elements.

                                                                    Note the following:

                                                                    • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                    • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                    • */", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthThreshold", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthThreshold", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthThreshold", "setterDocumentation" : "/**

                                                                      The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the HealthCheckConfig$ChildHealthChecks and HealthCheckConfig$ChildHealthChecks elements.

                                                                      Note the following:

                                                                      • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                      • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                      \n@param healthThreshold The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the HealthCheckConfig$ChildHealthChecks and HealthCheckConfig$ChildHealthChecks elements.

                                                                      Note the following:

                                                                      • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                      • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                      • */", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthThreshold", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                        The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the HealthCheckConfig$ChildHealthChecks and HealthCheckConfig$ChildHealthChecks elements.

                                                                        Note the following:

                                                                        • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                        • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                        \n@param healthThreshold The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the HealthCheckConfig$ChildHealthChecks and HealthCheckConfig$ChildHealthChecks elements.

                                                                        Note the following:

                                                                        • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                        • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthThreshold", "variableType" : "Integer", "documentation" : "

                                                                          The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the HealthCheckConfig$ChildHealthChecks and HealthCheckConfig$ChildHealthChecks elements.

                                                                          Note the following:

                                                                          • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                          • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ChildHealthChecks", "c2jShape" : "ChildHealthCheckList", "deprecated" : false, "documentation" : "

                                                                          (CALCULATED Health Checks Only) A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.

                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                          (CALCULATED Health Checks Only) A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.

                                                                          \n@param childHealthChecks (CALCULATED Health Checks Only) A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                          (CALCULATED Health Checks Only) A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.

                                                                          \n@return (CALCULATED Health Checks Only) A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChildHealthChecks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChildHealthChecks", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "HealthCheckId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChildHealthCheck", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChildHealthCheck", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ChildHealthCheck", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ChildHealthChecks", "setterDocumentation" : "/**

                                                                          (CALCULATED Health Checks Only) A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.

                                                                          \n@param childHealthChecks (CALCULATED Health Checks Only) A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "childHealthChecks", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                          (CALCULATED Health Checks Only) A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.

                                                                          \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 (CALCULATED Health Checks Only) A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "childHealthChecks", "variableType" : "java.util.List", "documentation" : "

                                                                          (CALCULATED Health Checks Only) A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.

                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EnableSNI", "c2jShape" : "EnableSNI", "deprecated" : false, "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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                          Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                          The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.

                                                                          ", "enumType" : null, "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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                          Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                          The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.

                                                                          \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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                          Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                          The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                          Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                          The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.

                                                                          \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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                          Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                          The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EnableSNI", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EnableSNI", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EnableSNI", "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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                          Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                          The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.

                                                                          \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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                          Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                          The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableSNI", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                          Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                          The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.

                                                                          \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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                          Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                          The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableSNI", "variableType" : "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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                          Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                          The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.

                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Regions", "c2jShape" : "HealthCheckRegionList", "deprecated" : false, "documentation" : "

                                                                          A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.

                                                                          ", "enumType" : "HealthCheckRegion", "fluentSetterDocumentation" : "/**

                                                                          A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.

                                                                          \n@param regions A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "getterDocumentation" : "/**

                                                                          A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.

                                                                          \n@return A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.\n@see HealthCheckRegion*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Regions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Regions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "HealthCheckRegion", "deprecated" : false, "documentation" : "", "enumType" : "HealthCheckRegion", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "getterDocumentation" : "/**\n@return \n@see HealthCheckRegion*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Region", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Region", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see HealthCheckRegion*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Region", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Regions", "setterDocumentation" : "/**

                                                                          A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.

                                                                          \n@param regions A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.\n@see HealthCheckRegion*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "regions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                          A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.

                                                                          \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 complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "regions", "variableType" : "java.util.List", "documentation" : "

                                                                          A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.

                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AlarmIdentifier", "c2jShape" : "AlarmIdentifier", "deprecated" : false, "documentation" : "

                                                                          A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                          A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

                                                                          \n@param alarmIdentifier A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                          A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

                                                                          \n@return A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.*/", "getterModel" : { "returnType" : "AlarmIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AlarmIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AlarmIdentifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AlarmIdentifier", "setterDocumentation" : "/**

                                                                          A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

                                                                          \n@param alarmIdentifier A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.*/", "setterModel" : { "variableDeclarationType" : "AlarmIdentifier", "variableName" : "alarmIdentifier", "variableType" : "AlarmIdentifier", "documentation" : "", "simpleType" : "AlarmIdentifier", "variableSetterType" : "AlarmIdentifier" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                          A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

                                                                          \n@param alarmIdentifier A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AlarmIdentifier", "variableName" : "alarmIdentifier", "variableType" : "AlarmIdentifier", "documentation" : "

                                                                          A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

                                                                          ", "simpleType" : "AlarmIdentifier", "variableSetterType" : "AlarmIdentifier" }, "xmlNameSpaceUri" : null }, { "c2jName" : "InsufficientDataHealthStatus", "c2jShape" : "InsufficientDataHealthStatus", "deprecated" : false, "documentation" : "

                                                                          When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:

                                                                          • Healthy: Amazon Route 53 considers the health check to be healthy.

                                                                          • Unhealthy: Amazon Route 53 considers the health check to be unhealthy.

                                                                          • LastKnownStatus: Amazon Route 53uses the status of the health check from the last time CloudWatch had sufficient data to determine the alarm state. For new health checks that have no last known status, the default status for the health check is healthy.

                                                                          ", "enumType" : "InsufficientDataHealthStatus", "fluentSetterDocumentation" : "/**

                                                                          When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:

                                                                          • Healthy: Amazon Route 53 considers the health check to be healthy.

                                                                          • Unhealthy: Amazon Route 53 considers the health check to be unhealthy.

                                                                          • LastKnownStatus: Amazon Route 53uses the status of the health check from the last time CloudWatch had sufficient data to determine the alarm state. For new health checks that have no last known status, the default status for the health check is healthy.

                                                                          \n@param insufficientDataHealthStatus When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:

                                                                          • Healthy: Amazon Route 53 considers the health check to be healthy.

                                                                          • Unhealthy: Amazon Route 53 considers the health check to be unhealthy.

                                                                          • LastKnownStatus: Amazon Route 53uses the status of the health check from the last time CloudWatch had sufficient data to determine the alarm state. For new health checks that have no last known status, the default status for the health check is healthy.

                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see InsufficientDataHealthStatus*/", "getterDocumentation" : "/**

                                                                            When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:

                                                                            • Healthy: Amazon Route 53 considers the health check to be healthy.

                                                                            • Unhealthy: Amazon Route 53 considers the health check to be unhealthy.

                                                                            • LastKnownStatus: Amazon Route 53uses the status of the health check from the last time CloudWatch had sufficient data to determine the alarm state. For new health checks that have no last known status, the default status for the health check is healthy.

                                                                            \n@return When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:

                                                                            • Healthy: Amazon Route 53 considers the health check to be healthy.

                                                                            • Unhealthy: Amazon Route 53 considers the health check to be unhealthy.

                                                                            • LastKnownStatus: Amazon Route 53uses the status of the health check from the last time CloudWatch had sufficient data to determine the alarm state. For new health checks that have no last known status, the default status for the health check is healthy.

                                                                            • \n@see InsufficientDataHealthStatus*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InsufficientDataHealthStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InsufficientDataHealthStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InsufficientDataHealthStatus", "setterDocumentation" : "/**

                                                                              When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:

                                                                              • Healthy: Amazon Route 53 considers the health check to be healthy.

                                                                              • Unhealthy: Amazon Route 53 considers the health check to be unhealthy.

                                                                              • LastKnownStatus: Amazon Route 53uses the status of the health check from the last time CloudWatch had sufficient data to determine the alarm state. For new health checks that have no last known status, the default status for the health check is healthy.

                                                                              \n@param insufficientDataHealthStatus When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:

                                                                              • Healthy: Amazon Route 53 considers the health check to be healthy.

                                                                              • Unhealthy: Amazon Route 53 considers the health check to be unhealthy.

                                                                              • LastKnownStatus: Amazon Route 53uses the status of the health check from the last time CloudWatch had sufficient data to determine the alarm state. For new health checks that have no last known status, the default status for the health check is healthy.

                                                                              • \n@see InsufficientDataHealthStatus*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "insufficientDataHealthStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:

                                                                                • Healthy: Amazon Route 53 considers the health check to be healthy.

                                                                                • Unhealthy: Amazon Route 53 considers the health check to be unhealthy.

                                                                                • LastKnownStatus: Amazon Route 53uses the status of the health check from the last time CloudWatch had sufficient data to determine the alarm state. For new health checks that have no last known status, the default status for the health check is healthy.

                                                                                \n@param insufficientDataHealthStatus When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:

                                                                                • Healthy: Amazon Route 53 considers the health check to be healthy.

                                                                                • Unhealthy: Amazon Route 53 considers the health check to be unhealthy.

                                                                                • LastKnownStatus: Amazon Route 53uses the status of the health check from the last time CloudWatch had sufficient data to determine the alarm state. For new health checks that have no last known status, the default status for the health check is healthy.

                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see InsufficientDataHealthStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "insufficientDataHealthStatus", "variableType" : "String", "documentation" : "

                                                                                  When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:

                                                                                  • Healthy: Amazon Route 53 considers the health check to be healthy.

                                                                                  • Unhealthy: Amazon Route 53 considers the health check to be unhealthy.

                                                                                  • LastKnownStatus: Amazon Route 53uses the status of the health check from the last time CloudWatch had sufficient data to determine the alarm state. For new health checks that have no last known status, the default status for the health check is healthy.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AlarmIdentifier" : { "c2jName" : "AlarmIdentifier", "c2jShape" : "AlarmIdentifier", "deprecated" : false, "documentation" : "

                                                                                  A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

                                                                                  \n@param alarmIdentifier A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                  A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

                                                                                  \n@return A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.*/", "getterModel" : { "returnType" : "AlarmIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AlarmIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AlarmIdentifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AlarmIdentifier", "setterDocumentation" : "/**

                                                                                  A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

                                                                                  \n@param alarmIdentifier A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.*/", "setterModel" : { "variableDeclarationType" : "AlarmIdentifier", "variableName" : "alarmIdentifier", "variableType" : "AlarmIdentifier", "documentation" : "", "simpleType" : "AlarmIdentifier", "variableSetterType" : "AlarmIdentifier" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                  A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

                                                                                  \n@param alarmIdentifier A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AlarmIdentifier", "variableName" : "alarmIdentifier", "variableType" : "AlarmIdentifier", "documentation" : "

                                                                                  A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

                                                                                  ", "simpleType" : "AlarmIdentifier", "variableSetterType" : "AlarmIdentifier" }, "xmlNameSpaceUri" : null }, "ChildHealthChecks" : { "c2jName" : "ChildHealthChecks", "c2jShape" : "ChildHealthCheckList", "deprecated" : false, "documentation" : "

                                                                                  (CALCULATED Health Checks Only) A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  (CALCULATED Health Checks Only) A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.

                                                                                  \n@param childHealthChecks (CALCULATED Health Checks Only) A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                  (CALCULATED Health Checks Only) A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.

                                                                                  \n@return (CALCULATED Health Checks Only) A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChildHealthChecks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChildHealthChecks", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "HealthCheckId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChildHealthCheck", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChildHealthCheck", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ChildHealthCheck", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ChildHealthChecks", "setterDocumentation" : "/**

                                                                                  (CALCULATED Health Checks Only) A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.

                                                                                  \n@param childHealthChecks (CALCULATED Health Checks Only) A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "childHealthChecks", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                  (CALCULATED Health Checks Only) A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.

                                                                                  \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 (CALCULATED Health Checks Only) A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "childHealthChecks", "variableType" : "java.util.List", "documentation" : "

                                                                                  (CALCULATED Health Checks Only) A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.

                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "EnableSNI" : { "c2jName" : "EnableSNI", "c2jShape" : "EnableSNI", "deprecated" : false, "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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.

                                                                                  ", "enumType" : null, "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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.

                                                                                  \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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.

                                                                                  \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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EnableSNI", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EnableSNI", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EnableSNI", "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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.

                                                                                  \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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableSNI", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.

                                                                                  \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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableSNI", "variableType" : "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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.

                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "FailureThreshold" : { "c2jName" : "FailureThreshold", "c2jShape" : "FailureThreshold", "deprecated" : false, "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. For more information, see How Amazon Route 53 Determines Whether an Endpoint Is Healthy in the Amazon Route 53 Developer Guide.

                                                                                  ", "enumType" : null, "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. 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. 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.*/", "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. 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. For more information, see How Amazon Route 53 Determines Whether an Endpoint Is Healthy in the Amazon Route 53 Developer Guide.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FailureThreshold", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FailureThreshold", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FailureThreshold", "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. 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. For more information, see How Amazon Route 53 Determines Whether an Endpoint Is Healthy in the Amazon Route 53 Developer Guide.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "failureThreshold", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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. 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. 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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "failureThreshold", "variableType" : "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. 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" }, "xmlNameSpaceUri" : null }, "FullyQualifiedDomainName" : { "c2jName" : "FullyQualifiedDomainName", "c2jShape" : "FullyQualifiedDomainName", "deprecated" : false, "documentation" : "

                                                                                  Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                  If you specify IPAddress:

                                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the website that you are attempting to health check. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the preceding cases.

                                                                                  If you don't specify IPAddress:

                                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.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 you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                  In addition, if the value that you specify for Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                  If you specify IPAddress:

                                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the website that you are attempting to health check. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the preceding cases.

                                                                                  If you don't specify IPAddress:

                                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.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 you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                  In addition, if the value that you specify for Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.

                                                                                  \n@param fullyQualifiedDomainName Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                  If you specify IPAddress:

                                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the website that you are attempting to health check. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the preceding cases.

                                                                                  If you don't specify IPAddress:

                                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.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 you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                  In addition, if the value that you specify for Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                  Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                  If you specify IPAddress:

                                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the website that you are attempting to health check. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the preceding cases.

                                                                                  If you don't specify IPAddress:

                                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.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 you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                  In addition, if the value that you specify for Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.

                                                                                  \n@return Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                  If you specify IPAddress:

                                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the website that you are attempting to health check. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the preceding cases.

                                                                                  If you don't specify IPAddress:

                                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.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 you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                  In addition, if the value that you specify for Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FullyQualifiedDomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FullyQualifiedDomainName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FullyQualifiedDomainName", "setterDocumentation" : "/**

                                                                                  Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                  If you specify IPAddress:

                                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the website that you are attempting to health check. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the preceding cases.

                                                                                  If you don't specify IPAddress:

                                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.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 you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                  In addition, if the value that you specify for Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.

                                                                                  \n@param fullyQualifiedDomainName Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                  If you specify IPAddress:

                                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the website that you are attempting to health check. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the preceding cases.

                                                                                  If you don't specify IPAddress:

                                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.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 you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                  In addition, if the value that you specify for Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fullyQualifiedDomainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                  If you specify IPAddress:

                                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the website that you are attempting to health check. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the preceding cases.

                                                                                  If you don't specify IPAddress:

                                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.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 you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                  In addition, if the value that you specify for Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.

                                                                                  \n@param fullyQualifiedDomainName Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                  If you specify IPAddress:

                                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the website that you are attempting to health check. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the preceding cases.

                                                                                  If you don't specify IPAddress:

                                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.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 you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                  In addition, if the value that you specify for Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "fullyQualifiedDomainName", "variableType" : "String", "documentation" : "

                                                                                  Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                  If you specify IPAddress:

                                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the website that you are attempting to health check. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the preceding cases.

                                                                                  If you don't specify IPAddress:

                                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.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 you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                  In addition, if the value that you specify for Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HealthThreshold" : { "c2jName" : "HealthThreshold", "c2jShape" : "HealthThreshold", "deprecated" : false, "documentation" : "

                                                                                  The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the HealthCheckConfig$ChildHealthChecks and HealthCheckConfig$ChildHealthChecks elements.

                                                                                  Note the following:

                                                                                  • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                  • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the HealthCheckConfig$ChildHealthChecks and HealthCheckConfig$ChildHealthChecks elements.

                                                                                  Note the following:

                                                                                  • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                  • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                  \n@param healthThreshold The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the HealthCheckConfig$ChildHealthChecks and HealthCheckConfig$ChildHealthChecks elements.

                                                                                  Note the following:

                                                                                  • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                  • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                    The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the HealthCheckConfig$ChildHealthChecks and HealthCheckConfig$ChildHealthChecks elements.

                                                                                    Note the following:

                                                                                    • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                    • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                    \n@return The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the HealthCheckConfig$ChildHealthChecks and HealthCheckConfig$ChildHealthChecks elements.

                                                                                    Note the following:

                                                                                    • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                    • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                    • */", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthThreshold", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthThreshold", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthThreshold", "setterDocumentation" : "/**

                                                                                      The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the HealthCheckConfig$ChildHealthChecks and HealthCheckConfig$ChildHealthChecks elements.

                                                                                      Note the following:

                                                                                      • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                      • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                      \n@param healthThreshold The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the HealthCheckConfig$ChildHealthChecks and HealthCheckConfig$ChildHealthChecks elements.

                                                                                      Note the following:

                                                                                      • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                      • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                      • */", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthThreshold", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                        The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the HealthCheckConfig$ChildHealthChecks and HealthCheckConfig$ChildHealthChecks elements.

                                                                                        Note the following:

                                                                                        • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                        • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                        \n@param healthThreshold The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the HealthCheckConfig$ChildHealthChecks and HealthCheckConfig$ChildHealthChecks elements.

                                                                                        Note the following:

                                                                                        • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                        • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthThreshold", "variableType" : "Integer", "documentation" : "

                                                                                          The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the HealthCheckConfig$ChildHealthChecks and HealthCheckConfig$ChildHealthChecks elements.

                                                                                          Note the following:

                                                                                          • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                          • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "IPAddress" : { "c2jName" : "IPAddress", "c2jShape" : "IPAddress", "deprecated" : false, "documentation" : "

                                                                                          The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval that you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                          If the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance will never change.

                                                                                          For more information, see HealthCheckConfig$FullyQualifiedDomainName.

                                                                                          Contraints: Amazon Route 53 cannot check the health of endpoints for which the IP address is in local, private, non-routable, or multicast ranges. For more information about IP addresses for which you cannot create health checks, see RFC 5735, Special Use IPv4 Addresses and RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space.

                                                                                          When the value of Type is CALCULATED or CLOUDWATCH_METRIC, omit IPAddress.

                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                          The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval that you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                          If the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance will never change.

                                                                                          For more information, see HealthCheckConfig$FullyQualifiedDomainName.

                                                                                          Contraints: Amazon Route 53 cannot check the health of endpoints for which the IP address is in local, private, non-routable, or multicast ranges. For more information about IP addresses for which you cannot create health checks, see RFC 5735, Special Use IPv4 Addresses and RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space.

                                                                                          When the value of Type is CALCULATED or CLOUDWATCH_METRIC, omit IPAddress.

                                                                                          \n@param iPAddress The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval that you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                          If the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance will never change.

                                                                                          For more information, see HealthCheckConfig$FullyQualifiedDomainName.

                                                                                          Contraints: Amazon Route 53 cannot check the health of endpoints for which the IP address is in local, private, non-routable, or multicast ranges. For more information about IP addresses for which you cannot create health checks, see RFC 5735, Special Use IPv4 Addresses and RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space.

                                                                                          When the value of Type is CALCULATED or CLOUDWATCH_METRIC, omit IPAddress.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                          The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval that you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                          If the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance will never change.

                                                                                          For more information, see HealthCheckConfig$FullyQualifiedDomainName.

                                                                                          Contraints: Amazon Route 53 cannot check the health of endpoints for which the IP address is in local, private, non-routable, or multicast ranges. For more information about IP addresses for which you cannot create health checks, see RFC 5735, Special Use IPv4 Addresses and RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space.

                                                                                          When the value of Type is CALCULATED or CLOUDWATCH_METRIC, omit IPAddress.

                                                                                          \n@return The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval that you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                          If the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance will never change.

                                                                                          For more information, see HealthCheckConfig$FullyQualifiedDomainName.

                                                                                          Contraints: Amazon Route 53 cannot check the health of endpoints for which the IP address is in local, private, non-routable, or multicast ranges. For more information about IP addresses for which you cannot create health checks, see RFC 5735, Special Use IPv4 Addresses and RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space.

                                                                                          When the value of Type is CALCULATED or CLOUDWATCH_METRIC, omit IPAddress.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IPAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IPAddress", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IPAddress", "setterDocumentation" : "/**

                                                                                          The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval that you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                          If the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance will never change.

                                                                                          For more information, see HealthCheckConfig$FullyQualifiedDomainName.

                                                                                          Contraints: Amazon Route 53 cannot check the health of endpoints for which the IP address is in local, private, non-routable, or multicast ranges. For more information about IP addresses for which you cannot create health checks, see RFC 5735, Special Use IPv4 Addresses and RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space.

                                                                                          When the value of Type is CALCULATED or CLOUDWATCH_METRIC, omit IPAddress.

                                                                                          \n@param iPAddress The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval that you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                          If the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance will never change.

                                                                                          For more information, see HealthCheckConfig$FullyQualifiedDomainName.

                                                                                          Contraints: Amazon Route 53 cannot check the health of endpoints for which the IP address is in local, private, non-routable, or multicast ranges. For more information about IP addresses for which you cannot create health checks, see RFC 5735, Special Use IPv4 Addresses and RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space.

                                                                                          When the value of Type is CALCULATED or CLOUDWATCH_METRIC, omit IPAddress.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iPAddress", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                          The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval that you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                          If the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance will never change.

                                                                                          For more information, see HealthCheckConfig$FullyQualifiedDomainName.

                                                                                          Contraints: Amazon Route 53 cannot check the health of endpoints for which the IP address is in local, private, non-routable, or multicast ranges. For more information about IP addresses for which you cannot create health checks, see RFC 5735, Special Use IPv4 Addresses and RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space.

                                                                                          When the value of Type is CALCULATED or CLOUDWATCH_METRIC, omit IPAddress.

                                                                                          \n@param iPAddress The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval that you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                          If the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance will never change.

                                                                                          For more information, see HealthCheckConfig$FullyQualifiedDomainName.

                                                                                          Contraints: Amazon Route 53 cannot check the health of endpoints for which the IP address is in local, private, non-routable, or multicast ranges. For more information about IP addresses for which you cannot create health checks, see RFC 5735, Special Use IPv4 Addresses and RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space.

                                                                                          When the value of Type is CALCULATED or CLOUDWATCH_METRIC, omit IPAddress.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "iPAddress", "variableType" : "String", "documentation" : "

                                                                                          The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval that you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                          If the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance will never change.

                                                                                          For more information, see HealthCheckConfig$FullyQualifiedDomainName.

                                                                                          Contraints: Amazon Route 53 cannot check the health of endpoints for which the IP address is in local, private, non-routable, or multicast ranges. For more information about IP addresses for which you cannot create health checks, see RFC 5735, Special Use IPv4 Addresses and RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space.

                                                                                          When the value of Type is CALCULATED or CLOUDWATCH_METRIC, omit IPAddress.

                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "InsufficientDataHealthStatus" : { "c2jName" : "InsufficientDataHealthStatus", "c2jShape" : "InsufficientDataHealthStatus", "deprecated" : false, "documentation" : "

                                                                                          When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:

                                                                                          • Healthy: Amazon Route 53 considers the health check to be healthy.

                                                                                          • Unhealthy: Amazon Route 53 considers the health check to be unhealthy.

                                                                                          • LastKnownStatus: Amazon Route 53uses the status of the health check from the last time CloudWatch had sufficient data to determine the alarm state. For new health checks that have no last known status, the default status for the health check is healthy.

                                                                                          ", "enumType" : "InsufficientDataHealthStatus", "fluentSetterDocumentation" : "/**

                                                                                          When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:

                                                                                          • Healthy: Amazon Route 53 considers the health check to be healthy.

                                                                                          • Unhealthy: Amazon Route 53 considers the health check to be unhealthy.

                                                                                          • LastKnownStatus: Amazon Route 53uses the status of the health check from the last time CloudWatch had sufficient data to determine the alarm state. For new health checks that have no last known status, the default status for the health check is healthy.

                                                                                          \n@param insufficientDataHealthStatus When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:

                                                                                          • Healthy: Amazon Route 53 considers the health check to be healthy.

                                                                                          • Unhealthy: Amazon Route 53 considers the health check to be unhealthy.

                                                                                          • LastKnownStatus: Amazon Route 53uses the status of the health check from the last time CloudWatch had sufficient data to determine the alarm state. For new health checks that have no last known status, the default status for the health check is healthy.

                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see InsufficientDataHealthStatus*/", "getterDocumentation" : "/**

                                                                                            When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:

                                                                                            • Healthy: Amazon Route 53 considers the health check to be healthy.

                                                                                            • Unhealthy: Amazon Route 53 considers the health check to be unhealthy.

                                                                                            • LastKnownStatus: Amazon Route 53uses the status of the health check from the last time CloudWatch had sufficient data to determine the alarm state. For new health checks that have no last known status, the default status for the health check is healthy.

                                                                                            \n@return When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:

                                                                                            • Healthy: Amazon Route 53 considers the health check to be healthy.

                                                                                            • Unhealthy: Amazon Route 53 considers the health check to be unhealthy.

                                                                                            • LastKnownStatus: Amazon Route 53uses the status of the health check from the last time CloudWatch had sufficient data to determine the alarm state. For new health checks that have no last known status, the default status for the health check is healthy.

                                                                                            • \n@see InsufficientDataHealthStatus*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InsufficientDataHealthStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InsufficientDataHealthStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InsufficientDataHealthStatus", "setterDocumentation" : "/**

                                                                                              When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:

                                                                                              • Healthy: Amazon Route 53 considers the health check to be healthy.

                                                                                              • Unhealthy: Amazon Route 53 considers the health check to be unhealthy.

                                                                                              • LastKnownStatus: Amazon Route 53uses the status of the health check from the last time CloudWatch had sufficient data to determine the alarm state. For new health checks that have no last known status, the default status for the health check is healthy.

                                                                                              \n@param insufficientDataHealthStatus When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:

                                                                                              • Healthy: Amazon Route 53 considers the health check to be healthy.

                                                                                              • Unhealthy: Amazon Route 53 considers the health check to be unhealthy.

                                                                                              • LastKnownStatus: Amazon Route 53uses the status of the health check from the last time CloudWatch had sufficient data to determine the alarm state. For new health checks that have no last known status, the default status for the health check is healthy.

                                                                                              • \n@see InsufficientDataHealthStatus*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "insufficientDataHealthStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:

                                                                                                • Healthy: Amazon Route 53 considers the health check to be healthy.

                                                                                                • Unhealthy: Amazon Route 53 considers the health check to be unhealthy.

                                                                                                • LastKnownStatus: Amazon Route 53uses the status of the health check from the last time CloudWatch had sufficient data to determine the alarm state. For new health checks that have no last known status, the default status for the health check is healthy.

                                                                                                \n@param insufficientDataHealthStatus When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:

                                                                                                • Healthy: Amazon Route 53 considers the health check to be healthy.

                                                                                                • Unhealthy: Amazon Route 53 considers the health check to be unhealthy.

                                                                                                • LastKnownStatus: Amazon Route 53uses the status of the health check from the last time CloudWatch had sufficient data to determine the alarm state. For new health checks that have no last known status, the default status for the health check is healthy.

                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see InsufficientDataHealthStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "insufficientDataHealthStatus", "variableType" : "String", "documentation" : "

                                                                                                  When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:

                                                                                                  • Healthy: Amazon Route 53 considers the health check to be healthy.

                                                                                                  • Unhealthy: Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  • LastKnownStatus: Amazon Route 53uses the status of the health check from the last time CloudWatch had sufficient data to determine the alarm state. For new health checks that have no last known status, the default status for the health check is healthy.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Inverted" : { "c2jName" : "Inverted", "c2jShape" : "Inverted", "deprecated" : false, "documentation" : "

                                                                                                  Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.

                                                                                                  \n@param inverted Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.

                                                                                                  \n@return Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Inverted", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Inverted", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Inverted", "setterDocumentation" : "/**

                                                                                                  Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.

                                                                                                  \n@param inverted Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "inverted", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.

                                                                                                  \n@param inverted Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "inverted", "variableType" : "Boolean", "documentation" : "

                                                                                                  Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "MeasureLatency" : { "c2jName" : "MeasureLatency", "c2jShape" : "MeasureLatency", "deprecated" : false, "documentation" : "

                                                                                                  Specify 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 on the Health Checks page in the Amazon Route 53 console.

                                                                                                  You can't change the value of MeasureLatency after you create a health check.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  Specify 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 on the Health Checks page in the Amazon Route 53 console.

                                                                                                  You can't change the value of MeasureLatency after you create a health check.

                                                                                                  \n@param measureLatency Specify 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 on the Health Checks page in the Amazon Route 53 console.

                                                                                                  You can't change the value of MeasureLatency after you create a health check.

                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  Specify 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 on the Health Checks page in the Amazon Route 53 console.

                                                                                                  You can't change the value of MeasureLatency after you create a health check.

                                                                                                  \n@return Specify 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 on the Health Checks page in the Amazon Route 53 console.

                                                                                                  You can't change the value of MeasureLatency after you create a health check.

                                                                                                  */", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MeasureLatency", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MeasureLatency", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MeasureLatency", "setterDocumentation" : "/**

                                                                                                  Specify 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 on the Health Checks page in the Amazon Route 53 console.

                                                                                                  You can't change the value of MeasureLatency after you create a health check.

                                                                                                  \n@param measureLatency Specify 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 on the Health Checks page in the Amazon Route 53 console.

                                                                                                  You can't change the value of MeasureLatency after you create a health check.

                                                                                                  */", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "measureLatency", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  Specify 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 on the Health Checks page in the Amazon Route 53 console.

                                                                                                  You can't change the value of MeasureLatency after you create a health check.

                                                                                                  \n@param measureLatency Specify 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 on the Health Checks page in the Amazon Route 53 console.

                                                                                                  You can't change the value of MeasureLatency after you create a health check.

                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "measureLatency", "variableType" : "Boolean", "documentation" : "

                                                                                                  Specify 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 on the Health Checks page in the Amazon Route 53 console.

                                                                                                  You can't change the value of MeasureLatency after you create a health check.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Port" : { "c2jName" : "Port", "c2jShape" : "Port", "deprecated" : false, "documentation" : "

                                                                                                  The port on the endpoint on which you want Amazon Route 53 to perform health checks. Specify a value for Port only when you specify a value for IPAddress.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The port on the endpoint on which you want Amazon Route 53 to perform health checks. Specify a value for Port only when you specify a value for IPAddress.

                                                                                                  \n@param port The port on the endpoint on which you want Amazon Route 53 to perform health checks. Specify a value for Port only when you specify a value for IPAddress.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  The port on the endpoint on which you want Amazon Route 53 to perform health checks. Specify a value for Port only when you specify a value for IPAddress.

                                                                                                  \n@return The port on the endpoint on which you want Amazon Route 53 to perform health checks. Specify a value for Port only when you specify a value for IPAddress.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Port", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Port", "setterDocumentation" : "/**

                                                                                                  The port on the endpoint on which you want Amazon Route 53 to perform health checks. Specify a value for Port only when you specify a value for IPAddress.

                                                                                                  \n@param port The port on the endpoint on which you want Amazon Route 53 to perform health checks. Specify a value for Port only when you specify a value for IPAddress.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The port on the endpoint on which you want Amazon Route 53 to perform health checks. Specify a value for Port only when you specify a value for IPAddress.

                                                                                                  \n@param port The port on the endpoint on which you want Amazon Route 53 to perform health checks. Specify a value for Port only when you specify a value for IPAddress.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                                                                  The port on the endpoint on which you want Amazon Route 53 to perform health checks. Specify a value for Port only when you specify a value for IPAddress.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Regions" : { "c2jName" : "Regions", "c2jShape" : "HealthCheckRegionList", "deprecated" : false, "documentation" : "

                                                                                                  A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.

                                                                                                  ", "enumType" : "HealthCheckRegion", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.

                                                                                                  \n@param regions A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.

                                                                                                  \n@return A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.\n@see HealthCheckRegion*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Regions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Regions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "HealthCheckRegion", "deprecated" : false, "documentation" : "", "enumType" : "HealthCheckRegion", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "getterDocumentation" : "/**\n@return \n@see HealthCheckRegion*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Region", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Region", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see HealthCheckRegion*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Region", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Regions", "setterDocumentation" : "/**

                                                                                                  A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.

                                                                                                  \n@param regions A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.\n@see HealthCheckRegion*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "regions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.

                                                                                                  \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 complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "regions", "variableType" : "java.util.List", "documentation" : "

                                                                                                  A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "RequestInterval" : { "c2jName" : "RequestInterval", "c2jShape" : "RequestInterval", "deprecated" : false, "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.

                                                                                                  You can't change the value of RequestInterval after you create a health check.

                                                                                                  ", "enumType" : null, "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.

                                                                                                  You can't change the value of RequestInterval after you create a health check.

                                                                                                  \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.

                                                                                                  You can't change the value of RequestInterval after you create a health check.

                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "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.

                                                                                                  You can't change the value of RequestInterval after you create a health check.

                                                                                                  \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.

                                                                                                  You can't change the value of RequestInterval after you create a health check.

                                                                                                  */", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RequestInterval", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RequestInterval", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RequestInterval", "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.

                                                                                                  You can't change the value of RequestInterval after you create a health check.

                                                                                                  \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.

                                                                                                  You can't change the value of RequestInterval after you create a health check.

                                                                                                  */", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "requestInterval", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.

                                                                                                  You can't change the value of RequestInterval after you create a health check.

                                                                                                  \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.

                                                                                                  You can't change the value of RequestInterval after you create a health check.

                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "requestInterval", "variableType" : "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.

                                                                                                  You can't change the value of RequestInterval after you create a health check.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "ResourcePath" : { "c2jName" : "ResourcePath", "c2jShape" : "ResourcePath", "deprecated" : false, "documentation" : "

                                                                                                  The path, if any, that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example, the file /docs/route53-health-check.html.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The path, if any, that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example, the file /docs/route53-health-check.html.

                                                                                                  \n@param resourcePath The path, if any, that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example, the file /docs/route53-health-check.html.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  The path, if any, that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example, the file /docs/route53-health-check.html.

                                                                                                  \n@return The path, if any, that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example, the file /docs/route53-health-check.html.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourcePath", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourcePath", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourcePath", "setterDocumentation" : "/**

                                                                                                  The path, if any, that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example, the file /docs/route53-health-check.html.

                                                                                                  \n@param resourcePath The path, if any, that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example, the file /docs/route53-health-check.html.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourcePath", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The path, if any, that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example, the file /docs/route53-health-check.html.

                                                                                                  \n@param resourcePath The path, if any, that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example, the file /docs/route53-health-check.html.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourcePath", "variableType" : "String", "documentation" : "

                                                                                                  The path, if any, that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example, the file /docs/route53-health-check.html.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SearchString" : { "c2jName" : "SearchString", "c2jShape" : "SearchString", "deprecated" : false, "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.

                                                                                                  ", "enumType" : null, "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.

                                                                                                  \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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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.

                                                                                                  \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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchString", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchString", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchString", "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.

                                                                                                  \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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "searchString", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.

                                                                                                  \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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "searchString", "variableType" : "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.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Type" : { "c2jName" : "Type", "c2jShape" : "HealthCheckType", "deprecated" : false, "documentation" : "

                                                                                                  The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.

                                                                                                  You can't change the value of Type after you create a health check.

                                                                                                  You can create the following types of health checks:

                                                                                                  • HTTP: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                                                  • HTTPS: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                                                    If you specify HTTPS for the value of Type, the endpoint must support TLS v1.0 or later.

                                                                                                  • HTTP_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                                                  • HTTPS_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                                                  • TCP: Amazon Route 53 tries to establish a TCP connection.

                                                                                                  • CLOUDWATCH_METRIC: The health check is associated with a CloudWatch alarm. If the state of the alarm is OK, the health check is considered healthy. If the state is ALARM, the health check is considered unhealthy. If CloudWatch doesn't have sufficient data to determine whether the state is OK or ALARM, the health check status depends on the setting for InsufficientDataHealthStatus: Healthy, Unhealthy, or LastKnownStatus.

                                                                                                  • CALCULATED: For health checks that monitor the status of other health checks, Amazon Route 53 adds up the number of health checks that Amazon Route 53 health checkers consider to be healthy and compares that number with the value of HealthThreshold.

                                                                                                  For more information about how Amazon Route 53 determines whether an endpoint is healthy, see the introduction to this topic.

                                                                                                  ", "enumType" : "HealthCheckType", "fluentSetterDocumentation" : "/**

                                                                                                  The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.

                                                                                                  You can't change the value of Type after you create a health check.

                                                                                                  You can create the following types of health checks:

                                                                                                  • HTTP: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                                                  • HTTPS: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                                                    If you specify HTTPS for the value of Type, the endpoint must support TLS v1.0 or later.

                                                                                                  • HTTP_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                                                  • HTTPS_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                                                  • TCP: Amazon Route 53 tries to establish a TCP connection.

                                                                                                  • CLOUDWATCH_METRIC: The health check is associated with a CloudWatch alarm. If the state of the alarm is OK, the health check is considered healthy. If the state is ALARM, the health check is considered unhealthy. If CloudWatch doesn't have sufficient data to determine whether the state is OK or ALARM, the health check status depends on the setting for InsufficientDataHealthStatus: Healthy, Unhealthy, or LastKnownStatus.

                                                                                                  • CALCULATED: For health checks that monitor the status of other health checks, Amazon Route 53 adds up the number of health checks that Amazon Route 53 health checkers consider to be healthy and compares that number with the value of HealthThreshold.

                                                                                                  For more information about how Amazon Route 53 determines whether an endpoint is healthy, see the introduction to this topic.

                                                                                                  \n@param type The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.

                                                                                                  You can't change the value of Type after you create a health check.

                                                                                                  You can create the following types of health checks:

                                                                                                  • HTTP: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                                                  • HTTPS: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                                                    If you specify HTTPS for the value of Type, the endpoint must support TLS v1.0 or later.

                                                                                                  • HTTP_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                                                  • HTTPS_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                                                  • TCP: Amazon Route 53 tries to establish a TCP connection.

                                                                                                  • CLOUDWATCH_METRIC: The health check is associated with a CloudWatch alarm. If the state of the alarm is OK, the health check is considered healthy. If the state is ALARM, the health check is considered unhealthy. If CloudWatch doesn't have sufficient data to determine whether the state is OK or ALARM, the health check status depends on the setting for InsufficientDataHealthStatus: Healthy, Unhealthy, or LastKnownStatus.

                                                                                                  • CALCULATED: For health checks that monitor the status of other health checks, Amazon Route 53 adds up the number of health checks that Amazon Route 53 health checkers consider to be healthy and compares that number with the value of HealthThreshold.

                                                                                                  For more information about how Amazon Route 53 determines whether an endpoint is healthy, see the introduction to this topic.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckType*/", "getterDocumentation" : "/**

                                                                                                  The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.

                                                                                                  You can't change the value of Type after you create a health check.

                                                                                                  You can create the following types of health checks:

                                                                                                  • HTTP: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                                                  • HTTPS: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                                                    If you specify HTTPS for the value of Type, the endpoint must support TLS v1.0 or later.

                                                                                                  • HTTP_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                                                  • HTTPS_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                                                  • TCP: Amazon Route 53 tries to establish a TCP connection.

                                                                                                  • CLOUDWATCH_METRIC: The health check is associated with a CloudWatch alarm. If the state of the alarm is OK, the health check is considered healthy. If the state is ALARM, the health check is considered unhealthy. If CloudWatch doesn't have sufficient data to determine whether the state is OK or ALARM, the health check status depends on the setting for InsufficientDataHealthStatus: Healthy, Unhealthy, or LastKnownStatus.

                                                                                                  • CALCULATED: For health checks that monitor the status of other health checks, Amazon Route 53 adds up the number of health checks that Amazon Route 53 health checkers consider to be healthy and compares that number with the value of HealthThreshold.

                                                                                                  For more information about how Amazon Route 53 determines whether an endpoint is healthy, see the introduction to this topic.

                                                                                                  \n@return The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.

                                                                                                  You can't change the value of Type after you create a health check.

                                                                                                  You can create the following types of health checks:

                                                                                                  • HTTP: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                                                  • HTTPS: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                                                    If you specify HTTPS for the value of Type, the endpoint must support TLS v1.0 or later.

                                                                                                  • HTTP_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                                                  • HTTPS_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                                                  • TCP: Amazon Route 53 tries to establish a TCP connection.

                                                                                                  • CLOUDWATCH_METRIC: The health check is associated with a CloudWatch alarm. If the state of the alarm is OK, the health check is considered healthy. If the state is ALARM, the health check is considered unhealthy. If CloudWatch doesn't have sufficient data to determine whether the state is OK or ALARM, the health check status depends on the setting for InsufficientDataHealthStatus: Healthy, Unhealthy, or LastKnownStatus.

                                                                                                  • CALCULATED: For health checks that monitor the status of other health checks, Amazon Route 53 adds up the number of health checks that Amazon Route 53 health checkers consider to be healthy and compares that number with the value of HealthThreshold.

                                                                                                  For more information about how Amazon Route 53 determines whether an endpoint is healthy, see the introduction to this topic.\n@see HealthCheckType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**

                                                                                                  The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.

                                                                                                  You can't change the value of Type after you create a health check.

                                                                                                  You can create the following types of health checks:

                                                                                                  • HTTP: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                                                  • HTTPS: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                                                    If you specify HTTPS for the value of Type, the endpoint must support TLS v1.0 or later.

                                                                                                  • HTTP_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                                                  • HTTPS_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                                                  • TCP: Amazon Route 53 tries to establish a TCP connection.

                                                                                                  • CLOUDWATCH_METRIC: The health check is associated with a CloudWatch alarm. If the state of the alarm is OK, the health check is considered healthy. If the state is ALARM, the health check is considered unhealthy. If CloudWatch doesn't have sufficient data to determine whether the state is OK or ALARM, the health check status depends on the setting for InsufficientDataHealthStatus: Healthy, Unhealthy, or LastKnownStatus.

                                                                                                  • CALCULATED: For health checks that monitor the status of other health checks, Amazon Route 53 adds up the number of health checks that Amazon Route 53 health checkers consider to be healthy and compares that number with the value of HealthThreshold.

                                                                                                  For more information about how Amazon Route 53 determines whether an endpoint is healthy, see the introduction to this topic.

                                                                                                  \n@param type The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.

                                                                                                  You can't change the value of Type after you create a health check.

                                                                                                  You can create the following types of health checks:

                                                                                                  • HTTP: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                                                  • HTTPS: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                                                    If you specify HTTPS for the value of Type, the endpoint must support TLS v1.0 or later.

                                                                                                  • HTTP_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                                                  • HTTPS_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                                                  • TCP: Amazon Route 53 tries to establish a TCP connection.

                                                                                                  • CLOUDWATCH_METRIC: The health check is associated with a CloudWatch alarm. If the state of the alarm is OK, the health check is considered healthy. If the state is ALARM, the health check is considered unhealthy. If CloudWatch doesn't have sufficient data to determine whether the state is OK or ALARM, the health check status depends on the setting for InsufficientDataHealthStatus: Healthy, Unhealthy, or LastKnownStatus.

                                                                                                  • CALCULATED: For health checks that monitor the status of other health checks, Amazon Route 53 adds up the number of health checks that Amazon Route 53 health checkers consider to be healthy and compares that number with the value of HealthThreshold.

                                                                                                  For more information about how Amazon Route 53 determines whether an endpoint is healthy, see the introduction to this topic.\n@see HealthCheckType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.

                                                                                                  You can't change the value of Type after you create a health check.

                                                                                                  You can create the following types of health checks:

                                                                                                  • HTTP: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                                                  • HTTPS: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                                                    If you specify HTTPS for the value of Type, the endpoint must support TLS v1.0 or later.

                                                                                                  • HTTP_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                                                  • HTTPS_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                                                  • TCP: Amazon Route 53 tries to establish a TCP connection.

                                                                                                  • CLOUDWATCH_METRIC: The health check is associated with a CloudWatch alarm. If the state of the alarm is OK, the health check is considered healthy. If the state is ALARM, the health check is considered unhealthy. If CloudWatch doesn't have sufficient data to determine whether the state is OK or ALARM, the health check status depends on the setting for InsufficientDataHealthStatus: Healthy, Unhealthy, or LastKnownStatus.

                                                                                                  • CALCULATED: For health checks that monitor the status of other health checks, Amazon Route 53 adds up the number of health checks that Amazon Route 53 health checkers consider to be healthy and compares that number with the value of HealthThreshold.

                                                                                                  For more information about how Amazon Route 53 determines whether an endpoint is healthy, see the introduction to this topic.

                                                                                                  \n@param type The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.

                                                                                                  You can't change the value of Type after you create a health check.

                                                                                                  You can create the following types of health checks:

                                                                                                  • HTTP: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                                                  • HTTPS: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                                                    If you specify HTTPS for the value of Type, the endpoint must support TLS v1.0 or later.

                                                                                                  • HTTP_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                                                  • HTTPS_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                                                  • TCP: Amazon Route 53 tries to establish a TCP connection.

                                                                                                  • CLOUDWATCH_METRIC: The health check is associated with a CloudWatch alarm. If the state of the alarm is OK, the health check is considered healthy. If the state is ALARM, the health check is considered unhealthy. If CloudWatch doesn't have sufficient data to determine whether the state is OK or ALARM, the health check status depends on the setting for InsufficientDataHealthStatus: Healthy, Unhealthy, or LastKnownStatus.

                                                                                                  • CALCULATED: For health checks that monitor the status of other health checks, Amazon Route 53 adds up the number of health checks that Amazon Route 53 health checkers consider to be healthy and compares that number with the value of HealthThreshold.

                                                                                                  For more information about how Amazon Route 53 determines whether an endpoint is healthy, see the introduction to this topic.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                  The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.

                                                                                                  You can't change the value of Type after you create a health check.

                                                                                                  You can create the following types of health checks:

                                                                                                  • HTTP: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                                                  • HTTPS: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and waits for an HTTP status code of 200 or greater and less than 400.

                                                                                                    If you specify HTTPS for the value of Type, the endpoint must support TLS v1.0 or later.

                                                                                                  • HTTP_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                                                  • HTTPS_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.

                                                                                                  • TCP: Amazon Route 53 tries to establish a TCP connection.

                                                                                                  • CLOUDWATCH_METRIC: The health check is associated with a CloudWatch alarm. If the state of the alarm is OK, the health check is considered healthy. If the state is ALARM, the health check is considered unhealthy. If CloudWatch doesn't have sufficient data to determine whether the state is OK or ALARM, the health check status depends on the setting for InsufficientDataHealthStatus: Healthy, Unhealthy, or LastKnownStatus.

                                                                                                  • CALCULATED: For health checks that monitor the status of other health checks, Amazon Route 53 adds up the number of health checks that Amazon Route 53 health checkers consider to be healthy and compares that number with the value of HealthThreshold.

                                                                                                  For more information about how Amazon Route 53 determines whether an endpoint is healthy, see the introduction to this topic.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Type" ], "shapeName" : "HealthCheckConfig", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HealthCheckConfig", "variableName" : "healthCheckConfig", "variableType" : "HealthCheckConfig", "documentation" : null, "simpleType" : "HealthCheckConfig", "variableSetterType" : "HealthCheckConfig" }, "wrapper" : false }, "HealthCheckInUseException" : { "c2jName" : "HealthCheckInUse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  The health check ID for this health check is referenced in the HealthCheckId element in one of the resource record sets in one of the hosted zones that are owned by the current AWS account.

                                                                                                  ", "enums" : null, "errorCode" : "HealthCheckInUse", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "HealthCheckInUseException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "HealthCheckInUseException", "variableName" : "healthCheckInUseException", "variableType" : "HealthCheckInUseException", "documentation" : null, "simpleType" : "HealthCheckInUseException", "variableSetterType" : "HealthCheckInUseException" }, "wrapper" : false }, "HealthCheckObservation" : { "c2jName" : "HealthCheckObservation", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Region", "c2jShape" : "HealthCheckRegion", "deprecated" : false, "documentation" : "

                                                                                                  The region of the Amazon Route 53 health checker that provided the status in StatusReport.

                                                                                                  ", "enumType" : "HealthCheckRegion", "fluentSetterDocumentation" : "/**

                                                                                                  The region of the Amazon Route 53 health checker that provided the status in StatusReport.

                                                                                                  \n@param region The region of the Amazon Route 53 health checker that provided the status in StatusReport.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "getterDocumentation" : "/**

                                                                                                  The region of the Amazon Route 53 health checker that provided the status in StatusReport.

                                                                                                  \n@return The region of the Amazon Route 53 health checker that provided the status in StatusReport.\n@see HealthCheckRegion*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Region", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Region", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Region", "setterDocumentation" : "/**

                                                                                                  The region of the Amazon Route 53 health checker that provided the status in StatusReport.

                                                                                                  \n@param region The region of the Amazon Route 53 health checker that provided the status in StatusReport.\n@see HealthCheckRegion*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "region", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The region of the Amazon Route 53 health checker that provided the status in StatusReport.

                                                                                                  \n@param region The region of the Amazon Route 53 health checker that provided the status in StatusReport.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "region", "variableType" : "String", "documentation" : "

                                                                                                  The region of the Amazon Route 53 health checker that provided the status in StatusReport.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IPAddress", "c2jShape" : "IPAddress", "deprecated" : false, "documentation" : "

                                                                                                  The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.

                                                                                                  \n@param iPAddress The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.

                                                                                                  \n@return The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IPAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IPAddress", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IPAddress", "setterDocumentation" : "/**

                                                                                                  The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.

                                                                                                  \n@param iPAddress The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iPAddress", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.

                                                                                                  \n@param iPAddress The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "iPAddress", "variableType" : "String", "documentation" : "

                                                                                                  The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StatusReport", "c2jShape" : "StatusReport", "deprecated" : false, "documentation" : "

                                                                                                  A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.

                                                                                                  \n@param statusReport A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.

                                                                                                  \n@return A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.*/", "getterModel" : { "returnType" : "StatusReport", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StatusReport", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StatusReport", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StatusReport", "setterDocumentation" : "/**

                                                                                                  A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.

                                                                                                  \n@param statusReport A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.*/", "setterModel" : { "variableDeclarationType" : "StatusReport", "variableName" : "statusReport", "variableType" : "StatusReport", "documentation" : "", "simpleType" : "StatusReport", "variableSetterType" : "StatusReport" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.

                                                                                                  \n@param statusReport A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StatusReport", "variableName" : "statusReport", "variableType" : "StatusReport", "documentation" : "

                                                                                                  A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.

                                                                                                  ", "simpleType" : "StatusReport", "variableSetterType" : "StatusReport" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IPAddress" : { "c2jName" : "IPAddress", "c2jShape" : "IPAddress", "deprecated" : false, "documentation" : "

                                                                                                  The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.

                                                                                                  \n@param iPAddress The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.

                                                                                                  \n@return The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IPAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IPAddress", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IPAddress", "setterDocumentation" : "/**

                                                                                                  The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.

                                                                                                  \n@param iPAddress The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iPAddress", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.

                                                                                                  \n@param iPAddress The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "iPAddress", "variableType" : "String", "documentation" : "

                                                                                                  The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Region" : { "c2jName" : "Region", "c2jShape" : "HealthCheckRegion", "deprecated" : false, "documentation" : "

                                                                                                  The region of the Amazon Route 53 health checker that provided the status in StatusReport.

                                                                                                  ", "enumType" : "HealthCheckRegion", "fluentSetterDocumentation" : "/**

                                                                                                  The region of the Amazon Route 53 health checker that provided the status in StatusReport.

                                                                                                  \n@param region The region of the Amazon Route 53 health checker that provided the status in StatusReport.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "getterDocumentation" : "/**

                                                                                                  The region of the Amazon Route 53 health checker that provided the status in StatusReport.

                                                                                                  \n@return The region of the Amazon Route 53 health checker that provided the status in StatusReport.\n@see HealthCheckRegion*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Region", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Region", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Region", "setterDocumentation" : "/**

                                                                                                  The region of the Amazon Route 53 health checker that provided the status in StatusReport.

                                                                                                  \n@param region The region of the Amazon Route 53 health checker that provided the status in StatusReport.\n@see HealthCheckRegion*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "region", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The region of the Amazon Route 53 health checker that provided the status in StatusReport.

                                                                                                  \n@param region The region of the Amazon Route 53 health checker that provided the status in StatusReport.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "region", "variableType" : "String", "documentation" : "

                                                                                                  The region of the Amazon Route 53 health checker that provided the status in StatusReport.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StatusReport" : { "c2jName" : "StatusReport", "c2jShape" : "StatusReport", "deprecated" : false, "documentation" : "

                                                                                                  A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.

                                                                                                  \n@param statusReport A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.

                                                                                                  \n@return A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.*/", "getterModel" : { "returnType" : "StatusReport", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StatusReport", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StatusReport", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StatusReport", "setterDocumentation" : "/**

                                                                                                  A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.

                                                                                                  \n@param statusReport A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.*/", "setterModel" : { "variableDeclarationType" : "StatusReport", "variableName" : "statusReport", "variableType" : "StatusReport", "documentation" : "", "simpleType" : "StatusReport", "variableSetterType" : "StatusReport" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.

                                                                                                  \n@param statusReport A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StatusReport", "variableName" : "statusReport", "variableType" : "StatusReport", "documentation" : "

                                                                                                  A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.

                                                                                                  ", "simpleType" : "StatusReport", "variableSetterType" : "StatusReport" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "HealthCheckObservation", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HealthCheckObservation", "variableName" : "healthCheckObservation", "variableType" : "HealthCheckObservation", "documentation" : null, "simpleType" : "HealthCheckObservation", "variableSetterType" : "HealthCheckObservation" }, "wrapper" : false }, "HealthCheckRegion" : { "c2jName" : "HealthCheckRegion", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  An Amazon EC2 region that you want Amazon Route 53 to use to perform health checks.

                                                                                                  ", "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" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "HealthCheckRegion", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HealthCheckRegion", "variableName" : "healthCheckRegion", "variableType" : "HealthCheckRegion", "documentation" : null, "simpleType" : "HealthCheckRegion", "variableSetterType" : "HealthCheckRegion" }, "wrapper" : false }, "HealthCheckType" : { "c2jName" : "HealthCheckType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "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" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "HealthCheckType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HealthCheckType", "variableName" : "healthCheckType", "variableType" : "HealthCheckType", "documentation" : null, "simpleType" : "HealthCheckType", "variableSetterType" : "HealthCheckType" }, "wrapper" : false }, "HealthCheckVersionMismatchException" : { "c2jName" : "HealthCheckVersionMismatch", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : "HealthCheckVersionMismatch", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "HealthCheckVersionMismatchException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "HealthCheckVersionMismatchException", "variableName" : "healthCheckVersionMismatchException", "variableType" : "HealthCheckVersionMismatchException", "documentation" : null, "simpleType" : "HealthCheckVersionMismatchException", "variableSetterType" : "HealthCheckVersionMismatchException" }, "wrapper" : false }, "HostedZone" : { "c2jName" : "HostedZone", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  A complex type that contains general information about the hosted zone.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Id", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                                                                  The ID that Amazon Route 53 assigned to the hosted zone when you created it.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The ID that Amazon Route 53 assigned to the hosted zone when you created it.

                                                                                                  \n@param id The ID that Amazon Route 53 assigned to the hosted zone when you created it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  The ID that Amazon Route 53 assigned to the hosted zone when you created it.

                                                                                                  \n@return The ID that Amazon Route 53 assigned to the hosted zone when you created it.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

                                                                                                  The ID that Amazon Route 53 assigned to the hosted zone when you created it.

                                                                                                  \n@param id The ID that Amazon Route 53 assigned to the hosted zone when you created it.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The ID that Amazon Route 53 assigned to the hosted zone when you created it.

                                                                                                  \n@param id The ID that Amazon Route 53 assigned to the hosted zone when you created it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                  The ID that Amazon Route 53 assigned to the hosted zone when you created it.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Name", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

                                                                                                  The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.

                                                                                                  For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see CreateHostedZone.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.

                                                                                                  For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see CreateHostedZone.

                                                                                                  \n@param name The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.

                                                                                                  For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see CreateHostedZone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.

                                                                                                  For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see CreateHostedZone.

                                                                                                  \n@return The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.

                                                                                                  For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see CreateHostedZone.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

                                                                                                  The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.

                                                                                                  For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see CreateHostedZone.

                                                                                                  \n@param name The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.

                                                                                                  For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see CreateHostedZone.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.

                                                                                                  For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see CreateHostedZone.

                                                                                                  \n@param name The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.

                                                                                                  For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see CreateHostedZone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                  The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.

                                                                                                  For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see CreateHostedZone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CallerReference", "c2jShape" : "Nonce", "deprecated" : false, "documentation" : "

                                                                                                  The value that you specified for CallerReference when you created the hosted zone.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The value that you specified for CallerReference when you created the hosted zone.

                                                                                                  \n@param callerReference The value that you specified for CallerReference when you created the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  The value that you specified for CallerReference when you created the hosted zone.

                                                                                                  \n@return The value that you specified for CallerReference when you created the hosted zone.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CallerReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CallerReference", "setterDocumentation" : "/**

                                                                                                  The value that you specified for CallerReference when you created the hosted zone.

                                                                                                  \n@param callerReference The value that you specified for CallerReference when you created the hosted zone.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The value that you specified for CallerReference when you created the hosted zone.

                                                                                                  \n@param callerReference The value that you specified for CallerReference when you created the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

                                                                                                  The value that you specified for CallerReference when you created the hosted zone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Config", "c2jShape" : "HostedZoneConfig", "deprecated" : false, "documentation" : "

                                                                                                  A complex type that includes the Comment and PrivateZone elements. If you omitted the HostedZoneConfig and Comment elements from the request, the Config and Comment elements don't appear in the response.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that includes the Comment and PrivateZone elements. If you omitted the HostedZoneConfig and Comment elements from the request, the Config and Comment elements don't appear in the response.

                                                                                                  \n@param config A complex type that includes the Comment and PrivateZone elements. If you omitted the HostedZoneConfig and Comment elements from the request, the Config and Comment elements don't appear in the response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that includes the Comment and PrivateZone elements. If you omitted the HostedZoneConfig and Comment elements from the request, the Config and Comment elements don't appear in the response.

                                                                                                  \n@return A complex type that includes the Comment and PrivateZone elements. If you omitted the HostedZoneConfig and Comment elements from the request, the Config and Comment elements don't appear in the response.*/", "getterModel" : { "returnType" : "HostedZoneConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Config", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Config", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Config", "setterDocumentation" : "/**

                                                                                                  A complex type that includes the Comment and PrivateZone elements. If you omitted the HostedZoneConfig and Comment elements from the request, the Config and Comment elements don't appear in the response.

                                                                                                  \n@param config A complex type that includes the Comment and PrivateZone elements. If you omitted the HostedZoneConfig and Comment elements from the request, the Config and Comment elements don't appear in the response.*/", "setterModel" : { "variableDeclarationType" : "HostedZoneConfig", "variableName" : "config", "variableType" : "HostedZoneConfig", "documentation" : "", "simpleType" : "HostedZoneConfig", "variableSetterType" : "HostedZoneConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A complex type that includes the Comment and PrivateZone elements. If you omitted the HostedZoneConfig and Comment elements from the request, the Config and Comment elements don't appear in the response.

                                                                                                  \n@param config A complex type that includes the Comment and PrivateZone elements. If you omitted the HostedZoneConfig and Comment elements from the request, the Config and Comment elements don't appear in the response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HostedZoneConfig", "variableName" : "config", "variableType" : "HostedZoneConfig", "documentation" : "

                                                                                                  A complex type that includes the Comment and PrivateZone elements. If you omitted the HostedZoneConfig and Comment elements from the request, the Config and Comment elements don't appear in the response.

                                                                                                  ", "simpleType" : "HostedZoneConfig", "variableSetterType" : "HostedZoneConfig" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceRecordSetCount", "c2jShape" : "HostedZoneRRSetCount", "deprecated" : false, "documentation" : "

                                                                                                  The number of resource record sets in the hosted zone.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The number of resource record sets in the hosted zone.

                                                                                                  \n@param resourceRecordSetCount The 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.*/", "getterDocumentation" : "/**

                                                                                                  The number of resource record sets in the hosted zone.

                                                                                                  \n@return The number of resource record sets in the hosted zone.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceRecordSetCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceRecordSetCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceRecordSetCount", "setterDocumentation" : "/**

                                                                                                  The number of resource record sets in the hosted zone.

                                                                                                  \n@param resourceRecordSetCount The number of resource record sets in the hosted zone.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "resourceRecordSetCount", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The number of resource record sets in the hosted zone.

                                                                                                  \n@param resourceRecordSetCount The 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.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "resourceRecordSetCount", "variableType" : "Long", "documentation" : "

                                                                                                  The number of resource record sets in the hosted zone.

                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CallerReference" : { "c2jName" : "CallerReference", "c2jShape" : "Nonce", "deprecated" : false, "documentation" : "

                                                                                                  The value that you specified for CallerReference when you created the hosted zone.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The value that you specified for CallerReference when you created the hosted zone.

                                                                                                  \n@param callerReference The value that you specified for CallerReference when you created the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  The value that you specified for CallerReference when you created the hosted zone.

                                                                                                  \n@return The value that you specified for CallerReference when you created the hosted zone.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CallerReference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CallerReference", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CallerReference", "setterDocumentation" : "/**

                                                                                                  The value that you specified for CallerReference when you created the hosted zone.

                                                                                                  \n@param callerReference The value that you specified for CallerReference when you created the hosted zone.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The value that you specified for CallerReference when you created the hosted zone.

                                                                                                  \n@param callerReference The value that you specified for CallerReference when you created the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "callerReference", "variableType" : "String", "documentation" : "

                                                                                                  The value that you specified for CallerReference when you created the hosted zone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Config" : { "c2jName" : "Config", "c2jShape" : "HostedZoneConfig", "deprecated" : false, "documentation" : "

                                                                                                  A complex type that includes the Comment and PrivateZone elements. If you omitted the HostedZoneConfig and Comment elements from the request, the Config and Comment elements don't appear in the response.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that includes the Comment and PrivateZone elements. If you omitted the HostedZoneConfig and Comment elements from the request, the Config and Comment elements don't appear in the response.

                                                                                                  \n@param config A complex type that includes the Comment and PrivateZone elements. If you omitted the HostedZoneConfig and Comment elements from the request, the Config and Comment elements don't appear in the response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that includes the Comment and PrivateZone elements. If you omitted the HostedZoneConfig and Comment elements from the request, the Config and Comment elements don't appear in the response.

                                                                                                  \n@return A complex type that includes the Comment and PrivateZone elements. If you omitted the HostedZoneConfig and Comment elements from the request, the Config and Comment elements don't appear in the response.*/", "getterModel" : { "returnType" : "HostedZoneConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Config", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Config", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Config", "setterDocumentation" : "/**

                                                                                                  A complex type that includes the Comment and PrivateZone elements. If you omitted the HostedZoneConfig and Comment elements from the request, the Config and Comment elements don't appear in the response.

                                                                                                  \n@param config A complex type that includes the Comment and PrivateZone elements. If you omitted the HostedZoneConfig and Comment elements from the request, the Config and Comment elements don't appear in the response.*/", "setterModel" : { "variableDeclarationType" : "HostedZoneConfig", "variableName" : "config", "variableType" : "HostedZoneConfig", "documentation" : "", "simpleType" : "HostedZoneConfig", "variableSetterType" : "HostedZoneConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A complex type that includes the Comment and PrivateZone elements. If you omitted the HostedZoneConfig and Comment elements from the request, the Config and Comment elements don't appear in the response.

                                                                                                  \n@param config A complex type that includes the Comment and PrivateZone elements. If you omitted the HostedZoneConfig and Comment elements from the request, the Config and Comment elements don't appear in the response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HostedZoneConfig", "variableName" : "config", "variableType" : "HostedZoneConfig", "documentation" : "

                                                                                                  A complex type that includes the Comment and PrivateZone elements. If you omitted the HostedZoneConfig and Comment elements from the request, the Config and Comment elements don't appear in the response.

                                                                                                  ", "simpleType" : "HostedZoneConfig", "variableSetterType" : "HostedZoneConfig" }, "xmlNameSpaceUri" : null }, "Id" : { "c2jName" : "Id", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                                                                  The ID that Amazon Route 53 assigned to the hosted zone when you created it.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The ID that Amazon Route 53 assigned to the hosted zone when you created it.

                                                                                                  \n@param id The ID that Amazon Route 53 assigned to the hosted zone when you created it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  The ID that Amazon Route 53 assigned to the hosted zone when you created it.

                                                                                                  \n@return The ID that Amazon Route 53 assigned to the hosted zone when you created it.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

                                                                                                  The ID that Amazon Route 53 assigned to the hosted zone when you created it.

                                                                                                  \n@param id The ID that Amazon Route 53 assigned to the hosted zone when you created it.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The ID that Amazon Route 53 assigned to the hosted zone when you created it.

                                                                                                  \n@param id The ID that Amazon Route 53 assigned to the hosted zone when you created it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                  The ID that Amazon Route 53 assigned to the hosted zone when you created it.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

                                                                                                  The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.

                                                                                                  For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see CreateHostedZone.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.

                                                                                                  For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see CreateHostedZone.

                                                                                                  \n@param name The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.

                                                                                                  For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see CreateHostedZone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.

                                                                                                  For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see CreateHostedZone.

                                                                                                  \n@return The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.

                                                                                                  For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see CreateHostedZone.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

                                                                                                  The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.

                                                                                                  For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see CreateHostedZone.

                                                                                                  \n@param name The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.

                                                                                                  For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see CreateHostedZone.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.

                                                                                                  For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see CreateHostedZone.

                                                                                                  \n@param name The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.

                                                                                                  For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see CreateHostedZone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                  The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.

                                                                                                  For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see CreateHostedZone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceRecordSetCount" : { "c2jName" : "ResourceRecordSetCount", "c2jShape" : "HostedZoneRRSetCount", "deprecated" : false, "documentation" : "

                                                                                                  The number of resource record sets in the hosted zone.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The number of resource record sets in the hosted zone.

                                                                                                  \n@param resourceRecordSetCount The 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.*/", "getterDocumentation" : "/**

                                                                                                  The number of resource record sets in the hosted zone.

                                                                                                  \n@return The number of resource record sets in the hosted zone.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceRecordSetCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceRecordSetCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceRecordSetCount", "setterDocumentation" : "/**

                                                                                                  The number of resource record sets in the hosted zone.

                                                                                                  \n@param resourceRecordSetCount The number of resource record sets in the hosted zone.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "resourceRecordSetCount", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The number of resource record sets in the hosted zone.

                                                                                                  \n@param resourceRecordSetCount The 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.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "resourceRecordSetCount", "variableType" : "Long", "documentation" : "

                                                                                                  The number of resource record sets in the hosted zone.

                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id", "Name", "CallerReference" ], "shapeName" : "HostedZone", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HostedZone", "variableName" : "hostedZone", "variableType" : "HostedZone", "documentation" : null, "simpleType" : "HostedZone", "variableSetterType" : "HostedZone" }, "wrapper" : false }, "HostedZoneAlreadyExistsException" : { "c2jName" : "HostedZoneAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "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.

                                                                                                  ", "enums" : null, "errorCode" : "HostedZoneAlreadyExists", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "HostedZoneAlreadyExistsException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "HostedZoneAlreadyExistsException", "variableName" : "hostedZoneAlreadyExistsException", "variableType" : "HostedZoneAlreadyExistsException", "documentation" : null, "simpleType" : "HostedZoneAlreadyExistsException", "variableSetterType" : "HostedZoneAlreadyExistsException" }, "wrapper" : false }, "HostedZoneConfig" : { "c2jName" : "HostedZoneConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Comment", "c2jShape" : "ResourceDescription", "deprecated" : false, "documentation" : "

                                                                                                  Any comments that you want to include about the hosted zone.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  Any comments that you want to include about the hosted zone.

                                                                                                  \n@param comment Any comments that you want to include about the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  Any comments that you want to include about the hosted zone.

                                                                                                  \n@return Any comments that you want to include about the hosted zone.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Comment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Comment", "setterDocumentation" : "/**

                                                                                                  Any comments that you want to include about the hosted zone.

                                                                                                  \n@param comment Any comments that you want to include about the hosted zone.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  Any comments that you want to include about the hosted zone.

                                                                                                  \n@param comment Any comments that you want to include about the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                                                                                  Any comments that you want to include about the hosted zone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PrivateZone", "c2jShape" : "IsPrivateZone", "deprecated" : false, "documentation" : "

                                                                                                  A value that indicates whether this is a private hosted zone.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A value that indicates whether this is a private hosted zone.

                                                                                                  \n@param privateZone A value that indicates whether this is a private hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  A value that indicates whether this is a private hosted zone.

                                                                                                  \n@return A value that indicates whether this is a private hosted zone.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PrivateZone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PrivateZone", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PrivateZone", "setterDocumentation" : "/**

                                                                                                  A value that indicates whether this is a private hosted zone.

                                                                                                  \n@param privateZone A value that indicates whether this is a private hosted zone.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "privateZone", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  A value that indicates whether this is a private hosted zone.

                                                                                                  \n@param privateZone A value that indicates whether this is a private hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "privateZone", "variableType" : "Boolean", "documentation" : "

                                                                                                  A value that indicates whether this is a private hosted zone.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Comment" : { "c2jName" : "Comment", "c2jShape" : "ResourceDescription", "deprecated" : false, "documentation" : "

                                                                                                  Any comments that you want to include about the hosted zone.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  Any comments that you want to include about the hosted zone.

                                                                                                  \n@param comment Any comments that you want to include about the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  Any comments that you want to include about the hosted zone.

                                                                                                  \n@return Any comments that you want to include about the hosted zone.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Comment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Comment", "setterDocumentation" : "/**

                                                                                                  Any comments that you want to include about the hosted zone.

                                                                                                  \n@param comment Any comments that you want to include about the hosted zone.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  Any comments that you want to include about the hosted zone.

                                                                                                  \n@param comment Any comments that you want to include about the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                                                                                  Any comments that you want to include about the hosted zone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PrivateZone" : { "c2jName" : "PrivateZone", "c2jShape" : "IsPrivateZone", "deprecated" : false, "documentation" : "

                                                                                                  A value that indicates whether this is a private hosted zone.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A value that indicates whether this is a private hosted zone.

                                                                                                  \n@param privateZone A value that indicates whether this is a private hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  A value that indicates whether this is a private hosted zone.

                                                                                                  \n@return A value that indicates whether this is a private hosted zone.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PrivateZone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PrivateZone", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PrivateZone", "setterDocumentation" : "/**

                                                                                                  A value that indicates whether this is a private hosted zone.

                                                                                                  \n@param privateZone A value that indicates whether this is a private hosted zone.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "privateZone", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  A value that indicates whether this is a private hosted zone.

                                                                                                  \n@param privateZone A value that indicates whether this is a private hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "privateZone", "variableType" : "Boolean", "documentation" : "

                                                                                                  A value that indicates whether this is a private hosted zone.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "HostedZoneConfig", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HostedZoneConfig", "variableName" : "hostedZoneConfig", "variableType" : "HostedZoneConfig", "documentation" : null, "simpleType" : "HostedZoneConfig", "variableSetterType" : "HostedZoneConfig" }, "wrapper" : false }, "HostedZoneNotEmptyException" : { "c2jName" : "HostedZoneNotEmpty", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  The hosted zone contains resource records that are not SOA or NS records.

                                                                                                  ", "enums" : null, "errorCode" : "HostedZoneNotEmpty", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "HostedZoneNotEmptyException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "HostedZoneNotEmptyException", "variableName" : "hostedZoneNotEmptyException", "variableType" : "HostedZoneNotEmptyException", "documentation" : null, "simpleType" : "HostedZoneNotEmptyException", "variableSetterType" : "HostedZoneNotEmptyException" }, "wrapper" : false }, "HostedZoneNotFoundException" : { "c2jName" : "HostedZoneNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  The specified HostedZone cannot be found.

                                                                                                  ", "enums" : null, "errorCode" : "HostedZoneNotFound", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "HostedZoneNotFoundException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "HostedZoneNotFoundException", "variableName" : "hostedZoneNotFoundException", "variableType" : "HostedZoneNotFoundException", "documentation" : null, "simpleType" : "HostedZoneNotFoundException", "variableSetterType" : "HostedZoneNotFoundException" }, "wrapper" : false }, "IncompatibleVersionException" : { "c2jName" : "IncompatibleVersion", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "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.

                                                                                                  ", "enums" : null, "errorCode" : "IncompatibleVersion", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "IncompatibleVersionException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "IncompatibleVersionException", "variableName" : "incompatibleVersionException", "variableType" : "IncompatibleVersionException", "documentation" : null, "simpleType" : "IncompatibleVersionException", "variableSetterType" : "IncompatibleVersionException" }, "wrapper" : false }, "InsufficientDataHealthStatus" : { "c2jName" : "InsufficientDataHealthStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Healthy", "value" : "Healthy" }, { "name" : "Unhealthy", "value" : "Unhealthy" }, { "name" : "LastKnownStatus", "value" : "LastKnownStatus" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "InsufficientDataHealthStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InsufficientDataHealthStatus", "variableName" : "insufficientDataHealthStatus", "variableType" : "InsufficientDataHealthStatus", "documentation" : null, "simpleType" : "InsufficientDataHealthStatus", "variableSetterType" : "InsufficientDataHealthStatus" }, "wrapper" : false }, "InvalidArgumentException" : { "c2jName" : "InvalidArgument", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Parameter name and problem.

                                                                                                  ", "enums" : null, "errorCode" : "InvalidArgument", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "InvalidArgumentException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidArgumentException", "variableName" : "invalidArgumentException", "variableType" : "InvalidArgumentException", "documentation" : null, "simpleType" : "InvalidArgumentException", "variableSetterType" : "InvalidArgumentException" }, "wrapper" : false }, "InvalidChangeBatchException" : { "c2jName" : "InvalidChangeBatch", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  This exception contains a list of messages that might contain one or more error messages. Each error message indicates one error in the change batch.

                                                                                                  ", "enums" : null, "errorCode" : "InvalidChangeBatch", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "messages", "c2jShape" : "ErrorMessages", "deprecated" : false, "documentation" : "

                                                                                                  Descriptive message for the error response.

                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                  Descriptive message for the error response.

                                                                                                  \n@return Descriptive message for the error response.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "messages", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "messages", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ErrorMessage", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Message", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Message", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Messages", "setterDocumentation" : "/**

                                                                                                  Descriptive message for the error response.

                                                                                                  \n@param messages Descriptive message for the error response.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "messages", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "messages", "variableType" : "java.util.List", "documentation" : "

                                                                                                  Descriptive message for the error response.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Messages" : { "c2jName" : "messages", "c2jShape" : "ErrorMessages", "deprecated" : false, "documentation" : "

                                                                                                  Descriptive message for the error response.

                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                  Descriptive message for the error response.

                                                                                                  \n@return Descriptive message for the error response.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "messages", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "messages", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ErrorMessage", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Message", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Message", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Messages", "setterDocumentation" : "/**

                                                                                                  Descriptive message for the error response.

                                                                                                  \n@param messages Descriptive message for the error response.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "messages", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "messages", "variableType" : "java.util.List", "documentation" : "

                                                                                                  Descriptive message for the error response.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "InvalidChangeBatchException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidChangeBatchException", "variableName" : "invalidChangeBatchException", "variableType" : "InvalidChangeBatchException", "documentation" : null, "simpleType" : "InvalidChangeBatchException", "variableSetterType" : "InvalidChangeBatchException" }, "wrapper" : false }, "InvalidDomainNameException" : { "c2jName" : "InvalidDomainName", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  The specified domain name is not valid.

                                                                                                  ", "enums" : null, "errorCode" : "InvalidDomainName", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "InvalidDomainNameException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidDomainNameException", "variableName" : "invalidDomainNameException", "variableType" : "InvalidDomainNameException", "documentation" : null, "simpleType" : "InvalidDomainNameException", "variableSetterType" : "InvalidDomainNameException" }, "wrapper" : false }, "InvalidInputException" : { "c2jName" : "InvalidInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  The input is not valid.

                                                                                                  ", "enums" : null, "errorCode" : "InvalidInput", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "InvalidInputException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidInputException", "variableName" : "invalidInputException", "variableType" : "InvalidInputException", "documentation" : null, "simpleType" : "InvalidInputException", "variableSetterType" : "InvalidInputException" }, "wrapper" : false }, "InvalidTrafficPolicyDocumentException" : { "c2jName" : "InvalidTrafficPolicyDocument", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  The format of the traffic policy document that you specified in the Document element is invalid.

                                                                                                  ", "enums" : null, "errorCode" : "InvalidTrafficPolicyDocument", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "InvalidTrafficPolicyDocumentException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidTrafficPolicyDocumentException", "variableName" : "invalidTrafficPolicyDocumentException", "variableType" : "InvalidTrafficPolicyDocumentException", "documentation" : null, "simpleType" : "InvalidTrafficPolicyDocumentException", "variableSetterType" : "InvalidTrafficPolicyDocumentException" }, "wrapper" : false }, "InvalidVPCIdException" : { "c2jName" : "InvalidVPCId", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "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.

                                                                                                  ", "enums" : null, "errorCode" : "InvalidVPCId", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "InvalidVPCIdException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidVPCIdException", "variableName" : "invalidVPCIdException", "variableType" : "InvalidVPCIdException", "documentation" : null, "simpleType" : "InvalidVPCIdException", "variableSetterType" : "InvalidVPCIdException" }, "wrapper" : false }, "LastVPCAssociationException" : { "c2jName" : "LastVPCAssociation", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Only one VPC is currently associated with the hosted zone. You cannot convert a private hosted zone into a public hosted zone by disassociating the last VPC from a hosted zone.

                                                                                                  ", "enums" : null, "errorCode" : "LastVPCAssociation", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "LastVPCAssociationException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LastVPCAssociationException", "variableName" : "lastVPCAssociationException", "variableType" : "LastVPCAssociationException", "documentation" : null, "simpleType" : "LastVPCAssociationException", "variableSetterType" : "LastVPCAssociationException" }, "wrapper" : false }, "LimitsExceededException" : { "c2jName" : "LimitsExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  The limits specified for a resource have been exceeded.

                                                                                                  ", "enums" : null, "errorCode" : "LimitsExceeded", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "LimitsExceededException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LimitsExceededException", "variableName" : "limitsExceededException", "variableType" : "LimitsExceededException", "documentation" : null, "simpleType" : "LimitsExceededException", "variableSetterType" : "LimitsExceededException" }, "wrapper" : false }, "ListChangeBatchesByHostedZoneRequest" : { "c2jName" : "ListChangeBatchesByHostedZoneRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : true, "documentation" : "

                                                                                                  The input for a ListChangeBatchesByHostedZone request.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListChangeBatchesByHostedZone", "locationName" : null, "requestUri" : "/2013-04-01/hostedzone/{Id}/changes", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneId", "setterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone that you want to see changes for.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StartDate", "c2jShape" : "Date", "deprecated" : false, "documentation" : "

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "startDate", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "startDate", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartDate", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startDate", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "startDate", "variableType" : "String", "documentation" : "

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EndDate", "c2jShape" : "Date", "deprecated" : false, "documentation" : "

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "endDate", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "endDate", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EndDate", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endDate", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "endDate", "variableType" : "String", "documentation" : "

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                  The maximum number of items on a page.

                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@return The maximum number of items on a page.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "maxItems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "maxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@param maxItems The maximum number of items on a page.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                  The maximum number of items on a page.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                  The page marker.

                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@return The page marker.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "marker", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@param marker The page marker.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                  The page marker.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndDate" : { "c2jName" : "EndDate", "c2jShape" : "Date", "deprecated" : false, "documentation" : "

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "endDate", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "endDate", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EndDate", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endDate", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "endDate", "variableType" : "String", "documentation" : "

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HostedZoneId" : { "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneId", "setterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone that you want to see changes for.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Marker" : { "c2jName" : "Marker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                  The page marker.

                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@return The page marker.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "marker", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@param marker The page marker.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                  The page marker.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                  The maximum number of items on a page.

                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@return The maximum number of items on a page.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "maxItems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "maxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@param maxItems The maximum number of items on a page.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                  The maximum number of items on a page.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartDate" : { "c2jName" : "StartDate", "c2jShape" : "Date", "deprecated" : false, "documentation" : "

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "startDate", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "startDate", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartDate", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startDate", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "startDate", "variableType" : "String", "documentation" : "

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "HostedZoneId", "StartDate", "EndDate" ], "shapeName" : "ListChangeBatchesByHostedZoneRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListChangeBatchesByHostedZoneRequest", "variableName" : "listChangeBatchesByHostedZoneRequest", "variableType" : "ListChangeBatchesByHostedZoneRequest", "documentation" : null, "simpleType" : "ListChangeBatchesByHostedZoneRequest", "variableSetterType" : "ListChangeBatchesByHostedZoneRequest" }, "wrapper" : false }, "ListChangeBatchesByHostedZoneResult" : { "c2jName" : "ListChangeBatchesByHostedZoneResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : true, "documentation" : "

                                                                                                  A complex type containing the response information for the request.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.

                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.

                                                                                                  \n@return The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.

                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.

                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                  For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                  \n@param marker For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                  \n@return For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                                                                                                  For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                  \n@param marker For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                  \n@param marker For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                  For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "deprecated" : false, "documentation" : "

                                                                                                  A flag that indicates if there are more change batches to list.

                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IsTruncated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IsTruncated", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "

                                                                                                  A flag that indicates if there are more change batches to list.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ChangeBatchRecords", "c2jShape" : "ChangeBatchRecords", "deprecated" : false, "documentation" : "

                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeBatchRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeBatchRecords", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ChangeBatchRecord", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ChangeBatchRecord", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeBatchRecord", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeBatchRecord", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ChangeBatchRecord", "variableName" : "member", "variableType" : "ChangeBatchRecord", "documentation" : "", "simpleType" : "ChangeBatchRecord", "variableSetterType" : "ChangeBatchRecord" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ChangeBatchRecord", "variableName" : "member", "variableType" : "ChangeBatchRecord", "documentation" : "", "simpleType" : "ChangeBatchRecord", "variableSetterType" : "ChangeBatchRecord" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ChangeBatchRecord", "memberType" : "ChangeBatchRecord", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ChangeBatchRecord", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ChangeBatchRecords", "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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "changeBatchRecords", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "changeBatchRecords", "variableType" : "java.util.List", "documentation" : "

                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextMarker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                  The next page marker.

                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                  The next page marker.

                                                                                                  \n@return The next page marker.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextMarker", "setterDocumentation" : "/**

                                                                                                  The next page marker.

                                                                                                  \n@param nextMarker The next page marker.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                                  The next page marker.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChangeBatchRecords" : { "c2jName" : "ChangeBatchRecords", "c2jShape" : "ChangeBatchRecords", "deprecated" : false, "documentation" : "

                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeBatchRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeBatchRecords", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ChangeBatchRecord", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ChangeBatchRecord", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeBatchRecord", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeBatchRecord", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ChangeBatchRecord", "variableName" : "member", "variableType" : "ChangeBatchRecord", "documentation" : "", "simpleType" : "ChangeBatchRecord", "variableSetterType" : "ChangeBatchRecord" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ChangeBatchRecord", "variableName" : "member", "variableType" : "ChangeBatchRecord", "documentation" : "", "simpleType" : "ChangeBatchRecord", "variableSetterType" : "ChangeBatchRecord" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ChangeBatchRecord", "memberType" : "ChangeBatchRecord", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ChangeBatchRecord", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ChangeBatchRecords", "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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "changeBatchRecords", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "changeBatchRecords", "variableType" : "java.util.List", "documentation" : "

                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "IsTruncated" : { "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "deprecated" : false, "documentation" : "

                                                                                                  A flag that indicates if there are more change batches to list.

                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IsTruncated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IsTruncated", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "

                                                                                                  A flag that indicates if there are more change batches to list.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Marker" : { "c2jName" : "Marker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                  For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                  \n@param marker For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                  \n@return For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                                                                                                  For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                  \n@param marker For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                  \n@param marker For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                  For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.

                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.

                                                                                                  \n@return The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.

                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.

                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NextMarker" : { "c2jName" : "NextMarker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                  The next page marker.

                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                  The next page marker.

                                                                                                  \n@return The next page marker.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextMarker", "setterDocumentation" : "/**

                                                                                                  The next page marker.

                                                                                                  \n@param nextMarker The next page marker.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                                  The next page marker.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "MaxItems", "Marker", "ChangeBatchRecords" ], "shapeName" : "ListChangeBatchesByHostedZoneResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListChangeBatchesByHostedZoneResult", "variableName" : "listChangeBatchesByHostedZoneResult", "variableType" : "ListChangeBatchesByHostedZoneResult", "documentation" : null, "simpleType" : "ListChangeBatchesByHostedZoneResult", "variableSetterType" : "ListChangeBatchesByHostedZoneResult" }, "wrapper" : false }, "ListChangeBatchesByRRSetRequest" : { "c2jName" : "ListChangeBatchesByRRSetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : true, "documentation" : "

                                                                                                  The input for a ListChangeBatchesByRRSet request.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListChangeBatchesByRRSet", "locationName" : null, "requestUri" : "/2013-04-01/hostedzone/{Id}/rrsChanges", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneId", "setterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone that you want to see changes for.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Name", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

                                                                                                  The name of the RRSet that you want to see changes for.

                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "rrSet_name", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "rrSet_name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                  The name of the RRSet that you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Type", "c2jShape" : "RRType", "deprecated" : false, "documentation" : "

                                                                                                  The type of the RRSet that you want to see changes for.

                                                                                                  ", "enumType" : "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*/", "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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "type", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                  The type of the RRSet that you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SetIdentifier", "c2jShape" : "ResourceRecordSetIdentifier", "deprecated" : false, "documentation" : "

                                                                                                  The identifier of the RRSet that you want to see changes for.

                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "identifier", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "identifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SetIdentifier", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "setIdentifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "setIdentifier", "variableType" : "String", "documentation" : "

                                                                                                  The identifier of the RRSet that you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StartDate", "c2jShape" : "Date", "deprecated" : false, "documentation" : "

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "startDate", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "startDate", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartDate", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startDate", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "startDate", "variableType" : "String", "documentation" : "

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EndDate", "c2jShape" : "Date", "deprecated" : false, "documentation" : "

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "endDate", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "endDate", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EndDate", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endDate", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "endDate", "variableType" : "String", "documentation" : "

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                  The maximum number of items on a page.

                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@return The maximum number of items on a page.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "maxItems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "maxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@param maxItems The maximum number of items on a page.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                  The maximum number of items on a page.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                  The page marker.

                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@return The page marker.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "marker", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@param marker The page marker.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                  The page marker.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndDate" : { "c2jName" : "EndDate", "c2jShape" : "Date", "deprecated" : false, "documentation" : "

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "endDate", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "endDate", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EndDate", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endDate", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "endDate", "variableType" : "String", "documentation" : "

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HostedZoneId" : { "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneId", "setterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone that you want to see changes for.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Marker" : { "c2jName" : "Marker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                  The page marker.

                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@return The page marker.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "marker", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@param marker The page marker.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                  The page marker.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                  The maximum number of items on a page.

                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@return The maximum number of items on a page.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "maxItems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "maxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@param maxItems The maximum number of items on a page.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                  The maximum number of items on a page.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

                                                                                                  The name of the RRSet that you want to see changes for.

                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "rrSet_name", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "rrSet_name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                  The name of the RRSet that you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SetIdentifier" : { "c2jName" : "SetIdentifier", "c2jShape" : "ResourceRecordSetIdentifier", "deprecated" : false, "documentation" : "

                                                                                                  The identifier of the RRSet that you want to see changes for.

                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "identifier", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "identifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SetIdentifier", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "setIdentifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "setIdentifier", "variableType" : "String", "documentation" : "

                                                                                                  The identifier of the RRSet that you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartDate" : { "c2jName" : "StartDate", "c2jShape" : "Date", "deprecated" : false, "documentation" : "

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "startDate", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "startDate", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartDate", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startDate", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "startDate", "variableType" : "String", "documentation" : "

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Type" : { "c2jName" : "Type", "c2jShape" : "RRType", "deprecated" : false, "documentation" : "

                                                                                                  The type of the RRSet that you want to see changes for.

                                                                                                  ", "enumType" : "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*/", "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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "type", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                  The type of the RRSet that you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "HostedZoneId", "Name", "Type", "StartDate", "EndDate" ], "shapeName" : "ListChangeBatchesByRRSetRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListChangeBatchesByRRSetRequest", "variableName" : "listChangeBatchesByRRSetRequest", "variableType" : "ListChangeBatchesByRRSetRequest", "documentation" : null, "simpleType" : "ListChangeBatchesByRRSetRequest", "variableSetterType" : "ListChangeBatchesByRRSetRequest" }, "wrapper" : false }, "ListChangeBatchesByRRSetResult" : { "c2jName" : "ListChangeBatchesByRRSetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : true, "documentation" : "

                                                                                                  The input for a ListChangeBatchesByRRSet request.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                  The maximum number of items on a page.

                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@return The maximum number of items on a page.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@param maxItems The maximum number of items on a page.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                  The maximum number of items on a page.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                  The page marker.

                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@return The page marker.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@param marker The page marker.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                  The page marker.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "deprecated" : false, "documentation" : "

                                                                                                  A flag that indicates if there are more change batches to list.

                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IsTruncated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IsTruncated", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "

                                                                                                  A flag that indicates if there are more change batches to list.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ChangeBatchRecords", "c2jShape" : "ChangeBatchRecords", "deprecated" : false, "documentation" : "

                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeBatchRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeBatchRecords", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ChangeBatchRecord", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ChangeBatchRecord", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeBatchRecord", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeBatchRecord", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ChangeBatchRecord", "variableName" : "member", "variableType" : "ChangeBatchRecord", "documentation" : "", "simpleType" : "ChangeBatchRecord", "variableSetterType" : "ChangeBatchRecord" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ChangeBatchRecord", "variableName" : "member", "variableType" : "ChangeBatchRecord", "documentation" : "", "simpleType" : "ChangeBatchRecord", "variableSetterType" : "ChangeBatchRecord" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ChangeBatchRecord", "memberType" : "ChangeBatchRecord", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ChangeBatchRecord", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ChangeBatchRecords", "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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "changeBatchRecords", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "changeBatchRecords", "variableType" : "java.util.List", "documentation" : "

                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextMarker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                  The next page marker.

                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                  The next page marker.

                                                                                                  \n@return The next page marker.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextMarker", "setterDocumentation" : "/**

                                                                                                  The next page marker.

                                                                                                  \n@param nextMarker The next page marker.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                                  The next page marker.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChangeBatchRecords" : { "c2jName" : "ChangeBatchRecords", "c2jShape" : "ChangeBatchRecords", "deprecated" : false, "documentation" : "

                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeBatchRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeBatchRecords", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ChangeBatchRecord", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ChangeBatchRecord", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChangeBatchRecord", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeBatchRecord", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ChangeBatchRecord", "variableName" : "member", "variableType" : "ChangeBatchRecord", "documentation" : "", "simpleType" : "ChangeBatchRecord", "variableSetterType" : "ChangeBatchRecord" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ChangeBatchRecord", "variableName" : "member", "variableType" : "ChangeBatchRecord", "documentation" : "", "simpleType" : "ChangeBatchRecord", "variableSetterType" : "ChangeBatchRecord" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ChangeBatchRecord", "memberType" : "ChangeBatchRecord", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ChangeBatchRecord", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ChangeBatchRecords", "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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "changeBatchRecords", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "changeBatchRecords", "variableType" : "java.util.List", "documentation" : "

                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "IsTruncated" : { "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "deprecated" : false, "documentation" : "

                                                                                                  A flag that indicates if there are more change batches to list.

                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IsTruncated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IsTruncated", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "

                                                                                                  A flag that indicates if there are more change batches to list.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Marker" : { "c2jName" : "Marker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                  The page marker.

                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@return The page marker.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@param marker The page marker.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                  The page marker.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                  The maximum number of items on a page.

                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@return The maximum number of items on a page.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@param maxItems The maximum number of items on a page.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                  The maximum number of items on a page.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NextMarker" : { "c2jName" : "NextMarker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                  The next page marker.

                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                  The next page marker.

                                                                                                  \n@return The next page marker.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextMarker", "setterDocumentation" : "/**

                                                                                                  The next page marker.

                                                                                                  \n@param nextMarker The next page marker.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                                  The next page marker.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "MaxItems", "Marker", "ChangeBatchRecords" ], "shapeName" : "ListChangeBatchesByRRSetResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListChangeBatchesByRRSetResult", "variableName" : "listChangeBatchesByRRSetResult", "variableType" : "ListChangeBatchesByRRSetResult", "documentation" : null, "simpleType" : "ListChangeBatchesByRRSetResult", "variableSetterType" : "ListChangeBatchesByRRSetResult" }, "wrapper" : false }, "ListGeoLocationsRequest" : { "c2jName" : "ListGeoLocationsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  To get a list of geographic locations that Amazon Route 53 supports for geolocation, send a GET request to the /Amazon Route 53 API version/geolocations resource. The response to this request includes a GeoLocationDetails element for each location that Amazon Route 53 supports.

                                                                                                  Countries are listed first, and continents are listed last. If Amazon Route 53 supports subdivisions for a country (for example, states or provinces), the subdivisions for that country are listed in alphabetical order immediately after the corresponding country.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListGeoLocations", "locationName" : null, "requestUri" : "/2013-04-01/geolocations", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StartContinentCode", "c2jShape" : "GeoLocationContinentCode", "deprecated" : false, "documentation" : "

                                                                                                  The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextContinentCode from the previous response has a value, enter that value in StartContinentCode to return the next page of results.

                                                                                                  Include StartContinentCode only if you want to list continents. Don't include StartContinentCode when you're listing countries or countries with their subdivisions.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextContinentCode from the previous response has a value, enter that value in StartContinentCode to return the next page of results.

                                                                                                  Include StartContinentCode only if you want to list continents. Don't include StartContinentCode when you're listing countries or countries with their subdivisions.

                                                                                                  \n@param startContinentCode The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextContinentCode from the previous response has a value, enter that value in StartContinentCode to return the next page of results.

                                                                                                  Include StartContinentCode only if you want to list continents. Don't include StartContinentCode when you're listing countries or countries with their subdivisions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextContinentCode from the previous response has a value, enter that value in StartContinentCode to return the next page of results.

                                                                                                  Include StartContinentCode only if you want to list continents. Don't include StartContinentCode when you're listing countries or countries with their subdivisions.

                                                                                                  \n@return The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextContinentCode from the previous response has a value, enter that value in StartContinentCode to return the next page of results.

                                                                                                  Include StartContinentCode only if you want to list continents. Don't include StartContinentCode when you're listing countries or countries with their subdivisions.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "startcontinentcode", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "startcontinentcode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartContinentCode", "setterDocumentation" : "/**

                                                                                                  The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextContinentCode from the previous response has a value, enter that value in StartContinentCode to return the next page of results.

                                                                                                  Include StartContinentCode only if you want to list continents. Don't include StartContinentCode when you're listing countries or countries with their subdivisions.

                                                                                                  \n@param startContinentCode The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextContinentCode from the previous response has a value, enter that value in StartContinentCode to return the next page of results.

                                                                                                  Include StartContinentCode only if you want to list continents. Don't include StartContinentCode when you're listing countries or countries with their subdivisions.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startContinentCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextContinentCode from the previous response has a value, enter that value in StartContinentCode to return the next page of results.

                                                                                                  Include StartContinentCode only if you want to list continents. Don't include StartContinentCode when you're listing countries or countries with their subdivisions.

                                                                                                  \n@param startContinentCode The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextContinentCode from the previous response has a value, enter that value in StartContinentCode to return the next page of results.

                                                                                                  Include StartContinentCode only if you want to list continents. Don't include StartContinentCode when you're listing countries or countries with their subdivisions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "startContinentCode", "variableType" : "String", "documentation" : "

                                                                                                  The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextContinentCode from the previous response has a value, enter that value in StartContinentCode to return the next page of results.

                                                                                                  Include StartContinentCode only if you want to list continents. Don't include StartContinentCode when you're listing countries or countries with their subdivisions.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StartCountryCode", "c2jShape" : "GeoLocationCountryCode", "deprecated" : false, "documentation" : "

                                                                                                  The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextCountryCode from the previous response has a value, enter that value in StartCountryCode to return the next page of results.

                                                                                                  Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextCountryCode from the previous response has a value, enter that value in StartCountryCode to return the next page of results.

                                                                                                  Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.

                                                                                                  \n@param startCountryCode The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextCountryCode from the previous response has a value, enter that value in StartCountryCode to return the next page of results.

                                                                                                  Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextCountryCode from the previous response has a value, enter that value in StartCountryCode to return the next page of results.

                                                                                                  Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.

                                                                                                  \n@return The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextCountryCode from the previous response has a value, enter that value in StartCountryCode to return the next page of results.

                                                                                                  Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "startcountrycode", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "startcountrycode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartCountryCode", "setterDocumentation" : "/**

                                                                                                  The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextCountryCode from the previous response has a value, enter that value in StartCountryCode to return the next page of results.

                                                                                                  Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.

                                                                                                  \n@param startCountryCode The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextCountryCode from the previous response has a value, enter that value in StartCountryCode to return the next page of results.

                                                                                                  Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startCountryCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextCountryCode from the previous response has a value, enter that value in StartCountryCode to return the next page of results.

                                                                                                  Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.

                                                                                                  \n@param startCountryCode The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextCountryCode from the previous response has a value, enter that value in StartCountryCode to return the next page of results.

                                                                                                  Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "startCountryCode", "variableType" : "String", "documentation" : "

                                                                                                  The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextCountryCode from the previous response has a value, enter that value in StartCountryCode to return the next page of results.

                                                                                                  Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StartSubdivisionCode", "c2jShape" : "GeoLocationSubdivisionCode", "deprecated" : false, "documentation" : "

                                                                                                  The code for the subdivision (for example, state or province) with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextSubdivisionCode from the previous response has a value, enter that value in StartSubdivisionCode to return the next page of results.

                                                                                                  To list subdivisions of a country, you must include both StartCountryCode and StartSubdivisionCode.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The code for the subdivision (for example, state or province) with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextSubdivisionCode from the previous response has a value, enter that value in StartSubdivisionCode to return the next page of results.

                                                                                                  To list subdivisions of a country, you must include both StartCountryCode and StartSubdivisionCode.

                                                                                                  \n@param startSubdivisionCode The code for the subdivision (for example, state or province) with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextSubdivisionCode from the previous response has a value, enter that value in StartSubdivisionCode to return the next page of results.

                                                                                                  To list subdivisions of a country, you must include both StartCountryCode and StartSubdivisionCode.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  The code for the subdivision (for example, state or province) with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextSubdivisionCode from the previous response has a value, enter that value in StartSubdivisionCode to return the next page of results.

                                                                                                  To list subdivisions of a country, you must include both StartCountryCode and StartSubdivisionCode.

                                                                                                  \n@return The code for the subdivision (for example, state or province) with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextSubdivisionCode from the previous response has a value, enter that value in StartSubdivisionCode to return the next page of results.

                                                                                                  To list subdivisions of a country, you must include both StartCountryCode and StartSubdivisionCode.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "startsubdivisioncode", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "startsubdivisioncode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartSubdivisionCode", "setterDocumentation" : "/**

                                                                                                  The code for the subdivision (for example, state or province) with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextSubdivisionCode from the previous response has a value, enter that value in StartSubdivisionCode to return the next page of results.

                                                                                                  To list subdivisions of a country, you must include both StartCountryCode and StartSubdivisionCode.

                                                                                                  \n@param startSubdivisionCode The code for the subdivision (for example, state or province) with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextSubdivisionCode from the previous response has a value, enter that value in StartSubdivisionCode to return the next page of results.

                                                                                                  To list subdivisions of a country, you must include both StartCountryCode and StartSubdivisionCode.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startSubdivisionCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The code for the subdivision (for example, state or province) with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextSubdivisionCode from the previous response has a value, enter that value in StartSubdivisionCode to return the next page of results.

                                                                                                  To list subdivisions of a country, you must include both StartCountryCode and StartSubdivisionCode.

                                                                                                  \n@param startSubdivisionCode The code for the subdivision (for example, state or province) with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextSubdivisionCode from the previous response has a value, enter that value in StartSubdivisionCode to return the next page of results.

                                                                                                  To list subdivisions of a country, you must include both StartCountryCode and StartSubdivisionCode.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "startSubdivisionCode", "variableType" : "String", "documentation" : "

                                                                                                  The code for the subdivision (for example, state or province) with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextSubdivisionCode from the previous response has a value, enter that value in StartSubdivisionCode to return the next page of results.

                                                                                                  To list subdivisions of a country, you must include both StartCountryCode and StartSubdivisionCode.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                  (Optional) The maximum number of geolocations to be included in the response body for this request. If more than MaxItems geolocations remain to be listed, then the value of the IsTruncated element in the response is true.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  (Optional) The maximum number of geolocations to be included in the response body for this request. If more than MaxItems geolocations remain to be listed, then the value of the IsTruncated element in the response is true.

                                                                                                  \n@param maxItems (Optional) The maximum number of geolocations to be included in the response body for this request. If more than MaxItems geolocations remain to be listed, then the value of the IsTruncated element in the response is true.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  (Optional) The maximum number of geolocations to be included in the response body for this request. If more than MaxItems geolocations remain to be listed, then the value of the IsTruncated element in the response is true.

                                                                                                  \n@return (Optional) The maximum number of geolocations to be included in the response body for this request. If more than MaxItems geolocations remain to be listed, then the value of the IsTruncated element in the response is true.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "maxitems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "maxitems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                  (Optional) The maximum number of geolocations to be included in the response body for this request. If more than MaxItems geolocations remain to be listed, then the value of the IsTruncated element in the response is true.

                                                                                                  \n@param maxItems (Optional) The maximum number of geolocations to be included in the response body for this request. If more than MaxItems geolocations remain to be listed, then the value of the IsTruncated element in the response is true.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  (Optional) The maximum number of geolocations to be included in the response body for this request. If more than MaxItems geolocations remain to be listed, then the value of the IsTruncated element in the response is true.

                                                                                                  \n@param maxItems (Optional) The maximum number of geolocations to be included in the response body for this request. If more than MaxItems geolocations remain to be listed, then the value of the IsTruncated element in the response is true.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                  (Optional) The maximum number of geolocations to be included in the response body for this request. If more than MaxItems geolocations remain to be listed, then the value of the IsTruncated element in the response is true.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                  (Optional) The maximum number of geolocations to be included in the response body for this request. If more than MaxItems geolocations remain to be listed, then the value of the IsTruncated element in the response is true.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  (Optional) The maximum number of geolocations to be included in the response body for this request. If more than MaxItems geolocations remain to be listed, then the value of the IsTruncated element in the response is true.

                                                                                                  \n@param maxItems (Optional) The maximum number of geolocations to be included in the response body for this request. If more than MaxItems geolocations remain to be listed, then the value of the IsTruncated element in the response is true.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  (Optional) The maximum number of geolocations to be included in the response body for this request. If more than MaxItems geolocations remain to be listed, then the value of the IsTruncated element in the response is true.

                                                                                                  \n@return (Optional) The maximum number of geolocations to be included in the response body for this request. If more than MaxItems geolocations remain to be listed, then the value of the IsTruncated element in the response is true.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "maxitems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "maxitems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                  (Optional) The maximum number of geolocations to be included in the response body for this request. If more than MaxItems geolocations remain to be listed, then the value of the IsTruncated element in the response is true.

                                                                                                  \n@param maxItems (Optional) The maximum number of geolocations to be included in the response body for this request. If more than MaxItems geolocations remain to be listed, then the value of the IsTruncated element in the response is true.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  (Optional) The maximum number of geolocations to be included in the response body for this request. If more than MaxItems geolocations remain to be listed, then the value of the IsTruncated element in the response is true.

                                                                                                  \n@param maxItems (Optional) The maximum number of geolocations to be included in the response body for this request. If more than MaxItems geolocations remain to be listed, then the value of the IsTruncated element in the response is true.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                  (Optional) The maximum number of geolocations to be included in the response body for this request. If more than MaxItems geolocations remain to be listed, then the value of the IsTruncated element in the response is true.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartContinentCode" : { "c2jName" : "StartContinentCode", "c2jShape" : "GeoLocationContinentCode", "deprecated" : false, "documentation" : "

                                                                                                  The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextContinentCode from the previous response has a value, enter that value in StartContinentCode to return the next page of results.

                                                                                                  Include StartContinentCode only if you want to list continents. Don't include StartContinentCode when you're listing countries or countries with their subdivisions.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextContinentCode from the previous response has a value, enter that value in StartContinentCode to return the next page of results.

                                                                                                  Include StartContinentCode only if you want to list continents. Don't include StartContinentCode when you're listing countries or countries with their subdivisions.

                                                                                                  \n@param startContinentCode The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextContinentCode from the previous response has a value, enter that value in StartContinentCode to return the next page of results.

                                                                                                  Include StartContinentCode only if you want to list continents. Don't include StartContinentCode when you're listing countries or countries with their subdivisions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextContinentCode from the previous response has a value, enter that value in StartContinentCode to return the next page of results.

                                                                                                  Include StartContinentCode only if you want to list continents. Don't include StartContinentCode when you're listing countries or countries with their subdivisions.

                                                                                                  \n@return The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextContinentCode from the previous response has a value, enter that value in StartContinentCode to return the next page of results.

                                                                                                  Include StartContinentCode only if you want to list continents. Don't include StartContinentCode when you're listing countries or countries with their subdivisions.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "startcontinentcode", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "startcontinentcode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartContinentCode", "setterDocumentation" : "/**

                                                                                                  The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextContinentCode from the previous response has a value, enter that value in StartContinentCode to return the next page of results.

                                                                                                  Include StartContinentCode only if you want to list continents. Don't include StartContinentCode when you're listing countries or countries with their subdivisions.

                                                                                                  \n@param startContinentCode The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextContinentCode from the previous response has a value, enter that value in StartContinentCode to return the next page of results.

                                                                                                  Include StartContinentCode only if you want to list continents. Don't include StartContinentCode when you're listing countries or countries with their subdivisions.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startContinentCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextContinentCode from the previous response has a value, enter that value in StartContinentCode to return the next page of results.

                                                                                                  Include StartContinentCode only if you want to list continents. Don't include StartContinentCode when you're listing countries or countries with their subdivisions.

                                                                                                  \n@param startContinentCode The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextContinentCode from the previous response has a value, enter that value in StartContinentCode to return the next page of results.

                                                                                                  Include StartContinentCode only if you want to list continents. Don't include StartContinentCode when you're listing countries or countries with their subdivisions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "startContinentCode", "variableType" : "String", "documentation" : "

                                                                                                  The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextContinentCode from the previous response has a value, enter that value in StartContinentCode to return the next page of results.

                                                                                                  Include StartContinentCode only if you want to list continents. Don't include StartContinentCode when you're listing countries or countries with their subdivisions.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartCountryCode" : { "c2jName" : "StartCountryCode", "c2jShape" : "GeoLocationCountryCode", "deprecated" : false, "documentation" : "

                                                                                                  The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextCountryCode from the previous response has a value, enter that value in StartCountryCode to return the next page of results.

                                                                                                  Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextCountryCode from the previous response has a value, enter that value in StartCountryCode to return the next page of results.

                                                                                                  Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.

                                                                                                  \n@param startCountryCode The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextCountryCode from the previous response has a value, enter that value in StartCountryCode to return the next page of results.

                                                                                                  Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextCountryCode from the previous response has a value, enter that value in StartCountryCode to return the next page of results.

                                                                                                  Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.

                                                                                                  \n@return The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextCountryCode from the previous response has a value, enter that value in StartCountryCode to return the next page of results.

                                                                                                  Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "startcountrycode", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "startcountrycode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartCountryCode", "setterDocumentation" : "/**

                                                                                                  The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextCountryCode from the previous response has a value, enter that value in StartCountryCode to return the next page of results.

                                                                                                  Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.

                                                                                                  \n@param startCountryCode The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextCountryCode from the previous response has a value, enter that value in StartCountryCode to return the next page of results.

                                                                                                  Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startCountryCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextCountryCode from the previous response has a value, enter that value in StartCountryCode to return the next page of results.

                                                                                                  Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.

                                                                                                  \n@param startCountryCode The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextCountryCode from the previous response has a value, enter that value in StartCountryCode to return the next page of results.

                                                                                                  Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "startCountryCode", "variableType" : "String", "documentation" : "

                                                                                                  The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextCountryCode from the previous response has a value, enter that value in StartCountryCode to return the next page of results.

                                                                                                  Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartSubdivisionCode" : { "c2jName" : "StartSubdivisionCode", "c2jShape" : "GeoLocationSubdivisionCode", "deprecated" : false, "documentation" : "

                                                                                                  The code for the subdivision (for example, state or province) with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextSubdivisionCode from the previous response has a value, enter that value in StartSubdivisionCode to return the next page of results.

                                                                                                  To list subdivisions of a country, you must include both StartCountryCode and StartSubdivisionCode.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The code for the subdivision (for example, state or province) with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextSubdivisionCode from the previous response has a value, enter that value in StartSubdivisionCode to return the next page of results.

                                                                                                  To list subdivisions of a country, you must include both StartCountryCode and StartSubdivisionCode.

                                                                                                  \n@param startSubdivisionCode The code for the subdivision (for example, state or province) with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextSubdivisionCode from the previous response has a value, enter that value in StartSubdivisionCode to return the next page of results.

                                                                                                  To list subdivisions of a country, you must include both StartCountryCode and StartSubdivisionCode.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  The code for the subdivision (for example, state or province) with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextSubdivisionCode from the previous response has a value, enter that value in StartSubdivisionCode to return the next page of results.

                                                                                                  To list subdivisions of a country, you must include both StartCountryCode and StartSubdivisionCode.

                                                                                                  \n@return The code for the subdivision (for example, state or province) with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextSubdivisionCode from the previous response has a value, enter that value in StartSubdivisionCode to return the next page of results.

                                                                                                  To list subdivisions of a country, you must include both StartCountryCode and StartSubdivisionCode.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "startsubdivisioncode", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "startsubdivisioncode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartSubdivisionCode", "setterDocumentation" : "/**

                                                                                                  The code for the subdivision (for example, state or province) with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextSubdivisionCode from the previous response has a value, enter that value in StartSubdivisionCode to return the next page of results.

                                                                                                  To list subdivisions of a country, you must include both StartCountryCode and StartSubdivisionCode.

                                                                                                  \n@param startSubdivisionCode The code for the subdivision (for example, state or province) with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextSubdivisionCode from the previous response has a value, enter that value in StartSubdivisionCode to return the next page of results.

                                                                                                  To list subdivisions of a country, you must include both StartCountryCode and StartSubdivisionCode.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startSubdivisionCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The code for the subdivision (for example, state or province) with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextSubdivisionCode from the previous response has a value, enter that value in StartSubdivisionCode to return the next page of results.

                                                                                                  To list subdivisions of a country, you must include both StartCountryCode and StartSubdivisionCode.

                                                                                                  \n@param startSubdivisionCode The code for the subdivision (for example, state or province) with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextSubdivisionCode from the previous response has a value, enter that value in StartSubdivisionCode to return the next page of results.

                                                                                                  To list subdivisions of a country, you must include both StartCountryCode and StartSubdivisionCode.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "startSubdivisionCode", "variableType" : "String", "documentation" : "

                                                                                                  The code for the subdivision (for example, state or province) with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextSubdivisionCode from the previous response has a value, enter that value in StartSubdivisionCode to return the next page of results.

                                                                                                  To list subdivisions of a country, you must include both StartCountryCode and StartSubdivisionCode.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListGeoLocationsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListGeoLocationsRequest", "variableName" : "listGeoLocationsRequest", "variableType" : "ListGeoLocationsRequest", "documentation" : null, "simpleType" : "ListGeoLocationsRequest", "variableSetterType" : "ListGeoLocationsRequest" }, "wrapper" : false }, "ListGeoLocationsResult" : { "c2jName" : "ListGeoLocationsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  A complex type containing the response information for the request.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GeoLocationDetailsList", "c2jShape" : "GeoLocationDetailsList", "deprecated" : false, "documentation" : "

                                                                                                  A complex type that contains one GeoLocationDetails element for each location that Amazon Route 53 supports for geolocation.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains one GeoLocationDetails element for each location that Amazon Route 53 supports for geolocation.

                                                                                                  \n@param geoLocationDetailsList A complex type that contains one GeoLocationDetails element for each location that Amazon Route 53 supports for geolocation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains one GeoLocationDetails element for each location that Amazon Route 53 supports for geolocation.

                                                                                                  \n@return A complex type that contains one GeoLocationDetails element for each location that Amazon Route 53 supports for geolocation.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GeoLocationDetailsList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GeoLocationDetailsList", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "GeoLocationDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "GeoLocationDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GeoLocationDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GeoLocationDetails", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "GeoLocationDetails", "variableName" : "member", "variableType" : "GeoLocationDetails", "documentation" : "", "simpleType" : "GeoLocationDetails", "variableSetterType" : "GeoLocationDetails" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "GeoLocationDetails", "variableName" : "member", "variableType" : "GeoLocationDetails", "documentation" : "", "simpleType" : "GeoLocationDetails", "variableSetterType" : "GeoLocationDetails" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "GeoLocationDetails", "memberType" : "GeoLocationDetails", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "GeoLocationDetails", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "GeoLocationDetailsList", "setterDocumentation" : "/**

                                                                                                  A complex type that contains one GeoLocationDetails element for each location that Amazon Route 53 supports for geolocation.

                                                                                                  \n@param geoLocationDetailsList A complex type that contains one GeoLocationDetails element for each location that Amazon Route 53 supports for geolocation.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "geoLocationDetailsList", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains one GeoLocationDetails element for each location that Amazon Route 53 supports for geolocation.

                                                                                                  \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 one GeoLocationDetails element for each location that Amazon Route 53 supports for geolocation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "geoLocationDetailsList", "variableType" : "java.util.List", "documentation" : "

                                                                                                  A complex type that contains one GeoLocationDetails element for each location that Amazon Route 53 supports for geolocation.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "deprecated" : false, "documentation" : "

                                                                                                  A value that indicates whether more locations remain to be listed after the last location in this response. If so, the value of IsTruncated is true. To get more values, submit another request and include the values of NextContinentCode, NextCountryCode, and NextSubdivisionCode in the StartContinentCode, StartCountryCode, and StartSubdivisionCode, as applicable.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A value that indicates whether more locations remain to be listed after the last location in this response. If so, the value of IsTruncated is true. To get more values, submit another request and include the values of NextContinentCode, NextCountryCode, and NextSubdivisionCode in the StartContinentCode, StartCountryCode, and StartSubdivisionCode, as applicable.

                                                                                                  \n@param isTruncated A value that indicates whether more locations remain to be listed after the last location in this response. If so, the value of IsTruncated is true. To get more values, submit another request and include the values of NextContinentCode, NextCountryCode, and NextSubdivisionCode in the StartContinentCode, StartCountryCode, and StartSubdivisionCode, as applicable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  A value that indicates whether more locations remain to be listed after the last location in this response. If so, the value of IsTruncated is true. To get more values, submit another request and include the values of NextContinentCode, NextCountryCode, and NextSubdivisionCode in the StartContinentCode, StartCountryCode, and StartSubdivisionCode, as applicable.

                                                                                                  \n@return A value that indicates whether more locations remain to be listed after the last location in this response. If so, the value of IsTruncated is true. To get more values, submit another request and include the values of NextContinentCode, NextCountryCode, and NextSubdivisionCode in the StartContinentCode, StartCountryCode, and StartSubdivisionCode, as applicable.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IsTruncated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IsTruncated", "setterDocumentation" : "/**

                                                                                                  A value that indicates whether more locations remain to be listed after the last location in this response. If so, the value of IsTruncated is true. To get more values, submit another request and include the values of NextContinentCode, NextCountryCode, and NextSubdivisionCode in the StartContinentCode, StartCountryCode, and StartSubdivisionCode, as applicable.

                                                                                                  \n@param isTruncated A value that indicates whether more locations remain to be listed after the last location in this response. If so, the value of IsTruncated is true. To get more values, submit another request and include the values of NextContinentCode, NextCountryCode, and NextSubdivisionCode in the StartContinentCode, StartCountryCode, and StartSubdivisionCode, as applicable.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  A value that indicates whether more locations remain to be listed after the last location in this response. If so, the value of IsTruncated is true. To get more values, submit another request and include the values of NextContinentCode, NextCountryCode, and NextSubdivisionCode in the StartContinentCode, StartCountryCode, and StartSubdivisionCode, as applicable.

                                                                                                  \n@param isTruncated A value that indicates whether more locations remain to be listed after the last location in this response. If so, the value of IsTruncated is true. To get more values, submit another request and include the values of NextContinentCode, NextCountryCode, and NextSubdivisionCode in the StartContinentCode, StartCountryCode, and StartSubdivisionCode, as applicable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "

                                                                                                  A value that indicates whether more locations remain to be listed after the last location in this response. If so, the value of IsTruncated is true. To get more values, submit another request and include the values of NextContinentCode, NextCountryCode, and NextSubdivisionCode in the StartContinentCode, StartCountryCode, and StartSubdivisionCode, as applicable.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextContinentCode", "c2jShape" : "GeoLocationContinentCode", "deprecated" : false, "documentation" : "

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextContinentCode in the StartContinentCode parameter in another GET ListGeoLocations request.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextContinentCode in the StartContinentCode parameter in another GET ListGeoLocations request.

                                                                                                  \n@param nextContinentCode If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextContinentCode in the StartContinentCode parameter in another GET ListGeoLocations request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextContinentCode in the StartContinentCode parameter in another GET ListGeoLocations request.

                                                                                                  \n@return If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextContinentCode in the StartContinentCode parameter in another GET ListGeoLocations request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextContinentCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextContinentCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextContinentCode", "setterDocumentation" : "/**

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextContinentCode in the StartContinentCode parameter in another GET ListGeoLocations request.

                                                                                                  \n@param nextContinentCode If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextContinentCode in the StartContinentCode parameter in another GET ListGeoLocations request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextContinentCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextContinentCode in the StartContinentCode parameter in another GET ListGeoLocations request.

                                                                                                  \n@param nextContinentCode If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextContinentCode in the StartContinentCode parameter in another GET ListGeoLocations request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextContinentCode", "variableType" : "String", "documentation" : "

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextContinentCode in the StartContinentCode parameter in another GET ListGeoLocations request.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextCountryCode", "c2jShape" : "GeoLocationCountryCode", "deprecated" : false, "documentation" : "

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextCountryCode in the StartCountryCode parameter in another GET ListGeoLocations request.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextCountryCode in the StartCountryCode parameter in another GET ListGeoLocations request.

                                                                                                  \n@param nextCountryCode If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextCountryCode in the StartCountryCode parameter in another GET ListGeoLocations request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextCountryCode in the StartCountryCode parameter in another GET ListGeoLocations request.

                                                                                                  \n@return If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextCountryCode in the StartCountryCode parameter in another GET ListGeoLocations request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextCountryCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextCountryCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextCountryCode", "setterDocumentation" : "/**

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextCountryCode in the StartCountryCode parameter in another GET ListGeoLocations request.

                                                                                                  \n@param nextCountryCode If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextCountryCode in the StartCountryCode parameter in another GET ListGeoLocations request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextCountryCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextCountryCode in the StartCountryCode parameter in another GET ListGeoLocations request.

                                                                                                  \n@param nextCountryCode If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextCountryCode in the StartCountryCode parameter in another GET ListGeoLocations request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextCountryCode", "variableType" : "String", "documentation" : "

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextCountryCode in the StartCountryCode parameter in another GET ListGeoLocations request.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextSubdivisionCode", "c2jShape" : "GeoLocationSubdivisionCode", "deprecated" : false, "documentation" : "

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextSubdivisionCode in the StartSubdivisionCode parameter in another GET ListGeoLocations request.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextSubdivisionCode in the StartSubdivisionCode parameter in another GET ListGeoLocations request.

                                                                                                  \n@param nextSubdivisionCode If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextSubdivisionCode in the StartSubdivisionCode parameter in another GET ListGeoLocations request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextSubdivisionCode in the StartSubdivisionCode parameter in another GET ListGeoLocations request.

                                                                                                  \n@return If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextSubdivisionCode in the StartSubdivisionCode parameter in another GET ListGeoLocations request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextSubdivisionCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextSubdivisionCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextSubdivisionCode", "setterDocumentation" : "/**

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextSubdivisionCode in the StartSubdivisionCode parameter in another GET ListGeoLocations request.

                                                                                                  \n@param nextSubdivisionCode If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextSubdivisionCode in the StartSubdivisionCode parameter in another GET ListGeoLocations request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextSubdivisionCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextSubdivisionCode in the StartSubdivisionCode parameter in another GET ListGeoLocations request.

                                                                                                  \n@param nextSubdivisionCode If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextSubdivisionCode in the StartSubdivisionCode parameter in another GET ListGeoLocations request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextSubdivisionCode", "variableType" : "String", "documentation" : "

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextSubdivisionCode in the StartSubdivisionCode parameter in another GET ListGeoLocations request.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                  The value that you specified for MaxItems in the request.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The value that you specified for MaxItems in the request.

                                                                                                  \n@param maxItems The value that you specified for MaxItems in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  The value that you specified for MaxItems in the request.

                                                                                                  \n@return The value that you specified for MaxItems in the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                  The value that you specified for MaxItems in the request.

                                                                                                  \n@param maxItems The value that you specified for MaxItems in the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The value that you specified for MaxItems in the request.

                                                                                                  \n@param maxItems The value that you specified for MaxItems in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                  The value that you specified for MaxItems in the request.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GeoLocationDetailsList" : { "c2jName" : "GeoLocationDetailsList", "c2jShape" : "GeoLocationDetailsList", "deprecated" : false, "documentation" : "

                                                                                                  A complex type that contains one GeoLocationDetails element for each location that Amazon Route 53 supports for geolocation.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains one GeoLocationDetails element for each location that Amazon Route 53 supports for geolocation.

                                                                                                  \n@param geoLocationDetailsList A complex type that contains one GeoLocationDetails element for each location that Amazon Route 53 supports for geolocation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains one GeoLocationDetails element for each location that Amazon Route 53 supports for geolocation.

                                                                                                  \n@return A complex type that contains one GeoLocationDetails element for each location that Amazon Route 53 supports for geolocation.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GeoLocationDetailsList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GeoLocationDetailsList", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "GeoLocationDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "GeoLocationDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GeoLocationDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GeoLocationDetails", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "GeoLocationDetails", "variableName" : "member", "variableType" : "GeoLocationDetails", "documentation" : "", "simpleType" : "GeoLocationDetails", "variableSetterType" : "GeoLocationDetails" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "GeoLocationDetails", "variableName" : "member", "variableType" : "GeoLocationDetails", "documentation" : "", "simpleType" : "GeoLocationDetails", "variableSetterType" : "GeoLocationDetails" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "GeoLocationDetails", "memberType" : "GeoLocationDetails", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "GeoLocationDetails", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "GeoLocationDetailsList", "setterDocumentation" : "/**

                                                                                                  A complex type that contains one GeoLocationDetails element for each location that Amazon Route 53 supports for geolocation.

                                                                                                  \n@param geoLocationDetailsList A complex type that contains one GeoLocationDetails element for each location that Amazon Route 53 supports for geolocation.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "geoLocationDetailsList", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains one GeoLocationDetails element for each location that Amazon Route 53 supports for geolocation.

                                                                                                  \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 one GeoLocationDetails element for each location that Amazon Route 53 supports for geolocation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "geoLocationDetailsList", "variableType" : "java.util.List", "documentation" : "

                                                                                                  A complex type that contains one GeoLocationDetails element for each location that Amazon Route 53 supports for geolocation.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "IsTruncated" : { "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "deprecated" : false, "documentation" : "

                                                                                                  A value that indicates whether more locations remain to be listed after the last location in this response. If so, the value of IsTruncated is true. To get more values, submit another request and include the values of NextContinentCode, NextCountryCode, and NextSubdivisionCode in the StartContinentCode, StartCountryCode, and StartSubdivisionCode, as applicable.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A value that indicates whether more locations remain to be listed after the last location in this response. If so, the value of IsTruncated is true. To get more values, submit another request and include the values of NextContinentCode, NextCountryCode, and NextSubdivisionCode in the StartContinentCode, StartCountryCode, and StartSubdivisionCode, as applicable.

                                                                                                  \n@param isTruncated A value that indicates whether more locations remain to be listed after the last location in this response. If so, the value of IsTruncated is true. To get more values, submit another request and include the values of NextContinentCode, NextCountryCode, and NextSubdivisionCode in the StartContinentCode, StartCountryCode, and StartSubdivisionCode, as applicable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  A value that indicates whether more locations remain to be listed after the last location in this response. If so, the value of IsTruncated is true. To get more values, submit another request and include the values of NextContinentCode, NextCountryCode, and NextSubdivisionCode in the StartContinentCode, StartCountryCode, and StartSubdivisionCode, as applicable.

                                                                                                  \n@return A value that indicates whether more locations remain to be listed after the last location in this response. If so, the value of IsTruncated is true. To get more values, submit another request and include the values of NextContinentCode, NextCountryCode, and NextSubdivisionCode in the StartContinentCode, StartCountryCode, and StartSubdivisionCode, as applicable.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IsTruncated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IsTruncated", "setterDocumentation" : "/**

                                                                                                  A value that indicates whether more locations remain to be listed after the last location in this response. If so, the value of IsTruncated is true. To get more values, submit another request and include the values of NextContinentCode, NextCountryCode, and NextSubdivisionCode in the StartContinentCode, StartCountryCode, and StartSubdivisionCode, as applicable.

                                                                                                  \n@param isTruncated A value that indicates whether more locations remain to be listed after the last location in this response. If so, the value of IsTruncated is true. To get more values, submit another request and include the values of NextContinentCode, NextCountryCode, and NextSubdivisionCode in the StartContinentCode, StartCountryCode, and StartSubdivisionCode, as applicable.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  A value that indicates whether more locations remain to be listed after the last location in this response. If so, the value of IsTruncated is true. To get more values, submit another request and include the values of NextContinentCode, NextCountryCode, and NextSubdivisionCode in the StartContinentCode, StartCountryCode, and StartSubdivisionCode, as applicable.

                                                                                                  \n@param isTruncated A value that indicates whether more locations remain to be listed after the last location in this response. If so, the value of IsTruncated is true. To get more values, submit another request and include the values of NextContinentCode, NextCountryCode, and NextSubdivisionCode in the StartContinentCode, StartCountryCode, and StartSubdivisionCode, as applicable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "

                                                                                                  A value that indicates whether more locations remain to be listed after the last location in this response. If so, the value of IsTruncated is true. To get more values, submit another request and include the values of NextContinentCode, NextCountryCode, and NextSubdivisionCode in the StartContinentCode, StartCountryCode, and StartSubdivisionCode, as applicable.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                  The value that you specified for MaxItems in the request.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The value that you specified for MaxItems in the request.

                                                                                                  \n@param maxItems The value that you specified for MaxItems in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  The value that you specified for MaxItems in the request.

                                                                                                  \n@return The value that you specified for MaxItems in the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                  The value that you specified for MaxItems in the request.

                                                                                                  \n@param maxItems The value that you specified for MaxItems in the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The value that you specified for MaxItems in the request.

                                                                                                  \n@param maxItems The value that you specified for MaxItems in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                  The value that you specified for MaxItems in the request.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NextContinentCode" : { "c2jName" : "NextContinentCode", "c2jShape" : "GeoLocationContinentCode", "deprecated" : false, "documentation" : "

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextContinentCode in the StartContinentCode parameter in another GET ListGeoLocations request.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextContinentCode in the StartContinentCode parameter in another GET ListGeoLocations request.

                                                                                                  \n@param nextContinentCode If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextContinentCode in the StartContinentCode parameter in another GET ListGeoLocations request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextContinentCode in the StartContinentCode parameter in another GET ListGeoLocations request.

                                                                                                  \n@return If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextContinentCode in the StartContinentCode parameter in another GET ListGeoLocations request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextContinentCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextContinentCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextContinentCode", "setterDocumentation" : "/**

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextContinentCode in the StartContinentCode parameter in another GET ListGeoLocations request.

                                                                                                  \n@param nextContinentCode If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextContinentCode in the StartContinentCode parameter in another GET ListGeoLocations request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextContinentCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextContinentCode in the StartContinentCode parameter in another GET ListGeoLocations request.

                                                                                                  \n@param nextContinentCode If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextContinentCode in the StartContinentCode parameter in another GET ListGeoLocations request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextContinentCode", "variableType" : "String", "documentation" : "

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextContinentCode in the StartContinentCode parameter in another GET ListGeoLocations request.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NextCountryCode" : { "c2jName" : "NextCountryCode", "c2jShape" : "GeoLocationCountryCode", "deprecated" : false, "documentation" : "

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextCountryCode in the StartCountryCode parameter in another GET ListGeoLocations request.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextCountryCode in the StartCountryCode parameter in another GET ListGeoLocations request.

                                                                                                  \n@param nextCountryCode If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextCountryCode in the StartCountryCode parameter in another GET ListGeoLocations request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextCountryCode in the StartCountryCode parameter in another GET ListGeoLocations request.

                                                                                                  \n@return If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextCountryCode in the StartCountryCode parameter in another GET ListGeoLocations request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextCountryCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextCountryCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextCountryCode", "setterDocumentation" : "/**

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextCountryCode in the StartCountryCode parameter in another GET ListGeoLocations request.

                                                                                                  \n@param nextCountryCode If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextCountryCode in the StartCountryCode parameter in another GET ListGeoLocations request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextCountryCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextCountryCode in the StartCountryCode parameter in another GET ListGeoLocations request.

                                                                                                  \n@param nextCountryCode If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextCountryCode in the StartCountryCode parameter in another GET ListGeoLocations request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextCountryCode", "variableType" : "String", "documentation" : "

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextCountryCode in the StartCountryCode parameter in another GET ListGeoLocations request.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NextSubdivisionCode" : { "c2jName" : "NextSubdivisionCode", "c2jShape" : "GeoLocationSubdivisionCode", "deprecated" : false, "documentation" : "

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextSubdivisionCode in the StartSubdivisionCode parameter in another GET ListGeoLocations request.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextSubdivisionCode in the StartSubdivisionCode parameter in another GET ListGeoLocations request.

                                                                                                  \n@param nextSubdivisionCode If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextSubdivisionCode in the StartSubdivisionCode parameter in another GET ListGeoLocations request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextSubdivisionCode in the StartSubdivisionCode parameter in another GET ListGeoLocations request.

                                                                                                  \n@return If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextSubdivisionCode in the StartSubdivisionCode parameter in another GET ListGeoLocations request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextSubdivisionCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextSubdivisionCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextSubdivisionCode", "setterDocumentation" : "/**

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextSubdivisionCode in the StartSubdivisionCode parameter in another GET ListGeoLocations request.

                                                                                                  \n@param nextSubdivisionCode If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextSubdivisionCode in the StartSubdivisionCode parameter in another GET ListGeoLocations request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextSubdivisionCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextSubdivisionCode in the StartSubdivisionCode parameter in another GET ListGeoLocations request.

                                                                                                  \n@param nextSubdivisionCode If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextSubdivisionCode in the StartSubdivisionCode parameter in another GET ListGeoLocations request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextSubdivisionCode", "variableType" : "String", "documentation" : "

                                                                                                  If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextSubdivisionCode in the StartSubdivisionCode parameter in another GET ListGeoLocations request.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "GeoLocationDetailsList", "IsTruncated", "MaxItems" ], "shapeName" : "ListGeoLocationsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListGeoLocationsResult", "variableName" : "listGeoLocationsResult", "variableType" : "ListGeoLocationsResult", "documentation" : null, "simpleType" : "ListGeoLocationsResult", "variableSetterType" : "ListGeoLocationsResult" }, "wrapper" : false }, "ListHealthChecksRequest" : { "c2jName" : "ListHealthChecksRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  To retrieve a list of your health checks, send a GET request to the /2013-04-01/healthcheck resource. The response to this request includes a HealthChecks element with zero or more HealthCheck child elements. By default, the list of health checks is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the health check that the list begins with.

                                                                                                  Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListHealthChecks", "locationName" : null, "requestUri" : "/2013-04-01/healthcheck", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Marker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                  If the response to a ListHealthChecks is more than one page, marker is the health check ID for the first health check on the next page of results. For more information, see ListHealthChecksResponse$MaxItems.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  If the response to a ListHealthChecks is more than one page, marker is the health check ID for the first health check on the next page of results. For more information, see ListHealthChecksResponse$MaxItems.

                                                                                                  \n@param marker If the response to a ListHealthChecks is more than one page, marker is the health check ID for the first health check on the next page of results. For more information, see ListHealthChecksResponse$MaxItems.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                  If the response to a ListHealthChecks is more than one page, marker is the health check ID for the first health check on the next page of results. For more information, see ListHealthChecksResponse$MaxItems.

                                                                                                  \n@return If the response to a ListHealthChecks is more than one page, marker is the health check ID for the first health check on the next page of results. For more information, see ListHealthChecksResponse$MaxItems.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "marker", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                                                                                                  If the response to a ListHealthChecks is more than one page, marker is the health check ID for the first health check on the next page of results. For more information, see ListHealthChecksResponse$MaxItems.

                                                                                                  \n@param marker If the response to a ListHealthChecks is more than one page, marker is the health check ID for the first health check on the next page of results. For more information, see ListHealthChecksResponse$MaxItems.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  If the response to a ListHealthChecks is more than one page, marker is the health check ID for the first health check on the next page of results. For more information, see ListHealthChecksResponse$MaxItems.

                                                                                                  \n@param marker If the response to a ListHealthChecks is more than one page, marker is the health check ID for the first health check on the next page of results. For more information, see ListHealthChecksResponse$MaxItems.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                  If the response to a ListHealthChecks is more than one page, marker is the health check ID for the first health check on the next page of results. For more information, see ListHealthChecksResponse$MaxItems.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                  The maximum number of HealthCheck elements you want ListHealthChecks to return on each page of the response body. If the AWS account includes more HealthCheck elements than the value of maxitems, the response is broken into pages. Each page contains the number of HealthCheck elements specified by maxitems.

                                                                                                  For example, suppose you specify 10 for maxitems and the current AWS account has 51 health checks. In the response, ListHealthChecks sets ListHealthChecksResponse$IsTruncated to true and includes the ListHealthChecksResponse$NextMarker element. To access the second and subsequent pages, you resend the GET ListHealthChecks request, add the ListHealthChecksResponse$Marker parameter to the request, and specify the value of the ListHealthChecksResponse$NextMarker element from the previous response. On the last (sixth) page of the response, which contains only one HealthCheck element:

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of HealthCheck elements you want ListHealthChecks to return on each page of the response body. If the AWS account includes more HealthCheck elements than the value of maxitems, the response is broken into pages. Each page contains the number of HealthCheck elements specified by maxitems.

                                                                                                  For example, suppose you specify 10 for maxitems and the current AWS account has 51 health checks. In the response, ListHealthChecks sets ListHealthChecksResponse$IsTruncated to true and includes the ListHealthChecksResponse$NextMarker element. To access the second and subsequent pages, you resend the GET ListHealthChecks request, add the ListHealthChecksResponse$Marker parameter to the request, and specify the value of the ListHealthChecksResponse$NextMarker element from the previous response. On the last (sixth) page of the response, which contains only one HealthCheck element:

                                                                                                  \n@param maxItems The maximum number of HealthCheck elements you want ListHealthChecks to return on each page of the response body. If the AWS account includes more HealthCheck elements than the value of maxitems, the response is broken into pages. Each page contains the number of HealthCheck elements specified by maxitems.

                                                                                                  For example, suppose you specify 10 for maxitems and the current AWS account has 51 health checks. In the response, ListHealthChecks sets ListHealthChecksResponse$IsTruncated to true and includes the ListHealthChecksResponse$NextMarker element. To access the second and subsequent pages, you resend the GET ListHealthChecks request, add the ListHealthChecksResponse$Marker parameter to the request, and specify the value of the ListHealthChecksResponse$NextMarker element from the previous response. On the last (sixth) page of the response, which contains only one HealthCheck element:

                                                                                                  • The value of ListHealthChecksResponse$IsTruncated is false.

                                                                                                  • ListHealthChecksResponse$NextMarker is omitted.

                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                    The maximum number of HealthCheck elements you want ListHealthChecks to return on each page of the response body. If the AWS account includes more HealthCheck elements than the value of maxitems, the response is broken into pages. Each page contains the number of HealthCheck elements specified by maxitems.

                                                                                                    For example, suppose you specify 10 for maxitems and the current AWS account has 51 health checks. In the response, ListHealthChecks sets ListHealthChecksResponse$IsTruncated to true and includes the ListHealthChecksResponse$NextMarker element. To access the second and subsequent pages, you resend the GET ListHealthChecks request, add the ListHealthChecksResponse$Marker parameter to the request, and specify the value of the ListHealthChecksResponse$NextMarker element from the previous response. On the last (sixth) page of the response, which contains only one HealthCheck element:

                                                                                                    \n@return The maximum number of HealthCheck elements you want ListHealthChecks to return on each page of the response body. If the AWS account includes more HealthCheck elements than the value of maxitems, the response is broken into pages. Each page contains the number of HealthCheck elements specified by maxitems.

                                                                                                    For example, suppose you specify 10 for maxitems and the current AWS account has 51 health checks. In the response, ListHealthChecks sets ListHealthChecksResponse$IsTruncated to true and includes the ListHealthChecksResponse$NextMarker element. To access the second and subsequent pages, you resend the GET ListHealthChecks request, add the ListHealthChecksResponse$Marker parameter to the request, and specify the value of the ListHealthChecksResponse$NextMarker element from the previous response. On the last (sixth) page of the response, which contains only one HealthCheck element:

                                                                                                    • The value of ListHealthChecksResponse$IsTruncated is false.

                                                                                                    • ListHealthChecksResponse$NextMarker is omitted.

                                                                                                    • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "maxitems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "maxitems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                      The maximum number of HealthCheck elements you want ListHealthChecks to return on each page of the response body. If the AWS account includes more HealthCheck elements than the value of maxitems, the response is broken into pages. Each page contains the number of HealthCheck elements specified by maxitems.

                                                                                                      For example, suppose you specify 10 for maxitems and the current AWS account has 51 health checks. In the response, ListHealthChecks sets ListHealthChecksResponse$IsTruncated to true and includes the ListHealthChecksResponse$NextMarker element. To access the second and subsequent pages, you resend the GET ListHealthChecks request, add the ListHealthChecksResponse$Marker parameter to the request, and specify the value of the ListHealthChecksResponse$NextMarker element from the previous response. On the last (sixth) page of the response, which contains only one HealthCheck element:

                                                                                                      \n@param maxItems The maximum number of HealthCheck elements you want ListHealthChecks to return on each page of the response body. If the AWS account includes more HealthCheck elements than the value of maxitems, the response is broken into pages. Each page contains the number of HealthCheck elements specified by maxitems.

                                                                                                      For example, suppose you specify 10 for maxitems and the current AWS account has 51 health checks. In the response, ListHealthChecks sets ListHealthChecksResponse$IsTruncated to true and includes the ListHealthChecksResponse$NextMarker element. To access the second and subsequent pages, you resend the GET ListHealthChecks request, add the ListHealthChecksResponse$Marker parameter to the request, and specify the value of the ListHealthChecksResponse$NextMarker element from the previous response. On the last (sixth) page of the response, which contains only one HealthCheck element:

                                                                                                      • The value of ListHealthChecksResponse$IsTruncated is false.

                                                                                                      • ListHealthChecksResponse$NextMarker is omitted.

                                                                                                      • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                        The maximum number of HealthCheck elements you want ListHealthChecks to return on each page of the response body. If the AWS account includes more HealthCheck elements than the value of maxitems, the response is broken into pages. Each page contains the number of HealthCheck elements specified by maxitems.

                                                                                                        For example, suppose you specify 10 for maxitems and the current AWS account has 51 health checks. In the response, ListHealthChecks sets ListHealthChecksResponse$IsTruncated to true and includes the ListHealthChecksResponse$NextMarker element. To access the second and subsequent pages, you resend the GET ListHealthChecks request, add the ListHealthChecksResponse$Marker parameter to the request, and specify the value of the ListHealthChecksResponse$NextMarker element from the previous response. On the last (sixth) page of the response, which contains only one HealthCheck element:

                                                                                                        \n@param maxItems The maximum number of HealthCheck elements you want ListHealthChecks to return on each page of the response body. If the AWS account includes more HealthCheck elements than the value of maxitems, the response is broken into pages. Each page contains the number of HealthCheck elements specified by maxitems.

                                                                                                        For example, suppose you specify 10 for maxitems and the current AWS account has 51 health checks. In the response, ListHealthChecks sets ListHealthChecksResponse$IsTruncated to true and includes the ListHealthChecksResponse$NextMarker element. To access the second and subsequent pages, you resend the GET ListHealthChecks request, add the ListHealthChecksResponse$Marker parameter to the request, and specify the value of the ListHealthChecksResponse$NextMarker element from the previous response. On the last (sixth) page of the response, which contains only one HealthCheck element:

                                                                                                        • The value of ListHealthChecksResponse$IsTruncated is false.

                                                                                                        • ListHealthChecksResponse$NextMarker is omitted.

                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                          The maximum number of HealthCheck elements you want ListHealthChecks to return on each page of the response body. If the AWS account includes more HealthCheck elements than the value of maxitems, the response is broken into pages. Each page contains the number of HealthCheck elements specified by maxitems.

                                                                                                          For example, suppose you specify 10 for maxitems and the current AWS account has 51 health checks. In the response, ListHealthChecks sets ListHealthChecksResponse$IsTruncated to true and includes the ListHealthChecksResponse$NextMarker element. To access the second and subsequent pages, you resend the GET ListHealthChecks request, add the ListHealthChecksResponse$Marker parameter to the request, and specify the value of the ListHealthChecksResponse$NextMarker element from the previous response. On the last (sixth) page of the response, which contains only one HealthCheck element:

                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "c2jName" : "Marker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                          If the response to a ListHealthChecks is more than one page, marker is the health check ID for the first health check on the next page of results. For more information, see ListHealthChecksResponse$MaxItems.

                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                          If the response to a ListHealthChecks is more than one page, marker is the health check ID for the first health check on the next page of results. For more information, see ListHealthChecksResponse$MaxItems.

                                                                                                          \n@param marker If the response to a ListHealthChecks is more than one page, marker is the health check ID for the first health check on the next page of results. For more information, see ListHealthChecksResponse$MaxItems.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                          If the response to a ListHealthChecks is more than one page, marker is the health check ID for the first health check on the next page of results. For more information, see ListHealthChecksResponse$MaxItems.

                                                                                                          \n@return If the response to a ListHealthChecks is more than one page, marker is the health check ID for the first health check on the next page of results. For more information, see ListHealthChecksResponse$MaxItems.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "marker", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                                                                                                          If the response to a ListHealthChecks is more than one page, marker is the health check ID for the first health check on the next page of results. For more information, see ListHealthChecksResponse$MaxItems.

                                                                                                          \n@param marker If the response to a ListHealthChecks is more than one page, marker is the health check ID for the first health check on the next page of results. For more information, see ListHealthChecksResponse$MaxItems.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                          If the response to a ListHealthChecks is more than one page, marker is the health check ID for the first health check on the next page of results. For more information, see ListHealthChecksResponse$MaxItems.

                                                                                                          \n@param marker If the response to a ListHealthChecks is more than one page, marker is the health check ID for the first health check on the next page of results. For more information, see ListHealthChecksResponse$MaxItems.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                          If the response to a ListHealthChecks is more than one page, marker is the health check ID for the first health check on the next page of results. For more information, see ListHealthChecksResponse$MaxItems.

                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                          The maximum number of HealthCheck elements you want ListHealthChecks to return on each page of the response body. If the AWS account includes more HealthCheck elements than the value of maxitems, the response is broken into pages. Each page contains the number of HealthCheck elements specified by maxitems.

                                                                                                          For example, suppose you specify 10 for maxitems and the current AWS account has 51 health checks. In the response, ListHealthChecks sets ListHealthChecksResponse$IsTruncated to true and includes the ListHealthChecksResponse$NextMarker element. To access the second and subsequent pages, you resend the GET ListHealthChecks request, add the ListHealthChecksResponse$Marker parameter to the request, and specify the value of the ListHealthChecksResponse$NextMarker element from the previous response. On the last (sixth) page of the response, which contains only one HealthCheck element:

                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                          The maximum number of HealthCheck elements you want ListHealthChecks to return on each page of the response body. If the AWS account includes more HealthCheck elements than the value of maxitems, the response is broken into pages. Each page contains the number of HealthCheck elements specified by maxitems.

                                                                                                          For example, suppose you specify 10 for maxitems and the current AWS account has 51 health checks. In the response, ListHealthChecks sets ListHealthChecksResponse$IsTruncated to true and includes the ListHealthChecksResponse$NextMarker element. To access the second and subsequent pages, you resend the GET ListHealthChecks request, add the ListHealthChecksResponse$Marker parameter to the request, and specify the value of the ListHealthChecksResponse$NextMarker element from the previous response. On the last (sixth) page of the response, which contains only one HealthCheck element:

                                                                                                          \n@param maxItems The maximum number of HealthCheck elements you want ListHealthChecks to return on each page of the response body. If the AWS account includes more HealthCheck elements than the value of maxitems, the response is broken into pages. Each page contains the number of HealthCheck elements specified by maxitems.

                                                                                                          For example, suppose you specify 10 for maxitems and the current AWS account has 51 health checks. In the response, ListHealthChecks sets ListHealthChecksResponse$IsTruncated to true and includes the ListHealthChecksResponse$NextMarker element. To access the second and subsequent pages, you resend the GET ListHealthChecks request, add the ListHealthChecksResponse$Marker parameter to the request, and specify the value of the ListHealthChecksResponse$NextMarker element from the previous response. On the last (sixth) page of the response, which contains only one HealthCheck element:

                                                                                                          • The value of ListHealthChecksResponse$IsTruncated is false.

                                                                                                          • ListHealthChecksResponse$NextMarker is omitted.

                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                            The maximum number of HealthCheck elements you want ListHealthChecks to return on each page of the response body. If the AWS account includes more HealthCheck elements than the value of maxitems, the response is broken into pages. Each page contains the number of HealthCheck elements specified by maxitems.

                                                                                                            For example, suppose you specify 10 for maxitems and the current AWS account has 51 health checks. In the response, ListHealthChecks sets ListHealthChecksResponse$IsTruncated to true and includes the ListHealthChecksResponse$NextMarker element. To access the second and subsequent pages, you resend the GET ListHealthChecks request, add the ListHealthChecksResponse$Marker parameter to the request, and specify the value of the ListHealthChecksResponse$NextMarker element from the previous response. On the last (sixth) page of the response, which contains only one HealthCheck element:

                                                                                                            \n@return The maximum number of HealthCheck elements you want ListHealthChecks to return on each page of the response body. If the AWS account includes more HealthCheck elements than the value of maxitems, the response is broken into pages. Each page contains the number of HealthCheck elements specified by maxitems.

                                                                                                            For example, suppose you specify 10 for maxitems and the current AWS account has 51 health checks. In the response, ListHealthChecks sets ListHealthChecksResponse$IsTruncated to true and includes the ListHealthChecksResponse$NextMarker element. To access the second and subsequent pages, you resend the GET ListHealthChecks request, add the ListHealthChecksResponse$Marker parameter to the request, and specify the value of the ListHealthChecksResponse$NextMarker element from the previous response. On the last (sixth) page of the response, which contains only one HealthCheck element:

                                                                                                            • The value of ListHealthChecksResponse$IsTruncated is false.

                                                                                                            • ListHealthChecksResponse$NextMarker is omitted.

                                                                                                            • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "maxitems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "maxitems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                              The maximum number of HealthCheck elements you want ListHealthChecks to return on each page of the response body. If the AWS account includes more HealthCheck elements than the value of maxitems, the response is broken into pages. Each page contains the number of HealthCheck elements specified by maxitems.

                                                                                                              For example, suppose you specify 10 for maxitems and the current AWS account has 51 health checks. In the response, ListHealthChecks sets ListHealthChecksResponse$IsTruncated to true and includes the ListHealthChecksResponse$NextMarker element. To access the second and subsequent pages, you resend the GET ListHealthChecks request, add the ListHealthChecksResponse$Marker parameter to the request, and specify the value of the ListHealthChecksResponse$NextMarker element from the previous response. On the last (sixth) page of the response, which contains only one HealthCheck element:

                                                                                                              \n@param maxItems The maximum number of HealthCheck elements you want ListHealthChecks to return on each page of the response body. If the AWS account includes more HealthCheck elements than the value of maxitems, the response is broken into pages. Each page contains the number of HealthCheck elements specified by maxitems.

                                                                                                              For example, suppose you specify 10 for maxitems and the current AWS account has 51 health checks. In the response, ListHealthChecks sets ListHealthChecksResponse$IsTruncated to true and includes the ListHealthChecksResponse$NextMarker element. To access the second and subsequent pages, you resend the GET ListHealthChecks request, add the ListHealthChecksResponse$Marker parameter to the request, and specify the value of the ListHealthChecksResponse$NextMarker element from the previous response. On the last (sixth) page of the response, which contains only one HealthCheck element:

                                                                                                              • The value of ListHealthChecksResponse$IsTruncated is false.

                                                                                                              • ListHealthChecksResponse$NextMarker is omitted.

                                                                                                              • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                The maximum number of HealthCheck elements you want ListHealthChecks to return on each page of the response body. If the AWS account includes more HealthCheck elements than the value of maxitems, the response is broken into pages. Each page contains the number of HealthCheck elements specified by maxitems.

                                                                                                                For example, suppose you specify 10 for maxitems and the current AWS account has 51 health checks. In the response, ListHealthChecks sets ListHealthChecksResponse$IsTruncated to true and includes the ListHealthChecksResponse$NextMarker element. To access the second and subsequent pages, you resend the GET ListHealthChecks request, add the ListHealthChecksResponse$Marker parameter to the request, and specify the value of the ListHealthChecksResponse$NextMarker element from the previous response. On the last (sixth) page of the response, which contains only one HealthCheck element:

                                                                                                                \n@param maxItems The maximum number of HealthCheck elements you want ListHealthChecks to return on each page of the response body. If the AWS account includes more HealthCheck elements than the value of maxitems, the response is broken into pages. Each page contains the number of HealthCheck elements specified by maxitems.

                                                                                                                For example, suppose you specify 10 for maxitems and the current AWS account has 51 health checks. In the response, ListHealthChecks sets ListHealthChecksResponse$IsTruncated to true and includes the ListHealthChecksResponse$NextMarker element. To access the second and subsequent pages, you resend the GET ListHealthChecks request, add the ListHealthChecksResponse$Marker parameter to the request, and specify the value of the ListHealthChecksResponse$NextMarker element from the previous response. On the last (sixth) page of the response, which contains only one HealthCheck element:

                                                                                                                • The value of ListHealthChecksResponse$IsTruncated is false.

                                                                                                                • ListHealthChecksResponse$NextMarker is omitted.

                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                  The maximum number of HealthCheck elements you want ListHealthChecks to return on each page of the response body. If the AWS account includes more HealthCheck elements than the value of maxitems, the response is broken into pages. Each page contains the number of HealthCheck elements specified by maxitems.

                                                                                                                  For example, suppose you specify 10 for maxitems and the current AWS account has 51 health checks. In the response, ListHealthChecks sets ListHealthChecksResponse$IsTruncated to true and includes the ListHealthChecksResponse$NextMarker element. To access the second and subsequent pages, you resend the GET ListHealthChecks request, add the ListHealthChecksResponse$Marker parameter to the request, and specify the value of the ListHealthChecksResponse$NextMarker element from the previous response. On the last (sixth) page of the response, which contains only one HealthCheck element:

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListHealthChecksRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListHealthChecksRequest", "variableName" : "listHealthChecksRequest", "variableType" : "ListHealthChecksRequest", "documentation" : null, "simpleType" : "ListHealthChecksRequest", "variableSetterType" : "ListHealthChecksRequest" }, "wrapper" : false }, "ListHealthChecksResult" : { "c2jName" : "ListHealthChecksResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                  A complex type that contains the response to a ListHealthChecks request.

                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "HealthChecks", "c2jShape" : "HealthChecks", "deprecated" : false, "documentation" : "

                                                                                                                  A complex type that contains one HealthCheck element for each health check that is associated with the current AWS account.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  A complex type that contains one HealthCheck element for each health check that is associated with the current AWS account.

                                                                                                                  \n@param healthChecks A complex type that contains one HealthCheck element for each health check that is associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  A complex type that contains one HealthCheck element for each health check that is associated with the current AWS account.

                                                                                                                  \n@return A complex type that contains one HealthCheck element for each health check that is associated with the current AWS account.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthChecks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthChecks", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "HealthCheck", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "HealthCheck", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheck", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheck", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "HealthCheck", "variableName" : "member", "variableType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HealthCheck", "variableName" : "member", "variableType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "HealthCheck", "memberType" : "HealthCheck", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "HealthCheck", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "HealthChecks", "setterDocumentation" : "/**

                                                                                                                  A complex type that contains one HealthCheck element for each health check that is associated with the current AWS account.

                                                                                                                  \n@param healthChecks A complex type that contains one HealthCheck element for each health check that is associated with the current AWS account.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "healthChecks", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                  A complex type that contains one HealthCheck element for each health check that is 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 one HealthCheck element for each health check that is associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "healthChecks", "variableType" : "java.util.List", "documentation" : "

                                                                                                                  A complex type that contains one HealthCheck element for each health check that is associated with the current AWS account.

                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                                  For the second and subsequent calls to ListHealthChecks, Marker is the value that you specified for the marker parameter in the previous request.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListHealthChecks, Marker is the value that you specified for the marker parameter in the previous request.

                                                                                                                  \n@param marker For the second and subsequent calls to ListHealthChecks, Marker is the value that you specified for the marker parameter in the previous request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListHealthChecks, Marker is the value that you specified for the marker parameter in the previous request.

                                                                                                                  \n@return For the second and subsequent calls to ListHealthChecks, Marker is the value that you specified for the marker parameter in the previous request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListHealthChecks, Marker is the value that you specified for the marker parameter in the previous request.

                                                                                                                  \n@param marker For the second and subsequent calls to ListHealthChecks, Marker is the value that you specified for the marker parameter in the previous request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListHealthChecks, Marker is the value that you specified for the marker parameter in the previous request.

                                                                                                                  \n@param marker For the second and subsequent calls to ListHealthChecks, Marker is the value that you specified for the marker parameter in the previous request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                  For the second and subsequent calls to ListHealthChecks, Marker is the value that you specified for the marker parameter in the previous request.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "deprecated" : false, "documentation" : "

                                                                                                                  A flag that indicates whether there are more health checks to be listed. If the response was truncated, you can get the next group of maxitems health checks by calling ListHealthChecks again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  Valid Values: true | false

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more health checks to be listed. If the response was truncated, you can get the next group of maxitems health checks by calling ListHealthChecks 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 health checks to be listed. If the response was truncated, you can get the next group of maxitems health checks by calling ListHealthChecks 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.*/", "getterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more health checks to be listed. If the response was truncated, you can get the next group of maxitems health checks by calling ListHealthChecks 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 health checks to be listed. If the response was truncated, you can get the next group of maxitems health checks by calling ListHealthChecks again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  Valid Values: true | false*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IsTruncated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IsTruncated", "setterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more health checks to be listed. If the response was truncated, you can get the next group of maxitems health checks by calling ListHealthChecks 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 health checks to be listed. If the response was truncated, you can get the next group of maxitems health checks by calling ListHealthChecks again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  Valid Values: true | false*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more health checks to be listed. If the response was truncated, you can get the next group of maxitems health checks by calling ListHealthChecks 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 health checks to be listed. If the response was truncated, you can get the next group of maxitems health checks by calling ListHealthChecks 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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "

                                                                                                                  A flag that indicates whether there are more health checks to be listed. If the response was truncated, you can get the next group of maxitems health checks by calling ListHealthChecks again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  Valid Values: true | false

                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextMarker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first health check in the next group of maxitems health checks. Call ListHealthChecks again and specify the value of NextMarker in the marker parameter.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first health check in the next group of maxitems health checks. Call ListHealthChecks again and specify the value of NextMarker in the marker parameter.

                                                                                                                  \n@param nextMarker If IsTruncated is true, the value of NextMarker identifies the first health check in the next group of maxitems health checks. Call ListHealthChecks again and specify the value of NextMarker in the marker parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first health check in the next group of maxitems health checks. Call ListHealthChecks again and specify the value of NextMarker in the marker parameter.

                                                                                                                  \n@return If IsTruncated is true, the value of NextMarker identifies the first health check in the next group of maxitems health checks. Call ListHealthChecks again and specify the value of NextMarker in the marker parameter.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextMarker", "setterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first health check in the next group of maxitems health checks. Call ListHealthChecks again and specify the value of NextMarker in the marker parameter.

                                                                                                                  \n@param nextMarker If IsTruncated is true, the value of NextMarker identifies the first health check in the next group of maxitems health checks. Call ListHealthChecks again and specify the value of NextMarker in the marker parameter.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first health check in the next group of maxitems health checks. Call ListHealthChecks again and specify the value of NextMarker in the marker parameter.

                                                                                                                  \n@param nextMarker If IsTruncated is true, the value of NextMarker identifies the first health check in the next group of maxitems health checks. Call ListHealthChecks again and specify the value of NextMarker in the marker parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first health check in the next group of maxitems health checks. Call ListHealthChecks again and specify the value of NextMarker in the marker parameter.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHealthChecks that produced the current response.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHealthChecks that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListHealthChecks that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHealthChecks that produced the current response.

                                                                                                                  \n@return The value that you specified for the maxitems parameter in the call to ListHealthChecks that produced the current response.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHealthChecks that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListHealthChecks that produced the current response.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHealthChecks that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListHealthChecks that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHealthChecks that produced the current response.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HealthChecks" : { "c2jName" : "HealthChecks", "c2jShape" : "HealthChecks", "deprecated" : false, "documentation" : "

                                                                                                                  A complex type that contains one HealthCheck element for each health check that is associated with the current AWS account.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  A complex type that contains one HealthCheck element for each health check that is associated with the current AWS account.

                                                                                                                  \n@param healthChecks A complex type that contains one HealthCheck element for each health check that is associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  A complex type that contains one HealthCheck element for each health check that is associated with the current AWS account.

                                                                                                                  \n@return A complex type that contains one HealthCheck element for each health check that is associated with the current AWS account.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthChecks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthChecks", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "HealthCheck", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "HealthCheck", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheck", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheck", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "HealthCheck", "variableName" : "member", "variableType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HealthCheck", "variableName" : "member", "variableType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "HealthCheck", "memberType" : "HealthCheck", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "HealthCheck", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "HealthChecks", "setterDocumentation" : "/**

                                                                                                                  A complex type that contains one HealthCheck element for each health check that is associated with the current AWS account.

                                                                                                                  \n@param healthChecks A complex type that contains one HealthCheck element for each health check that is associated with the current AWS account.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "healthChecks", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                  A complex type that contains one HealthCheck element for each health check that is 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 one HealthCheck element for each health check that is associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "healthChecks", "variableType" : "java.util.List", "documentation" : "

                                                                                                                  A complex type that contains one HealthCheck element for each health check that is associated with the current AWS account.

                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "IsTruncated" : { "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "deprecated" : false, "documentation" : "

                                                                                                                  A flag that indicates whether there are more health checks to be listed. If the response was truncated, you can get the next group of maxitems health checks by calling ListHealthChecks again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  Valid Values: true | false

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more health checks to be listed. If the response was truncated, you can get the next group of maxitems health checks by calling ListHealthChecks 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 health checks to be listed. If the response was truncated, you can get the next group of maxitems health checks by calling ListHealthChecks 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.*/", "getterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more health checks to be listed. If the response was truncated, you can get the next group of maxitems health checks by calling ListHealthChecks 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 health checks to be listed. If the response was truncated, you can get the next group of maxitems health checks by calling ListHealthChecks again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  Valid Values: true | false*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IsTruncated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IsTruncated", "setterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more health checks to be listed. If the response was truncated, you can get the next group of maxitems health checks by calling ListHealthChecks 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 health checks to be listed. If the response was truncated, you can get the next group of maxitems health checks by calling ListHealthChecks again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  Valid Values: true | false*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more health checks to be listed. If the response was truncated, you can get the next group of maxitems health checks by calling ListHealthChecks 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 health checks to be listed. If the response was truncated, you can get the next group of maxitems health checks by calling ListHealthChecks 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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "

                                                                                                                  A flag that indicates whether there are more health checks to be listed. If the response was truncated, you can get the next group of maxitems health checks by calling ListHealthChecks again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  Valid Values: true | false

                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Marker" : { "c2jName" : "Marker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                                  For the second and subsequent calls to ListHealthChecks, Marker is the value that you specified for the marker parameter in the previous request.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListHealthChecks, Marker is the value that you specified for the marker parameter in the previous request.

                                                                                                                  \n@param marker For the second and subsequent calls to ListHealthChecks, Marker is the value that you specified for the marker parameter in the previous request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListHealthChecks, Marker is the value that you specified for the marker parameter in the previous request.

                                                                                                                  \n@return For the second and subsequent calls to ListHealthChecks, Marker is the value that you specified for the marker parameter in the previous request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListHealthChecks, Marker is the value that you specified for the marker parameter in the previous request.

                                                                                                                  \n@param marker For the second and subsequent calls to ListHealthChecks, Marker is the value that you specified for the marker parameter in the previous request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListHealthChecks, Marker is the value that you specified for the marker parameter in the previous request.

                                                                                                                  \n@param marker For the second and subsequent calls to ListHealthChecks, Marker is the value that you specified for the marker parameter in the previous request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                  For the second and subsequent calls to ListHealthChecks, Marker is the value that you specified for the marker parameter in the previous request.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHealthChecks that produced the current response.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHealthChecks that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListHealthChecks that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHealthChecks that produced the current response.

                                                                                                                  \n@return The value that you specified for the maxitems parameter in the call to ListHealthChecks that produced the current response.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHealthChecks that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListHealthChecks that produced the current response.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHealthChecks that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListHealthChecks that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHealthChecks that produced the current response.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NextMarker" : { "c2jName" : "NextMarker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first health check in the next group of maxitems health checks. Call ListHealthChecks again and specify the value of NextMarker in the marker parameter.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first health check in the next group of maxitems health checks. Call ListHealthChecks again and specify the value of NextMarker in the marker parameter.

                                                                                                                  \n@param nextMarker If IsTruncated is true, the value of NextMarker identifies the first health check in the next group of maxitems health checks. Call ListHealthChecks again and specify the value of NextMarker in the marker parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first health check in the next group of maxitems health checks. Call ListHealthChecks again and specify the value of NextMarker in the marker parameter.

                                                                                                                  \n@return If IsTruncated is true, the value of NextMarker identifies the first health check in the next group of maxitems health checks. Call ListHealthChecks again and specify the value of NextMarker in the marker parameter.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextMarker", "setterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first health check in the next group of maxitems health checks. Call ListHealthChecks again and specify the value of NextMarker in the marker parameter.

                                                                                                                  \n@param nextMarker If IsTruncated is true, the value of NextMarker identifies the first health check in the next group of maxitems health checks. Call ListHealthChecks again and specify the value of NextMarker in the marker parameter.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first health check in the next group of maxitems health checks. Call ListHealthChecks again and specify the value of NextMarker in the marker parameter.

                                                                                                                  \n@param nextMarker If IsTruncated is true, the value of NextMarker identifies the first health check in the next group of maxitems health checks. Call ListHealthChecks again and specify the value of NextMarker in the marker parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first health check in the next group of maxitems health checks. Call ListHealthChecks again and specify the value of NextMarker in the marker parameter.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "HealthChecks", "Marker", "IsTruncated", "MaxItems" ], "shapeName" : "ListHealthChecksResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListHealthChecksResult", "variableName" : "listHealthChecksResult", "variableType" : "ListHealthChecksResult", "documentation" : null, "simpleType" : "ListHealthChecksResult", "variableSetterType" : "ListHealthChecksResult" }, "wrapper" : false }, "ListHostedZonesByNameRequest" : { "c2jName" : "ListHostedZonesByNameRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                  To retrieve a list of your public and private hosted zones in ASCII order by domain name, send a GET request to the /Amazon Route 53 API version/hostedzonesbyname resource. The response to this request includes a HostedZone child element for each hosted zone that was created by the current AWS account. ListHostedZonesByName sorts hosted zones by name with the labels reversed, for example:

                                                                                                                  com.example.www.

                                                                                                                  Note the trailing dot, which can change the sort order in some circumstances.

                                                                                                                  If the domain name includes escape characters or Punycode, ListHostedZonesByName alphabetizes the domain name using the escaped or Punycoded value, which is the format that Amazon Route 53 saves in its database. For example, to create a hosted zone for exämple.com, you specify ex\\344mple.com for the domain name. ListHostedZonesByName alphabetizes it as: com.ex\\344mple. The labels are reversed, and it's alphabetized using the escaped value. For more information about valid domain name formats, including internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.

                                                                                                                  Amazon Route 53 returns up to 100 items in each response. If you have a lot of hosted zones, you can use the MaxItems parameter to list them in groups of up to 100. The response includes values that help you navigate from one group of MaxItems hosted zones to the next:

                                                                                                                  • The DNSName and HostedZoneId elements in the response contain the values, if any, that you specified for the dnsname and hostedzoneid parameters in the request that produced the current response.

                                                                                                                  • The MaxItems element in the response contains the value, if any, that you specified for the maxitems parameter in the request that produced the current response.

                                                                                                                  • If the value of IsTruncated in the response is true, there are more hosted zones associated with the current Amazon Route 53 account.

                                                                                                                    If IsTruncated is false, this response includes the last hosted zone that is associated with the current account. The NextDNSName element and NextHostedZoneId elements are omitted from the response.

                                                                                                                  • The NextDNSName and NextHostedZoneId elements in the response contain the domain name and the hosted zone ID of the next hosted zone that is associated with the current AWS account. If you want to list more hosted zones, make another call to ListHostedZonesByName, and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListHostedZonesByName", "locationName" : null, "requestUri" : "/2013-04-01/hostedzonesbyname", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DNSName", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

                                                                                                                  (Optional) For your first request to ListHostedZonesByName, include the dnsname parameter only if you want to specify the name of the first hosted zone in the response. If you don't include the dnsname parameter, Amazon Route 53 returns all of the hosted zones that were created by the current AWS account, in ASCII order. For subsequent requests, include both dnsname and hostedzoneid parameters. For dnsname, specify the value of NextDNSName from the previous response.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  (Optional) For your first request to ListHostedZonesByName, include the dnsname parameter only if you want to specify the name of the first hosted zone in the response. If you don't include the dnsname parameter, Amazon Route 53 returns all of the hosted zones that were created by the current AWS account, in ASCII order. For subsequent requests, include both dnsname and hostedzoneid parameters. For dnsname, specify the value of NextDNSName from the previous response.

                                                                                                                  \n@param dNSName (Optional) For your first request to ListHostedZonesByName, include the dnsname parameter only if you want to specify the name of the first hosted zone in the response. If you don't include the dnsname parameter, Amazon Route 53 returns all of the hosted zones that were created by the current AWS account, in ASCII order. For subsequent requests, include both dnsname and hostedzoneid parameters. For dnsname, specify the value of NextDNSName from the previous response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  (Optional) For your first request to ListHostedZonesByName, include the dnsname parameter only if you want to specify the name of the first hosted zone in the response. If you don't include the dnsname parameter, Amazon Route 53 returns all of the hosted zones that were created by the current AWS account, in ASCII order. For subsequent requests, include both dnsname and hostedzoneid parameters. For dnsname, specify the value of NextDNSName from the previous response.

                                                                                                                  \n@return (Optional) For your first request to ListHostedZonesByName, include the dnsname parameter only if you want to specify the name of the first hosted zone in the response. If you don't include the dnsname parameter, Amazon Route 53 returns all of the hosted zones that were created by the current AWS account, in ASCII order. For subsequent requests, include both dnsname and hostedzoneid parameters. For dnsname, specify the value of NextDNSName from the previous response.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "dnsname", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "dnsname", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DNSName", "setterDocumentation" : "/**

                                                                                                                  (Optional) For your first request to ListHostedZonesByName, include the dnsname parameter only if you want to specify the name of the first hosted zone in the response. If you don't include the dnsname parameter, Amazon Route 53 returns all of the hosted zones that were created by the current AWS account, in ASCII order. For subsequent requests, include both dnsname and hostedzoneid parameters. For dnsname, specify the value of NextDNSName from the previous response.

                                                                                                                  \n@param dNSName (Optional) For your first request to ListHostedZonesByName, include the dnsname parameter only if you want to specify the name of the first hosted zone in the response. If you don't include the dnsname parameter, Amazon Route 53 returns all of the hosted zones that were created by the current AWS account, in ASCII order. For subsequent requests, include both dnsname and hostedzoneid parameters. For dnsname, specify the value of NextDNSName from the previous response.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dNSName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  (Optional) For your first request to ListHostedZonesByName, include the dnsname parameter only if you want to specify the name of the first hosted zone in the response. If you don't include the dnsname parameter, Amazon Route 53 returns all of the hosted zones that were created by the current AWS account, in ASCII order. For subsequent requests, include both dnsname and hostedzoneid parameters. For dnsname, specify the value of NextDNSName from the previous response.

                                                                                                                  \n@param dNSName (Optional) For your first request to ListHostedZonesByName, include the dnsname parameter only if you want to specify the name of the first hosted zone in the response. If you don't include the dnsname parameter, Amazon Route 53 returns all of the hosted zones that were created by the current AWS account, in ASCII order. For subsequent requests, include both dnsname and hostedzoneid parameters. For dnsname, specify the value of NextDNSName from the previous response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "dNSName", "variableType" : "String", "documentation" : "

                                                                                                                  (Optional) For your first request to ListHostedZonesByName, include the dnsname parameter only if you want to specify the name of the first hosted zone in the response. If you don't include the dnsname parameter, Amazon Route 53 returns all of the hosted zones that were created by the current AWS account, in ASCII order. For subsequent requests, include both dnsname and hostedzoneid parameters. For dnsname, specify the value of NextDNSName from the previous response.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                                                                                  (Optional) For your first request to ListHostedZonesByName, do not include the hostedzoneid parameter.

                                                                                                                  If you have more hosted zones than the value of maxitems, ListHostedZonesByName returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZonesByName and include both dnsname and hostedzoneid parameters. For the value of hostedzoneid, specify the value of the NextHostedZoneId element from the previous response.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  (Optional) For your first request to ListHostedZonesByName, do not include the hostedzoneid parameter.

                                                                                                                  If you have more hosted zones than the value of maxitems, ListHostedZonesByName returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZonesByName and include both dnsname and hostedzoneid parameters. For the value of hostedzoneid, specify the value of the NextHostedZoneId element from the previous response.

                                                                                                                  \n@param hostedZoneId (Optional) For your first request to ListHostedZonesByName, do not include the hostedzoneid parameter.

                                                                                                                  If you have more hosted zones than the value of maxitems, ListHostedZonesByName returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZonesByName and include both dnsname and hostedzoneid parameters. For the value of hostedzoneid, specify the value of the NextHostedZoneId element from the previous response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  (Optional) For your first request to ListHostedZonesByName, do not include the hostedzoneid parameter.

                                                                                                                  If you have more hosted zones than the value of maxitems, ListHostedZonesByName returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZonesByName and include both dnsname and hostedzoneid parameters. For the value of hostedzoneid, specify the value of the NextHostedZoneId element from the previous response.

                                                                                                                  \n@return (Optional) For your first request to ListHostedZonesByName, do not include the hostedzoneid parameter.

                                                                                                                  If you have more hosted zones than the value of maxitems, ListHostedZonesByName returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZonesByName and include both dnsname and hostedzoneid parameters. For the value of hostedzoneid, specify the value of the NextHostedZoneId element from the previous response.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "hostedzoneid", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "hostedzoneid", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneId", "setterDocumentation" : "/**

                                                                                                                  (Optional) For your first request to ListHostedZonesByName, do not include the hostedzoneid parameter.

                                                                                                                  If you have more hosted zones than the value of maxitems, ListHostedZonesByName returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZonesByName and include both dnsname and hostedzoneid parameters. For the value of hostedzoneid, specify the value of the NextHostedZoneId element from the previous response.

                                                                                                                  \n@param hostedZoneId (Optional) For your first request to ListHostedZonesByName, do not include the hostedzoneid parameter.

                                                                                                                  If you have more hosted zones than the value of maxitems, ListHostedZonesByName returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZonesByName and include both dnsname and hostedzoneid parameters. For the value of hostedzoneid, specify the value of the NextHostedZoneId element from the previous response.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  (Optional) For your first request to ListHostedZonesByName, do not include the hostedzoneid parameter.

                                                                                                                  If you have more hosted zones than the value of maxitems, ListHostedZonesByName returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZonesByName and include both dnsname and hostedzoneid parameters. For the value of hostedzoneid, specify the value of the NextHostedZoneId element from the previous response.

                                                                                                                  \n@param hostedZoneId (Optional) For your first request to ListHostedZonesByName, do not include the hostedzoneid parameter.

                                                                                                                  If you have more hosted zones than the value of maxitems, ListHostedZonesByName returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZonesByName and include both dnsname and hostedzoneid parameters. For the value of hostedzoneid, specify the value of the NextHostedZoneId element from the previous response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "

                                                                                                                  (Optional) For your first request to ListHostedZonesByName, do not include the hostedzoneid parameter.

                                                                                                                  If you have more hosted zones than the value of maxitems, ListHostedZonesByName returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZonesByName and include both dnsname and hostedzoneid parameters. For the value of hostedzoneid, specify the value of the NextHostedZoneId element from the previous response.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                  The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, then the value of the IsTruncated element in the response is true, and the values of NextDNSName and NextHostedZoneId specify the first hosted zone in the next group of maxitems hosted zones.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, then the value of the IsTruncated element in the response is true, and the values of NextDNSName and NextHostedZoneId specify the first hosted zone in the next group of maxitems hosted zones.

                                                                                                                  \n@param maxItems The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, then the value of the IsTruncated element in the response is true, and the values of NextDNSName and NextHostedZoneId specify the first hosted zone in the next group of maxitems hosted zones.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, then the value of the IsTruncated element in the response is true, and the values of NextDNSName and NextHostedZoneId specify the first hosted zone in the next group of maxitems hosted zones.

                                                                                                                  \n@return The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, then the value of the IsTruncated element in the response is true, and the values of NextDNSName and NextHostedZoneId specify the first hosted zone in the next group of maxitems hosted zones.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "maxitems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "maxitems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                                  The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, then the value of the IsTruncated element in the response is true, and the values of NextDNSName and NextHostedZoneId specify the first hosted zone in the next group of maxitems hosted zones.

                                                                                                                  \n@param maxItems The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, then the value of the IsTruncated element in the response is true, and the values of NextDNSName and NextHostedZoneId specify the first hosted zone in the next group of maxitems hosted zones.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, then the value of the IsTruncated element in the response is true, and the values of NextDNSName and NextHostedZoneId specify the first hosted zone in the next group of maxitems hosted zones.

                                                                                                                  \n@param maxItems The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, then the value of the IsTruncated element in the response is true, and the values of NextDNSName and NextHostedZoneId specify the first hosted zone in the next group of maxitems hosted zones.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                  The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, then the value of the IsTruncated element in the response is true, and the values of NextDNSName and NextHostedZoneId specify the first hosted zone in the next group of maxitems hosted zones.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DNSName" : { "c2jName" : "DNSName", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

                                                                                                                  (Optional) For your first request to ListHostedZonesByName, include the dnsname parameter only if you want to specify the name of the first hosted zone in the response. If you don't include the dnsname parameter, Amazon Route 53 returns all of the hosted zones that were created by the current AWS account, in ASCII order. For subsequent requests, include both dnsname and hostedzoneid parameters. For dnsname, specify the value of NextDNSName from the previous response.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  (Optional) For your first request to ListHostedZonesByName, include the dnsname parameter only if you want to specify the name of the first hosted zone in the response. If you don't include the dnsname parameter, Amazon Route 53 returns all of the hosted zones that were created by the current AWS account, in ASCII order. For subsequent requests, include both dnsname and hostedzoneid parameters. For dnsname, specify the value of NextDNSName from the previous response.

                                                                                                                  \n@param dNSName (Optional) For your first request to ListHostedZonesByName, include the dnsname parameter only if you want to specify the name of the first hosted zone in the response. If you don't include the dnsname parameter, Amazon Route 53 returns all of the hosted zones that were created by the current AWS account, in ASCII order. For subsequent requests, include both dnsname and hostedzoneid parameters. For dnsname, specify the value of NextDNSName from the previous response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  (Optional) For your first request to ListHostedZonesByName, include the dnsname parameter only if you want to specify the name of the first hosted zone in the response. If you don't include the dnsname parameter, Amazon Route 53 returns all of the hosted zones that were created by the current AWS account, in ASCII order. For subsequent requests, include both dnsname and hostedzoneid parameters. For dnsname, specify the value of NextDNSName from the previous response.

                                                                                                                  \n@return (Optional) For your first request to ListHostedZonesByName, include the dnsname parameter only if you want to specify the name of the first hosted zone in the response. If you don't include the dnsname parameter, Amazon Route 53 returns all of the hosted zones that were created by the current AWS account, in ASCII order. For subsequent requests, include both dnsname and hostedzoneid parameters. For dnsname, specify the value of NextDNSName from the previous response.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "dnsname", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "dnsname", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DNSName", "setterDocumentation" : "/**

                                                                                                                  (Optional) For your first request to ListHostedZonesByName, include the dnsname parameter only if you want to specify the name of the first hosted zone in the response. If you don't include the dnsname parameter, Amazon Route 53 returns all of the hosted zones that were created by the current AWS account, in ASCII order. For subsequent requests, include both dnsname and hostedzoneid parameters. For dnsname, specify the value of NextDNSName from the previous response.

                                                                                                                  \n@param dNSName (Optional) For your first request to ListHostedZonesByName, include the dnsname parameter only if you want to specify the name of the first hosted zone in the response. If you don't include the dnsname parameter, Amazon Route 53 returns all of the hosted zones that were created by the current AWS account, in ASCII order. For subsequent requests, include both dnsname and hostedzoneid parameters. For dnsname, specify the value of NextDNSName from the previous response.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dNSName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  (Optional) For your first request to ListHostedZonesByName, include the dnsname parameter only if you want to specify the name of the first hosted zone in the response. If you don't include the dnsname parameter, Amazon Route 53 returns all of the hosted zones that were created by the current AWS account, in ASCII order. For subsequent requests, include both dnsname and hostedzoneid parameters. For dnsname, specify the value of NextDNSName from the previous response.

                                                                                                                  \n@param dNSName (Optional) For your first request to ListHostedZonesByName, include the dnsname parameter only if you want to specify the name of the first hosted zone in the response. If you don't include the dnsname parameter, Amazon Route 53 returns all of the hosted zones that were created by the current AWS account, in ASCII order. For subsequent requests, include both dnsname and hostedzoneid parameters. For dnsname, specify the value of NextDNSName from the previous response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "dNSName", "variableType" : "String", "documentation" : "

                                                                                                                  (Optional) For your first request to ListHostedZonesByName, include the dnsname parameter only if you want to specify the name of the first hosted zone in the response. If you don't include the dnsname parameter, Amazon Route 53 returns all of the hosted zones that were created by the current AWS account, in ASCII order. For subsequent requests, include both dnsname and hostedzoneid parameters. For dnsname, specify the value of NextDNSName from the previous response.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HostedZoneId" : { "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                                                                                  (Optional) For your first request to ListHostedZonesByName, do not include the hostedzoneid parameter.

                                                                                                                  If you have more hosted zones than the value of maxitems, ListHostedZonesByName returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZonesByName and include both dnsname and hostedzoneid parameters. For the value of hostedzoneid, specify the value of the NextHostedZoneId element from the previous response.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  (Optional) For your first request to ListHostedZonesByName, do not include the hostedzoneid parameter.

                                                                                                                  If you have more hosted zones than the value of maxitems, ListHostedZonesByName returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZonesByName and include both dnsname and hostedzoneid parameters. For the value of hostedzoneid, specify the value of the NextHostedZoneId element from the previous response.

                                                                                                                  \n@param hostedZoneId (Optional) For your first request to ListHostedZonesByName, do not include the hostedzoneid parameter.

                                                                                                                  If you have more hosted zones than the value of maxitems, ListHostedZonesByName returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZonesByName and include both dnsname and hostedzoneid parameters. For the value of hostedzoneid, specify the value of the NextHostedZoneId element from the previous response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  (Optional) For your first request to ListHostedZonesByName, do not include the hostedzoneid parameter.

                                                                                                                  If you have more hosted zones than the value of maxitems, ListHostedZonesByName returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZonesByName and include both dnsname and hostedzoneid parameters. For the value of hostedzoneid, specify the value of the NextHostedZoneId element from the previous response.

                                                                                                                  \n@return (Optional) For your first request to ListHostedZonesByName, do not include the hostedzoneid parameter.

                                                                                                                  If you have more hosted zones than the value of maxitems, ListHostedZonesByName returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZonesByName and include both dnsname and hostedzoneid parameters. For the value of hostedzoneid, specify the value of the NextHostedZoneId element from the previous response.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "hostedzoneid", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "hostedzoneid", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneId", "setterDocumentation" : "/**

                                                                                                                  (Optional) For your first request to ListHostedZonesByName, do not include the hostedzoneid parameter.

                                                                                                                  If you have more hosted zones than the value of maxitems, ListHostedZonesByName returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZonesByName and include both dnsname and hostedzoneid parameters. For the value of hostedzoneid, specify the value of the NextHostedZoneId element from the previous response.

                                                                                                                  \n@param hostedZoneId (Optional) For your first request to ListHostedZonesByName, do not include the hostedzoneid parameter.

                                                                                                                  If you have more hosted zones than the value of maxitems, ListHostedZonesByName returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZonesByName and include both dnsname and hostedzoneid parameters. For the value of hostedzoneid, specify the value of the NextHostedZoneId element from the previous response.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  (Optional) For your first request to ListHostedZonesByName, do not include the hostedzoneid parameter.

                                                                                                                  If you have more hosted zones than the value of maxitems, ListHostedZonesByName returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZonesByName and include both dnsname and hostedzoneid parameters. For the value of hostedzoneid, specify the value of the NextHostedZoneId element from the previous response.

                                                                                                                  \n@param hostedZoneId (Optional) For your first request to ListHostedZonesByName, do not include the hostedzoneid parameter.

                                                                                                                  If you have more hosted zones than the value of maxitems, ListHostedZonesByName returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZonesByName and include both dnsname and hostedzoneid parameters. For the value of hostedzoneid, specify the value of the NextHostedZoneId element from the previous response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "

                                                                                                                  (Optional) For your first request to ListHostedZonesByName, do not include the hostedzoneid parameter.

                                                                                                                  If you have more hosted zones than the value of maxitems, ListHostedZonesByName returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZonesByName and include both dnsname and hostedzoneid parameters. For the value of hostedzoneid, specify the value of the NextHostedZoneId element from the previous response.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                  The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, then the value of the IsTruncated element in the response is true, and the values of NextDNSName and NextHostedZoneId specify the first hosted zone in the next group of maxitems hosted zones.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, then the value of the IsTruncated element in the response is true, and the values of NextDNSName and NextHostedZoneId specify the first hosted zone in the next group of maxitems hosted zones.

                                                                                                                  \n@param maxItems The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, then the value of the IsTruncated element in the response is true, and the values of NextDNSName and NextHostedZoneId specify the first hosted zone in the next group of maxitems hosted zones.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, then the value of the IsTruncated element in the response is true, and the values of NextDNSName and NextHostedZoneId specify the first hosted zone in the next group of maxitems hosted zones.

                                                                                                                  \n@return The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, then the value of the IsTruncated element in the response is true, and the values of NextDNSName and NextHostedZoneId specify the first hosted zone in the next group of maxitems hosted zones.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "maxitems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "maxitems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                                  The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, then the value of the IsTruncated element in the response is true, and the values of NextDNSName and NextHostedZoneId specify the first hosted zone in the next group of maxitems hosted zones.

                                                                                                                  \n@param maxItems The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, then the value of the IsTruncated element in the response is true, and the values of NextDNSName and NextHostedZoneId specify the first hosted zone in the next group of maxitems hosted zones.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, then the value of the IsTruncated element in the response is true, and the values of NextDNSName and NextHostedZoneId specify the first hosted zone in the next group of maxitems hosted zones.

                                                                                                                  \n@param maxItems The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, then the value of the IsTruncated element in the response is true, and the values of NextDNSName and NextHostedZoneId specify the first hosted zone in the next group of maxitems hosted zones.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                  The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, then the value of the IsTruncated element in the response is true, and the values of NextDNSName and NextHostedZoneId specify the first hosted zone in the next group of maxitems hosted zones.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListHostedZonesByNameRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListHostedZonesByNameRequest", "variableName" : "listHostedZonesByNameRequest", "variableType" : "ListHostedZonesByNameRequest", "documentation" : null, "simpleType" : "ListHostedZonesByNameRequest", "variableSetterType" : "ListHostedZonesByNameRequest" }, "wrapper" : false }, "ListHostedZonesByNameResult" : { "c2jName" : "ListHostedZonesByNameResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                  A complex type that contains the response information for the request.

                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "HostedZones", "c2jShape" : "HostedZones", "deprecated" : false, "documentation" : "

                                                                                                                  A complex type that contains general information about the hosted zone.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  A complex type that contains general information about the hosted zone.

                                                                                                                  \n@param hostedZones A complex type that contains general information about the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  A complex type that contains general information about the hosted zone.

                                                                                                                  \n@return A complex type that contains general information about the hosted zone.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZones", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZones", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "HostedZone", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "HostedZone", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZone", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "HostedZone", "variableName" : "member", "variableType" : "HostedZone", "documentation" : "", "simpleType" : "HostedZone", "variableSetterType" : "HostedZone" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HostedZone", "variableName" : "member", "variableType" : "HostedZone", "documentation" : "", "simpleType" : "HostedZone", "variableSetterType" : "HostedZone" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "HostedZone", "memberType" : "HostedZone", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "HostedZone", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "HostedZones", "setterDocumentation" : "/**

                                                                                                                  A complex type that contains general information about the hosted zone.

                                                                                                                  \n@param hostedZones A complex type that contains general information about the hosted zone.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "hostedZones", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                  A complex type that contains general information about the hosted zone.

                                                                                                                  \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 general information about the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "hostedZones", "variableType" : "java.util.List", "documentation" : "

                                                                                                                  A complex type that contains general information about the hosted zone.

                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DNSName", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

                                                                                                                  For the second and subsequent calls to ListHostedZonesByName, DNSName is the value that you specified for the dnsname parameter in the request that produced the current response.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListHostedZonesByName, DNSName is the value that you specified for the dnsname parameter in the request that produced the current response.

                                                                                                                  \n@param dNSName For the second and subsequent calls to ListHostedZonesByName, DNSName is the value that you specified for the dnsname parameter in the request that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListHostedZonesByName, DNSName is the value that you specified for the dnsname parameter in the request that produced the current response.

                                                                                                                  \n@return For the second and subsequent calls to ListHostedZonesByName, DNSName is the value that you specified for the dnsname parameter in the request that produced the current response.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DNSName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DNSName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DNSName", "setterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListHostedZonesByName, DNSName is the value that you specified for the dnsname parameter in the request that produced the current response.

                                                                                                                  \n@param dNSName For the second and subsequent calls to ListHostedZonesByName, DNSName is the value that you specified for the dnsname parameter in the request that produced the current response.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dNSName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListHostedZonesByName, DNSName is the value that you specified for the dnsname parameter in the request that produced the current response.

                                                                                                                  \n@param dNSName For the second and subsequent calls to ListHostedZonesByName, DNSName is the value that you specified for the dnsname parameter in the request that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "dNSName", "variableType" : "String", "documentation" : "

                                                                                                                  For the second and subsequent calls to ListHostedZonesByName, DNSName is the value that you specified for the dnsname parameter in the request that produced the current response.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                                                                                  The ID that Amazon Route 53 assigned to the hosted zone when you created it.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The ID that Amazon Route 53 assigned to the hosted zone when you created it.

                                                                                                                  \n@param hostedZoneId The ID that Amazon Route 53 assigned to the hosted zone when you created it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  The ID that Amazon Route 53 assigned to the hosted zone when you created it.

                                                                                                                  \n@return The ID that Amazon Route 53 assigned to the hosted zone when you created it.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZoneId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZoneId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneId", "setterDocumentation" : "/**

                                                                                                                  The ID that Amazon Route 53 assigned to the hosted zone when you created it.

                                                                                                                  \n@param hostedZoneId The ID that Amazon Route 53 assigned to the hosted zone when you created it.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The ID that Amazon Route 53 assigned to the hosted zone when you created it.

                                                                                                                  \n@param hostedZoneId The ID that Amazon Route 53 assigned to the hosted zone when you created it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "

                                                                                                                  The ID that Amazon Route 53 assigned to the hosted zone when you created it.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "deprecated" : false, "documentation" : "

                                                                                                                  A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZonesByName again and specifying the values of NextDNSName and NextHostedZoneId elements in the dnsname and hostedzoneid parameters.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZonesByName again and specifying the values of NextDNSName and NextHostedZoneId elements in the dnsname and hostedzoneid parameters.

                                                                                                                  \n@param isTruncated A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZonesByName again and specifying the values of NextDNSName and NextHostedZoneId elements in the dnsname and hostedzoneid parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZonesByName again and specifying the values of NextDNSName and NextHostedZoneId elements in the dnsname and hostedzoneid parameters.

                                                                                                                  \n@return A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZonesByName again and specifying the values of NextDNSName and NextHostedZoneId elements in the dnsname and hostedzoneid parameters.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IsTruncated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IsTruncated", "setterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZonesByName again and specifying the values of NextDNSName and NextHostedZoneId elements in the dnsname and hostedzoneid parameters.

                                                                                                                  \n@param isTruncated A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZonesByName again and specifying the values of NextDNSName and NextHostedZoneId elements in the dnsname and hostedzoneid parameters.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZonesByName again and specifying the values of NextDNSName and NextHostedZoneId elements in the dnsname and hostedzoneid parameters.

                                                                                                                  \n@param isTruncated A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZonesByName again and specifying the values of NextDNSName and NextHostedZoneId elements in the dnsname and hostedzoneid parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "

                                                                                                                  A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZonesByName again and specifying the values of NextDNSName and NextHostedZoneId elements in the dnsname and hostedzoneid parameters.

                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextDNSName", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

                                                                                                                  If IsTruncated is true, the value of NextDNSName is the name of the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextDNSName is the name of the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  \n@param nextDNSName If IsTruncated is true, the value of NextDNSName is the name of the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  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.*/", "getterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextDNSName is the name of the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  \n@return If IsTruncated is true, the value of NextDNSName is the name of the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextDNSName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextDNSName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextDNSName", "setterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextDNSName is the name of the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  \n@param nextDNSName If IsTruncated is true, the value of NextDNSName is the name of the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextDNSName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextDNSName is the name of the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  \n@param nextDNSName If IsTruncated is true, the value of NextDNSName is the name of the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextDNSName", "variableType" : "String", "documentation" : "

                                                                                                                  If IsTruncated is true, the value of NextDNSName is the name of the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextHostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                                                                                  If IsTruncated is true, the value of NextHostedZoneId identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextHostedZoneId identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  \n@param nextHostedZoneId If IsTruncated is true, the value of NextHostedZoneId identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  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.*/", "getterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextHostedZoneId identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  \n@return If IsTruncated is true, the value of NextHostedZoneId identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextHostedZoneId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextHostedZoneId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextHostedZoneId", "setterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextHostedZoneId identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  \n@param nextHostedZoneId If IsTruncated is true, the value of NextHostedZoneId identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextHostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextHostedZoneId identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  \n@param nextHostedZoneId If IsTruncated is true, the value of NextHostedZoneId identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextHostedZoneId", "variableType" : "String", "documentation" : "

                                                                                                                  If IsTruncated is true, the value of NextHostedZoneId identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZonesByName that produced the current response.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZonesByName that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListHostedZonesByName that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZonesByName that produced the current response.

                                                                                                                  \n@return The value that you specified for the maxitems parameter in the call to ListHostedZonesByName that produced the current response.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZonesByName that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListHostedZonesByName that produced the current response.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZonesByName that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListHostedZonesByName that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZonesByName that produced the current response.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DNSName" : { "c2jName" : "DNSName", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

                                                                                                                  For the second and subsequent calls to ListHostedZonesByName, DNSName is the value that you specified for the dnsname parameter in the request that produced the current response.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListHostedZonesByName, DNSName is the value that you specified for the dnsname parameter in the request that produced the current response.

                                                                                                                  \n@param dNSName For the second and subsequent calls to ListHostedZonesByName, DNSName is the value that you specified for the dnsname parameter in the request that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListHostedZonesByName, DNSName is the value that you specified for the dnsname parameter in the request that produced the current response.

                                                                                                                  \n@return For the second and subsequent calls to ListHostedZonesByName, DNSName is the value that you specified for the dnsname parameter in the request that produced the current response.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DNSName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DNSName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DNSName", "setterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListHostedZonesByName, DNSName is the value that you specified for the dnsname parameter in the request that produced the current response.

                                                                                                                  \n@param dNSName For the second and subsequent calls to ListHostedZonesByName, DNSName is the value that you specified for the dnsname parameter in the request that produced the current response.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dNSName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListHostedZonesByName, DNSName is the value that you specified for the dnsname parameter in the request that produced the current response.

                                                                                                                  \n@param dNSName For the second and subsequent calls to ListHostedZonesByName, DNSName is the value that you specified for the dnsname parameter in the request that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "dNSName", "variableType" : "String", "documentation" : "

                                                                                                                  For the second and subsequent calls to ListHostedZonesByName, DNSName is the value that you specified for the dnsname parameter in the request that produced the current response.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HostedZoneId" : { "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                                                                                  The ID that Amazon Route 53 assigned to the hosted zone when you created it.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The ID that Amazon Route 53 assigned to the hosted zone when you created it.

                                                                                                                  \n@param hostedZoneId The ID that Amazon Route 53 assigned to the hosted zone when you created it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  The ID that Amazon Route 53 assigned to the hosted zone when you created it.

                                                                                                                  \n@return The ID that Amazon Route 53 assigned to the hosted zone when you created it.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZoneId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZoneId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneId", "setterDocumentation" : "/**

                                                                                                                  The ID that Amazon Route 53 assigned to the hosted zone when you created it.

                                                                                                                  \n@param hostedZoneId The ID that Amazon Route 53 assigned to the hosted zone when you created it.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The ID that Amazon Route 53 assigned to the hosted zone when you created it.

                                                                                                                  \n@param hostedZoneId The ID that Amazon Route 53 assigned to the hosted zone when you created it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "

                                                                                                                  The ID that Amazon Route 53 assigned to the hosted zone when you created it.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HostedZones" : { "c2jName" : "HostedZones", "c2jShape" : "HostedZones", "deprecated" : false, "documentation" : "

                                                                                                                  A complex type that contains general information about the hosted zone.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  A complex type that contains general information about the hosted zone.

                                                                                                                  \n@param hostedZones A complex type that contains general information about the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  A complex type that contains general information about the hosted zone.

                                                                                                                  \n@return A complex type that contains general information about the hosted zone.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZones", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZones", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "HostedZone", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "HostedZone", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZone", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "HostedZone", "variableName" : "member", "variableType" : "HostedZone", "documentation" : "", "simpleType" : "HostedZone", "variableSetterType" : "HostedZone" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HostedZone", "variableName" : "member", "variableType" : "HostedZone", "documentation" : "", "simpleType" : "HostedZone", "variableSetterType" : "HostedZone" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "HostedZone", "memberType" : "HostedZone", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "HostedZone", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "HostedZones", "setterDocumentation" : "/**

                                                                                                                  A complex type that contains general information about the hosted zone.

                                                                                                                  \n@param hostedZones A complex type that contains general information about the hosted zone.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "hostedZones", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                  A complex type that contains general information about the hosted zone.

                                                                                                                  \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 general information about the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "hostedZones", "variableType" : "java.util.List", "documentation" : "

                                                                                                                  A complex type that contains general information about the hosted zone.

                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "IsTruncated" : { "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "deprecated" : false, "documentation" : "

                                                                                                                  A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZonesByName again and specifying the values of NextDNSName and NextHostedZoneId elements in the dnsname and hostedzoneid parameters.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZonesByName again and specifying the values of NextDNSName and NextHostedZoneId elements in the dnsname and hostedzoneid parameters.

                                                                                                                  \n@param isTruncated A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZonesByName again and specifying the values of NextDNSName and NextHostedZoneId elements in the dnsname and hostedzoneid parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZonesByName again and specifying the values of NextDNSName and NextHostedZoneId elements in the dnsname and hostedzoneid parameters.

                                                                                                                  \n@return A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZonesByName again and specifying the values of NextDNSName and NextHostedZoneId elements in the dnsname and hostedzoneid parameters.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IsTruncated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IsTruncated", "setterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZonesByName again and specifying the values of NextDNSName and NextHostedZoneId elements in the dnsname and hostedzoneid parameters.

                                                                                                                  \n@param isTruncated A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZonesByName again and specifying the values of NextDNSName and NextHostedZoneId elements in the dnsname and hostedzoneid parameters.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZonesByName again and specifying the values of NextDNSName and NextHostedZoneId elements in the dnsname and hostedzoneid parameters.

                                                                                                                  \n@param isTruncated A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZonesByName again and specifying the values of NextDNSName and NextHostedZoneId elements in the dnsname and hostedzoneid parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "

                                                                                                                  A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZonesByName again and specifying the values of NextDNSName and NextHostedZoneId elements in the dnsname and hostedzoneid parameters.

                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZonesByName that produced the current response.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZonesByName that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListHostedZonesByName that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZonesByName that produced the current response.

                                                                                                                  \n@return The value that you specified for the maxitems parameter in the call to ListHostedZonesByName that produced the current response.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZonesByName that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListHostedZonesByName that produced the current response.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZonesByName that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListHostedZonesByName that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZonesByName that produced the current response.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NextDNSName" : { "c2jName" : "NextDNSName", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

                                                                                                                  If IsTruncated is true, the value of NextDNSName is the name of the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextDNSName is the name of the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  \n@param nextDNSName If IsTruncated is true, the value of NextDNSName is the name of the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  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.*/", "getterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextDNSName is the name of the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  \n@return If IsTruncated is true, the value of NextDNSName is the name of the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextDNSName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextDNSName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextDNSName", "setterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextDNSName is the name of the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  \n@param nextDNSName If IsTruncated is true, the value of NextDNSName is the name of the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextDNSName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextDNSName is the name of the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  \n@param nextDNSName If IsTruncated is true, the value of NextDNSName is the name of the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextDNSName", "variableType" : "String", "documentation" : "

                                                                                                                  If IsTruncated is true, the value of NextDNSName is the name of the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NextHostedZoneId" : { "c2jName" : "NextHostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                                                                                  If IsTruncated is true, the value of NextHostedZoneId identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextHostedZoneId identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  \n@param nextHostedZoneId If IsTruncated is true, the value of NextHostedZoneId identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  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.*/", "getterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextHostedZoneId identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  \n@return If IsTruncated is true, the value of NextHostedZoneId identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextHostedZoneId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextHostedZoneId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextHostedZoneId", "setterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextHostedZoneId identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  \n@param nextHostedZoneId If IsTruncated is true, the value of NextHostedZoneId identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextHostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextHostedZoneId identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  \n@param nextHostedZoneId If IsTruncated is true, the value of NextHostedZoneId identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextHostedZoneId", "variableType" : "String", "documentation" : "

                                                                                                                  If IsTruncated is true, the value of NextHostedZoneId identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "HostedZones", "IsTruncated", "MaxItems" ], "shapeName" : "ListHostedZonesByNameResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListHostedZonesByNameResult", "variableName" : "listHostedZonesByNameResult", "variableType" : "ListHostedZonesByNameResult", "documentation" : null, "simpleType" : "ListHostedZonesByNameResult", "variableSetterType" : "ListHostedZonesByNameResult" }, "wrapper" : false }, "ListHostedZonesRequest" : { "c2jName" : "ListHostedZonesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                  To retrieve a list of your public and private hosted zones, send a GET request to the /2013-04-01/hostedzone resource. The response to this request includes a HostedZone child element for each hosted zone that was created by the current AWS account.

                                                                                                                  Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of hosted zones, you can use the maxitems parameter to list them in groups of up to 100. The response includes four values that help you navigate from one group of maxitems hosted zones to the next:

                                                                                                                  • MaxItems is the value that you specified for the maxitems parameter in the request that produced the current response.

                                                                                                                  • If the value of IsTruncated in the response is true, there are more hosted zones associated with the current AWS account.

                                                                                                                    If IsTruncated is false, this response includes the last hosted zone that is associated with the current account.

                                                                                                                  • NextMarker is the hosted zone ID of the next hosted zone that is associated with the current AWS account. If you want to list more hosted zones, make another call to ListHostedZones, and specify the value of the NextMarker element in the marker parameter.

                                                                                                                    If IsTruncated is false, the NextMarker element is omitted from the response.

                                                                                                                  • If you're making the second or subsequent call to ListHostedZones, the Marker element matches the value that you specified in the marker parameter in the previous request.

                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListHostedZones", "locationName" : null, "requestUri" : "/2013-04-01/hostedzone", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Marker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                                  (Optional) If you have more hosted zones than the value of maxitems, ListHostedZones returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZones. For the value of marker, specify the value of the NextMarker element that was returned in the previous response.

                                                                                                                  Hosted zones are listed in the order in which they were created.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  (Optional) If you have more hosted zones than the value of maxitems, ListHostedZones returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZones. For the value of marker, specify the value of the NextMarker element that was returned in the previous response.

                                                                                                                  Hosted zones are listed in the order in which they were created.

                                                                                                                  \n@param marker (Optional) If you have more hosted zones than the value of maxitems, ListHostedZones returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZones. For the value of marker, specify the value of the NextMarker element that was returned in the previous response.

                                                                                                                  Hosted zones 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.*/", "getterDocumentation" : "/**

                                                                                                                  (Optional) If you have more hosted zones than the value of maxitems, ListHostedZones returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZones. For the value of marker, specify the value of the NextMarker element that was returned in the previous response.

                                                                                                                  Hosted zones are listed in the order in which they were created.

                                                                                                                  \n@return (Optional) If you have more hosted zones than the value of maxitems, ListHostedZones returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZones. For the value of marker, specify the value of the NextMarker element that was returned in the previous response.

                                                                                                                  Hosted zones are listed in the order in which they were created.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "marker", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                                                                                                                  (Optional) If you have more hosted zones than the value of maxitems, ListHostedZones returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZones. For the value of marker, specify the value of the NextMarker element that was returned in the previous response.

                                                                                                                  Hosted zones are listed in the order in which they were created.

                                                                                                                  \n@param marker (Optional) If you have more hosted zones than the value of maxitems, ListHostedZones returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZones. For the value of marker, specify the value of the NextMarker element that was returned in the previous response.

                                                                                                                  Hosted zones are listed in the order in which they were created.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  (Optional) If you have more hosted zones than the value of maxitems, ListHostedZones returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZones. For the value of marker, specify the value of the NextMarker element that was returned in the previous response.

                                                                                                                  Hosted zones are listed in the order in which they were created.

                                                                                                                  \n@param marker (Optional) If you have more hosted zones than the value of maxitems, ListHostedZones returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZones. For the value of marker, specify the value of the NextMarker element that was returned in the previous response.

                                                                                                                  Hosted zones 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                  (Optional) If you have more hosted zones than the value of maxitems, ListHostedZones returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZones. For the value of marker, specify the value of the NextMarker element that was returned in the previous response.

                                                                                                                  Hosted zones are listed in the order in which they were created.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                  (Optional) The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, the value of the IsTruncated element in the response is true, and the value of the NextMarker element is the hosted zone ID of the first hosted zone in the next group of maxitems hosted zones.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  (Optional) The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, the value of the IsTruncated element in the response is true, and the value of the NextMarker element is the hosted zone ID of the first hosted zone in the next group of maxitems hosted zones.

                                                                                                                  \n@param maxItems (Optional) The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, the value of the IsTruncated element in the response is true, and the value of the NextMarker element is the hosted zone ID of the first hosted zone in the next group of maxitems hosted zones.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  (Optional) The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, the value of the IsTruncated element in the response is true, and the value of the NextMarker element is the hosted zone ID of the first hosted zone in the next group of maxitems hosted zones.

                                                                                                                  \n@return (Optional) The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, the value of the IsTruncated element in the response is true, and the value of the NextMarker element is the hosted zone ID of the first hosted zone in the next group of maxitems hosted zones.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "maxitems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "maxitems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                                  (Optional) The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, the value of the IsTruncated element in the response is true, and the value of the NextMarker element is the hosted zone ID of the first hosted zone in the next group of maxitems hosted zones.

                                                                                                                  \n@param maxItems (Optional) The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, the value of the IsTruncated element in the response is true, and the value of the NextMarker element is the hosted zone ID of the first hosted zone in the next group of maxitems hosted zones.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  (Optional) The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, the value of the IsTruncated element in the response is true, and the value of the NextMarker element is the hosted zone ID of the first hosted zone in the next group of maxitems hosted zones.

                                                                                                                  \n@param maxItems (Optional) The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, the value of the IsTruncated element in the response is true, and the value of the NextMarker element is the hosted zone ID of the first hosted zone in the next group of maxitems hosted zones.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                  (Optional) The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, the value of the IsTruncated element in the response is true, and the value of the NextMarker element is the hosted zone ID of the first hosted zone in the next group of maxitems hosted zones.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DelegationSetId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param delegationSetId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "delegationsetid", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "delegationsetid", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DelegationSetId", "setterDocumentation" : "/**\n@param delegationSetId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "delegationSetId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param delegationSetId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "delegationSetId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DelegationSetId" : { "c2jName" : "DelegationSetId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param delegationSetId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "delegationsetid", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "delegationsetid", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DelegationSetId", "setterDocumentation" : "/**\n@param delegationSetId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "delegationSetId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param delegationSetId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "delegationSetId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Marker" : { "c2jName" : "Marker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                                  (Optional) If you have more hosted zones than the value of maxitems, ListHostedZones returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZones. For the value of marker, specify the value of the NextMarker element that was returned in the previous response.

                                                                                                                  Hosted zones are listed in the order in which they were created.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  (Optional) If you have more hosted zones than the value of maxitems, ListHostedZones returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZones. For the value of marker, specify the value of the NextMarker element that was returned in the previous response.

                                                                                                                  Hosted zones are listed in the order in which they were created.

                                                                                                                  \n@param marker (Optional) If you have more hosted zones than the value of maxitems, ListHostedZones returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZones. For the value of marker, specify the value of the NextMarker element that was returned in the previous response.

                                                                                                                  Hosted zones 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.*/", "getterDocumentation" : "/**

                                                                                                                  (Optional) If you have more hosted zones than the value of maxitems, ListHostedZones returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZones. For the value of marker, specify the value of the NextMarker element that was returned in the previous response.

                                                                                                                  Hosted zones are listed in the order in which they were created.

                                                                                                                  \n@return (Optional) If you have more hosted zones than the value of maxitems, ListHostedZones returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZones. For the value of marker, specify the value of the NextMarker element that was returned in the previous response.

                                                                                                                  Hosted zones are listed in the order in which they were created.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "marker", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                                                                                                                  (Optional) If you have more hosted zones than the value of maxitems, ListHostedZones returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZones. For the value of marker, specify the value of the NextMarker element that was returned in the previous response.

                                                                                                                  Hosted zones are listed in the order in which they were created.

                                                                                                                  \n@param marker (Optional) If you have more hosted zones than the value of maxitems, ListHostedZones returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZones. For the value of marker, specify the value of the NextMarker element that was returned in the previous response.

                                                                                                                  Hosted zones are listed in the order in which they were created.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  (Optional) If you have more hosted zones than the value of maxitems, ListHostedZones returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZones. For the value of marker, specify the value of the NextMarker element that was returned in the previous response.

                                                                                                                  Hosted zones are listed in the order in which they were created.

                                                                                                                  \n@param marker (Optional) If you have more hosted zones than the value of maxitems, ListHostedZones returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZones. For the value of marker, specify the value of the NextMarker element that was returned in the previous response.

                                                                                                                  Hosted zones 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                  (Optional) If you have more hosted zones than the value of maxitems, ListHostedZones returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to ListHostedZones. For the value of marker, specify the value of the NextMarker element that was returned in the previous response.

                                                                                                                  Hosted zones are listed in the order in which they were created.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                  (Optional) The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, the value of the IsTruncated element in the response is true, and the value of the NextMarker element is the hosted zone ID of the first hosted zone in the next group of maxitems hosted zones.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  (Optional) The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, the value of the IsTruncated element in the response is true, and the value of the NextMarker element is the hosted zone ID of the first hosted zone in the next group of maxitems hosted zones.

                                                                                                                  \n@param maxItems (Optional) The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, the value of the IsTruncated element in the response is true, and the value of the NextMarker element is the hosted zone ID of the first hosted zone in the next group of maxitems hosted zones.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  (Optional) The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, the value of the IsTruncated element in the response is true, and the value of the NextMarker element is the hosted zone ID of the first hosted zone in the next group of maxitems hosted zones.

                                                                                                                  \n@return (Optional) The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, the value of the IsTruncated element in the response is true, and the value of the NextMarker element is the hosted zone ID of the first hosted zone in the next group of maxitems hosted zones.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "maxitems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "maxitems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                                  (Optional) The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, the value of the IsTruncated element in the response is true, and the value of the NextMarker element is the hosted zone ID of the first hosted zone in the next group of maxitems hosted zones.

                                                                                                                  \n@param maxItems (Optional) The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, the value of the IsTruncated element in the response is true, and the value of the NextMarker element is the hosted zone ID of the first hosted zone in the next group of maxitems hosted zones.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  (Optional) The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, the value of the IsTruncated element in the response is true, and the value of the NextMarker element is the hosted zone ID of the first hosted zone in the next group of maxitems hosted zones.

                                                                                                                  \n@param maxItems (Optional) The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, the value of the IsTruncated element in the response is true, and the value of the NextMarker element is the hosted zone ID of the first hosted zone in the next group of maxitems hosted zones.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                  (Optional) The maximum number of hosted zones to be included in the response body for this request. If you have more than maxitems hosted zones, the value of the IsTruncated element in the response is true, and the value of the NextMarker element is the hosted zone ID of the first hosted zone in the next group of maxitems hosted zones.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListHostedZonesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListHostedZonesRequest", "variableName" : "listHostedZonesRequest", "variableType" : "ListHostedZonesRequest", "documentation" : null, "simpleType" : "ListHostedZonesRequest", "variableSetterType" : "ListHostedZonesRequest" }, "wrapper" : false }, "ListHostedZonesResult" : { "c2jName" : "ListHostedZonesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "HostedZones", "c2jShape" : "HostedZones", "deprecated" : false, "documentation" : "

                                                                                                                  A complex type that contains general information about the hosted zone.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  A complex type that contains general information about the hosted zone.

                                                                                                                  \n@param hostedZones A complex type that contains general information about the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  A complex type that contains general information about the hosted zone.

                                                                                                                  \n@return A complex type that contains general information about the hosted zone.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZones", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZones", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "HostedZone", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "HostedZone", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZone", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "HostedZone", "variableName" : "member", "variableType" : "HostedZone", "documentation" : "", "simpleType" : "HostedZone", "variableSetterType" : "HostedZone" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HostedZone", "variableName" : "member", "variableType" : "HostedZone", "documentation" : "", "simpleType" : "HostedZone", "variableSetterType" : "HostedZone" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "HostedZone", "memberType" : "HostedZone", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "HostedZone", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "HostedZones", "setterDocumentation" : "/**

                                                                                                                  A complex type that contains general information about the hosted zone.

                                                                                                                  \n@param hostedZones A complex type that contains general information about the hosted zone.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "hostedZones", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                  A complex type that contains general information about the hosted zone.

                                                                                                                  \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 general information about the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "hostedZones", "variableType" : "java.util.List", "documentation" : "

                                                                                                                  A complex type that contains general information about the hosted zone.

                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                                  For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                                  \n@param marker For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                                  \n@return For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                                  \n@param marker For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                                  \n@param marker For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                  For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "deprecated" : false, "documentation" : "

                                                                                                                  A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZones again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZones again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  \n@param isTruncated A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZones again and specifying the value of the NextMarker element in the marker parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZones again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  \n@return A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZones again and specifying the value of the NextMarker element in the marker parameter.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IsTruncated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IsTruncated", "setterDocumentation" : "/**

                                                                                                                  A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZones again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  \n@param isTruncated A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZones again and specifying the value of the NextMarker element in the marker parameter.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZones again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  \n@param isTruncated A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZones again and specifying the value of the NextMarker element in the marker parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "

                                                                                                                  A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZones again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextMarker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZones again and specify the value of NextMarker in the marker parameter.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZones again and specify the value of NextMarker in the marker parameter.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  \n@param nextMarker If IsTruncated is true, the value of NextMarker identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZones again and specify the value of NextMarker in the marker 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.*/", "getterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZones again and specify the value of NextMarker in the marker parameter.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  \n@return If IsTruncated is true, the value of NextMarker identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZones again and specify the value of NextMarker in the marker parameter.

                                                                                                                  This element is present only if IsTruncated is true.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextMarker", "setterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZones again and specify the value of NextMarker in the marker parameter.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  \n@param nextMarker If IsTruncated is true, the value of NextMarker identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZones again and specify the value of NextMarker in the marker parameter.

                                                                                                                  This element is present only if IsTruncated is true.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZones again and specify the value of NextMarker in the marker parameter.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  \n@param nextMarker If IsTruncated is true, the value of NextMarker identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZones again and specify the value of NextMarker in the marker 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZones again and specify the value of NextMarker in the marker parameter.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.

                                                                                                                  \n@return The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HostedZones" : { "c2jName" : "HostedZones", "c2jShape" : "HostedZones", "deprecated" : false, "documentation" : "

                                                                                                                  A complex type that contains general information about the hosted zone.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  A complex type that contains general information about the hosted zone.

                                                                                                                  \n@param hostedZones A complex type that contains general information about the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  A complex type that contains general information about the hosted zone.

                                                                                                                  \n@return A complex type that contains general information about the hosted zone.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZones", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZones", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "HostedZone", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "HostedZone", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZone", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "HostedZone", "variableName" : "member", "variableType" : "HostedZone", "documentation" : "", "simpleType" : "HostedZone", "variableSetterType" : "HostedZone" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HostedZone", "variableName" : "member", "variableType" : "HostedZone", "documentation" : "", "simpleType" : "HostedZone", "variableSetterType" : "HostedZone" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "HostedZone", "memberType" : "HostedZone", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "HostedZone", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "HostedZones", "setterDocumentation" : "/**

                                                                                                                  A complex type that contains general information about the hosted zone.

                                                                                                                  \n@param hostedZones A complex type that contains general information about the hosted zone.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "hostedZones", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                  A complex type that contains general information about the hosted zone.

                                                                                                                  \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 general information about the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "hostedZones", "variableType" : "java.util.List", "documentation" : "

                                                                                                                  A complex type that contains general information about the hosted zone.

                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "IsTruncated" : { "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "deprecated" : false, "documentation" : "

                                                                                                                  A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZones again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZones again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  \n@param isTruncated A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZones again and specifying the value of the NextMarker element in the marker parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZones again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  \n@return A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZones again and specifying the value of the NextMarker element in the marker parameter.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IsTruncated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IsTruncated", "setterDocumentation" : "/**

                                                                                                                  A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZones again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  \n@param isTruncated A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZones again and specifying the value of the NextMarker element in the marker parameter.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZones again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  \n@param isTruncated A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZones again and specifying the value of the NextMarker element in the marker parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "

                                                                                                                  A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of maxitems hosted zones by calling ListHostedZones again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Marker" : { "c2jName" : "Marker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                                  For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                                  \n@param marker For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                                  \n@return For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                                  \n@param marker For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                                  \n@param marker For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                  For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.

                                                                                                                  \n@return The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NextMarker" : { "c2jName" : "NextMarker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZones again and specify the value of NextMarker in the marker parameter.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZones again and specify the value of NextMarker in the marker parameter.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  \n@param nextMarker If IsTruncated is true, the value of NextMarker identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZones again and specify the value of NextMarker in the marker 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.*/", "getterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZones again and specify the value of NextMarker in the marker parameter.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  \n@return If IsTruncated is true, the value of NextMarker identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZones again and specify the value of NextMarker in the marker parameter.

                                                                                                                  This element is present only if IsTruncated is true.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextMarker", "setterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZones again and specify the value of NextMarker in the marker parameter.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  \n@param nextMarker If IsTruncated is true, the value of NextMarker identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZones again and specify the value of NextMarker in the marker parameter.

                                                                                                                  This element is present only if IsTruncated is true.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZones again and specify the value of NextMarker in the marker parameter.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  \n@param nextMarker If IsTruncated is true, the value of NextMarker identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZones again and specify the value of NextMarker in the marker 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first hosted zone in the next group of maxitems hosted zones. Call ListHostedZones again and specify the value of NextMarker in the marker parameter.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "HostedZones", "Marker", "IsTruncated", "MaxItems" ], "shapeName" : "ListHostedZonesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListHostedZonesResult", "variableName" : "listHostedZonesResult", "variableType" : "ListHostedZonesResult", "documentation" : null, "simpleType" : "ListHostedZonesResult", "variableSetterType" : "ListHostedZonesResult" }, "wrapper" : false }, "ListResourceRecordSetsRequest" : { "c2jName" : "ListResourceRecordSetsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                  The input for a ListResourceRecordSets request.

                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListResourceRecordSets", "locationName" : null, "requestUri" : "/2013-04-01/hostedzone/{Id}/rrset", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to get.

                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneId", "setterDocumentation" : "/**

                                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to get.

                                                                                                                  \n@param hostedZoneId The ID of the hosted zone that contains the resource record sets that you want to get.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "

                                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to get.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StartRecordName", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

                                                                                                                  The first name in the lexicographic ordering of domain names that you want the ListResourceRecordSets request to list.

                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "name", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartRecordName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startRecordName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "startRecordName", "variableType" : "String", "documentation" : "

                                                                                                                  The first name in the lexicographic ordering of domain names that you want the ListResourceRecordSets request to list.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StartRecordType", "c2jShape" : "RRType", "deprecated" : false, "documentation" : "

                                                                                                                  The type of resource record set to begin the record listing from.

                                                                                                                  Valid values for basic resource record sets: A | AAAA | CNAME | MX | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                  Values for weighted, latency, geo, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | PTR | SPF | SRV | TXT

                                                                                                                  Values for alias resource record sets:

                                                                                                                  • CloudFront distribution: A

                                                                                                                  • Elastic Beanstalk environment that has a regionalized subdomain: A

                                                                                                                  • ELB load balancer: A | AAAA

                                                                                                                  • Amazon S3 bucket: A

                                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.

                                                                                                                  ", "enumType" : "RRType", "fluentSetterDocumentation" : "/**

                                                                                                                  The type of resource record set to begin the record listing from.

                                                                                                                  Valid values for basic resource record sets: A | AAAA | CNAME | MX | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                  Values for weighted, latency, geo, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | PTR | SPF | SRV | TXT

                                                                                                                  Values for alias resource record sets:

                                                                                                                  • CloudFront distribution: A

                                                                                                                  • Elastic Beanstalk environment that has a regionalized subdomain: A

                                                                                                                  • ELB load balancer: A | AAAA

                                                                                                                  • Amazon S3 bucket: A

                                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.

                                                                                                                  \n@param startRecordType The type of resource record set to begin the record listing from.

                                                                                                                  Valid values for basic resource record sets: A | AAAA | CNAME | MX | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                  Values for weighted, latency, geo, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | PTR | SPF | SRV | TXT

                                                                                                                  Values for alias resource record sets:

                                                                                                                  • CloudFront distribution: A

                                                                                                                  • Elastic Beanstalk environment that has a regionalized subdomain: A

                                                                                                                  • ELB load balancer: A | AAAA

                                                                                                                  • Amazon S3 bucket: A

                                                                                                                  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*/", "getterDocumentation" : "/**

                                                                                                                  The type of resource record set to begin the record listing from.

                                                                                                                  Valid values for basic resource record sets: A | AAAA | CNAME | MX | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                  Values for weighted, latency, geo, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | PTR | SPF | SRV | TXT

                                                                                                                  Values for alias resource record sets:

                                                                                                                  • CloudFront distribution: A

                                                                                                                  • Elastic Beanstalk environment that has a regionalized subdomain: A

                                                                                                                  • ELB load balancer: A | AAAA

                                                                                                                  • Amazon S3 bucket: A

                                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.

                                                                                                                  \n@return The type of resource record set to begin the record listing from.

                                                                                                                  Valid values for basic resource record sets: A | AAAA | CNAME | MX | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                  Values for weighted, latency, geo, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | PTR | SPF | SRV | TXT

                                                                                                                  Values for alias resource record sets:

                                                                                                                  • CloudFront distribution: A

                                                                                                                  • Elastic Beanstalk environment that has a regionalized subdomain: A

                                                                                                                  • ELB load balancer: A | AAAA

                                                                                                                  • Amazon S3 bucket: A

                                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.\n@see RRType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "type", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartRecordType", "setterDocumentation" : "/**

                                                                                                                  The type of resource record set to begin the record listing from.

                                                                                                                  Valid values for basic resource record sets: A | AAAA | CNAME | MX | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                  Values for weighted, latency, geo, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | PTR | SPF | SRV | TXT

                                                                                                                  Values for alias resource record sets:

                                                                                                                  • CloudFront distribution: A

                                                                                                                  • Elastic Beanstalk environment that has a regionalized subdomain: A

                                                                                                                  • ELB load balancer: A | AAAA

                                                                                                                  • Amazon S3 bucket: A

                                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.

                                                                                                                  \n@param startRecordType The type of resource record set to begin the record listing from.

                                                                                                                  Valid values for basic resource record sets: A | AAAA | CNAME | MX | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                  Values for weighted, latency, geo, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | PTR | SPF | SRV | TXT

                                                                                                                  Values for alias resource record sets:

                                                                                                                  • CloudFront distribution: A

                                                                                                                  • Elastic Beanstalk environment that has a regionalized subdomain: A

                                                                                                                  • ELB load balancer: A | AAAA

                                                                                                                  • Amazon S3 bucket: A

                                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.\n@see RRType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startRecordType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The type of resource record set to begin the record listing from.

                                                                                                                  Valid values for basic resource record sets: A | AAAA | CNAME | MX | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                  Values for weighted, latency, geo, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | PTR | SPF | SRV | TXT

                                                                                                                  Values for alias resource record sets:

                                                                                                                  • CloudFront distribution: A

                                                                                                                  • Elastic Beanstalk environment that has a regionalized subdomain: A

                                                                                                                  • ELB load balancer: A | AAAA

                                                                                                                  • Amazon S3 bucket: A

                                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.

                                                                                                                  \n@param startRecordType The type of resource record set to begin the record listing from.

                                                                                                                  Valid values for basic resource record sets: A | AAAA | CNAME | MX | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                  Values for weighted, latency, geo, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | PTR | SPF | SRV | TXT

                                                                                                                  Values for alias resource record sets:

                                                                                                                  • CloudFront distribution: A

                                                                                                                  • Elastic Beanstalk environment that has a regionalized subdomain: A

                                                                                                                  • ELB load balancer: A | AAAA

                                                                                                                  • Amazon S3 bucket: A

                                                                                                                  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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "startRecordType", "variableType" : "String", "documentation" : "

                                                                                                                  The type of resource record set to begin the record listing from.

                                                                                                                  Valid values for basic resource record sets: A | AAAA | CNAME | MX | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                  Values for weighted, latency, geo, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | PTR | SPF | SRV | TXT

                                                                                                                  Values for alias resource record sets:

                                                                                                                  • CloudFront distribution: A

                                                                                                                  • Elastic Beanstalk environment that has a regionalized subdomain: A

                                                                                                                  • ELB load balancer: A | AAAA

                                                                                                                  • Amazon S3 bucket: A

                                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StartRecordIdentifier", "c2jShape" : "ResourceRecordSetIdentifier", "deprecated" : false, "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.

                                                                                                                  ", "enumType" : null, "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 from the previous response to get the next resource record set that has the current DNS name and type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 from the previous response to get the next resource record set that has the current DNS name and type.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "identifier", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "identifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartRecordIdentifier", "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 from the previous response to get the next resource record set that has the current DNS name and type.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startRecordIdentifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 from the previous response to get the next resource record set that has the current DNS name and type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "startRecordIdentifier", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                  (Optional) The maximum number of resource records sets to include in the response body for this request. If the response includes more than maxitems resource record sets, the value of the IsTruncated element in the response is true, and the values of the NextRecordName and NextRecordType elements in the response identify the first resource record set in the next group of maxitems resource record sets.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  (Optional) The maximum number of resource records sets to include in the response body for this request. If the response includes more than maxitems resource record sets, the value of the IsTruncated element in the response is true, and the values of the NextRecordName and NextRecordType elements in the response identify the first resource record set in the next group of maxitems resource record sets.

                                                                                                                  \n@param maxItems (Optional) The maximum number of resource records sets to include in the response body for this request. If the response includes more than maxitems resource record sets, the value of the IsTruncated element in the response is true, and the values of the NextRecordName and NextRecordType elements in the response identify the first resource record set in the next group of maxitems resource record sets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  (Optional) The maximum number of resource records sets to include in the response body for this request. If the response includes more than maxitems resource record sets, the value of the IsTruncated element in the response is true, and the values of the NextRecordName and NextRecordType elements in the response identify the first resource record set in the next group of maxitems resource record sets.

                                                                                                                  \n@return (Optional) The maximum number of resource records sets to include in the response body for this request. If the response includes more than maxitems resource record sets, the value of the IsTruncated element in the response is true, and the values of the NextRecordName and NextRecordType elements in the response identify the first resource record set in the next group of maxitems resource record sets.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "maxitems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "maxitems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                                  (Optional) The maximum number of resource records sets to include in the response body for this request. If the response includes more than maxitems resource record sets, the value of the IsTruncated element in the response is true, and the values of the NextRecordName and NextRecordType elements in the response identify the first resource record set in the next group of maxitems resource record sets.

                                                                                                                  \n@param maxItems (Optional) The maximum number of resource records sets to include in the response body for this request. If the response includes more than maxitems resource record sets, the value of the IsTruncated element in the response is true, and the values of the NextRecordName and NextRecordType elements in the response identify the first resource record set in the next group of maxitems resource record sets.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  (Optional) The maximum number of resource records sets to include in the response body for this request. If the response includes more than maxitems resource record sets, the value of the IsTruncated element in the response is true, and the values of the NextRecordName and NextRecordType elements in the response identify the first resource record set in the next group of maxitems resource record sets.

                                                                                                                  \n@param maxItems (Optional) The maximum number of resource records sets to include in the response body for this request. If the response includes more than maxitems resource record sets, the value of the IsTruncated element in the response is true, and the values of the NextRecordName and NextRecordType elements in the response identify the first resource record set in the next group of maxitems resource record sets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                  (Optional) The maximum number of resource records sets to include in the response body for this request. If the response includes more than maxitems resource record sets, the value of the IsTruncated element in the response is true, and the values of the NextRecordName and NextRecordType elements in the response identify the first resource record set in the next group of maxitems resource record sets.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HostedZoneId" : { "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to get.

                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneId", "setterDocumentation" : "/**

                                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to get.

                                                                                                                  \n@param hostedZoneId The ID of the hosted zone that contains the resource record sets that you want to get.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "

                                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to get.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                  (Optional) The maximum number of resource records sets to include in the response body for this request. If the response includes more than maxitems resource record sets, the value of the IsTruncated element in the response is true, and the values of the NextRecordName and NextRecordType elements in the response identify the first resource record set in the next group of maxitems resource record sets.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  (Optional) The maximum number of resource records sets to include in the response body for this request. If the response includes more than maxitems resource record sets, the value of the IsTruncated element in the response is true, and the values of the NextRecordName and NextRecordType elements in the response identify the first resource record set in the next group of maxitems resource record sets.

                                                                                                                  \n@param maxItems (Optional) The maximum number of resource records sets to include in the response body for this request. If the response includes more than maxitems resource record sets, the value of the IsTruncated element in the response is true, and the values of the NextRecordName and NextRecordType elements in the response identify the first resource record set in the next group of maxitems resource record sets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  (Optional) The maximum number of resource records sets to include in the response body for this request. If the response includes more than maxitems resource record sets, the value of the IsTruncated element in the response is true, and the values of the NextRecordName and NextRecordType elements in the response identify the first resource record set in the next group of maxitems resource record sets.

                                                                                                                  \n@return (Optional) The maximum number of resource records sets to include in the response body for this request. If the response includes more than maxitems resource record sets, the value of the IsTruncated element in the response is true, and the values of the NextRecordName and NextRecordType elements in the response identify the first resource record set in the next group of maxitems resource record sets.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "maxitems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "maxitems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                                  (Optional) The maximum number of resource records sets to include in the response body for this request. If the response includes more than maxitems resource record sets, the value of the IsTruncated element in the response is true, and the values of the NextRecordName and NextRecordType elements in the response identify the first resource record set in the next group of maxitems resource record sets.

                                                                                                                  \n@param maxItems (Optional) The maximum number of resource records sets to include in the response body for this request. If the response includes more than maxitems resource record sets, the value of the IsTruncated element in the response is true, and the values of the NextRecordName and NextRecordType elements in the response identify the first resource record set in the next group of maxitems resource record sets.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  (Optional) The maximum number of resource records sets to include in the response body for this request. If the response includes more than maxitems resource record sets, the value of the IsTruncated element in the response is true, and the values of the NextRecordName and NextRecordType elements in the response identify the first resource record set in the next group of maxitems resource record sets.

                                                                                                                  \n@param maxItems (Optional) The maximum number of resource records sets to include in the response body for this request. If the response includes more than maxitems resource record sets, the value of the IsTruncated element in the response is true, and the values of the NextRecordName and NextRecordType elements in the response identify the first resource record set in the next group of maxitems resource record sets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                  (Optional) The maximum number of resource records sets to include in the response body for this request. If the response includes more than maxitems resource record sets, the value of the IsTruncated element in the response is true, and the values of the NextRecordName and NextRecordType elements in the response identify the first resource record set in the next group of maxitems resource record sets.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartRecordIdentifier" : { "c2jName" : "StartRecordIdentifier", "c2jShape" : "ResourceRecordSetIdentifier", "deprecated" : false, "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.

                                                                                                                  ", "enumType" : null, "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 from the previous response to get the next resource record set that has the current DNS name and type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 from the previous response to get the next resource record set that has the current DNS name and type.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "identifier", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "identifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartRecordIdentifier", "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 from the previous response to get the next resource record set that has the current DNS name and type.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startRecordIdentifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 from the previous response to get the next resource record set that has the current DNS name and type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "startRecordIdentifier", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "StartRecordName" : { "c2jName" : "StartRecordName", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

                                                                                                                  The first name in the lexicographic ordering of domain names that you want the ListResourceRecordSets request to list.

                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "name", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartRecordName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startRecordName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "startRecordName", "variableType" : "String", "documentation" : "

                                                                                                                  The first name in the lexicographic ordering of domain names that you want the ListResourceRecordSets request to list.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartRecordType" : { "c2jName" : "StartRecordType", "c2jShape" : "RRType", "deprecated" : false, "documentation" : "

                                                                                                                  The type of resource record set to begin the record listing from.

                                                                                                                  Valid values for basic resource record sets: A | AAAA | CNAME | MX | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                  Values for weighted, latency, geo, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | PTR | SPF | SRV | TXT

                                                                                                                  Values for alias resource record sets:

                                                                                                                  • CloudFront distribution: A

                                                                                                                  • Elastic Beanstalk environment that has a regionalized subdomain: A

                                                                                                                  • ELB load balancer: A | AAAA

                                                                                                                  • Amazon S3 bucket: A

                                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.

                                                                                                                  ", "enumType" : "RRType", "fluentSetterDocumentation" : "/**

                                                                                                                  The type of resource record set to begin the record listing from.

                                                                                                                  Valid values for basic resource record sets: A | AAAA | CNAME | MX | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                  Values for weighted, latency, geo, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | PTR | SPF | SRV | TXT

                                                                                                                  Values for alias resource record sets:

                                                                                                                  • CloudFront distribution: A

                                                                                                                  • Elastic Beanstalk environment that has a regionalized subdomain: A

                                                                                                                  • ELB load balancer: A | AAAA

                                                                                                                  • Amazon S3 bucket: A

                                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.

                                                                                                                  \n@param startRecordType The type of resource record set to begin the record listing from.

                                                                                                                  Valid values for basic resource record sets: A | AAAA | CNAME | MX | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                  Values for weighted, latency, geo, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | PTR | SPF | SRV | TXT

                                                                                                                  Values for alias resource record sets:

                                                                                                                  • CloudFront distribution: A

                                                                                                                  • Elastic Beanstalk environment that has a regionalized subdomain: A

                                                                                                                  • ELB load balancer: A | AAAA

                                                                                                                  • Amazon S3 bucket: A

                                                                                                                  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*/", "getterDocumentation" : "/**

                                                                                                                  The type of resource record set to begin the record listing from.

                                                                                                                  Valid values for basic resource record sets: A | AAAA | CNAME | MX | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                  Values for weighted, latency, geo, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | PTR | SPF | SRV | TXT

                                                                                                                  Values for alias resource record sets:

                                                                                                                  • CloudFront distribution: A

                                                                                                                  • Elastic Beanstalk environment that has a regionalized subdomain: A

                                                                                                                  • ELB load balancer: A | AAAA

                                                                                                                  • Amazon S3 bucket: A

                                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.

                                                                                                                  \n@return The type of resource record set to begin the record listing from.

                                                                                                                  Valid values for basic resource record sets: A | AAAA | CNAME | MX | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                  Values for weighted, latency, geo, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | PTR | SPF | SRV | TXT

                                                                                                                  Values for alias resource record sets:

                                                                                                                  • CloudFront distribution: A

                                                                                                                  • Elastic Beanstalk environment that has a regionalized subdomain: A

                                                                                                                  • ELB load balancer: A | AAAA

                                                                                                                  • Amazon S3 bucket: A

                                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.\n@see RRType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "type", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartRecordType", "setterDocumentation" : "/**

                                                                                                                  The type of resource record set to begin the record listing from.

                                                                                                                  Valid values for basic resource record sets: A | AAAA | CNAME | MX | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                  Values for weighted, latency, geo, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | PTR | SPF | SRV | TXT

                                                                                                                  Values for alias resource record sets:

                                                                                                                  • CloudFront distribution: A

                                                                                                                  • Elastic Beanstalk environment that has a regionalized subdomain: A

                                                                                                                  • ELB load balancer: A | AAAA

                                                                                                                  • Amazon S3 bucket: A

                                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.

                                                                                                                  \n@param startRecordType The type of resource record set to begin the record listing from.

                                                                                                                  Valid values for basic resource record sets: A | AAAA | CNAME | MX | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                  Values for weighted, latency, geo, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | PTR | SPF | SRV | TXT

                                                                                                                  Values for alias resource record sets:

                                                                                                                  • CloudFront distribution: A

                                                                                                                  • Elastic Beanstalk environment that has a regionalized subdomain: A

                                                                                                                  • ELB load balancer: A | AAAA

                                                                                                                  • Amazon S3 bucket: A

                                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.\n@see RRType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startRecordType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The type of resource record set to begin the record listing from.

                                                                                                                  Valid values for basic resource record sets: A | AAAA | CNAME | MX | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                  Values for weighted, latency, geo, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | PTR | SPF | SRV | TXT

                                                                                                                  Values for alias resource record sets:

                                                                                                                  • CloudFront distribution: A

                                                                                                                  • Elastic Beanstalk environment that has a regionalized subdomain: A

                                                                                                                  • ELB load balancer: A | AAAA

                                                                                                                  • Amazon S3 bucket: A

                                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.

                                                                                                                  \n@param startRecordType The type of resource record set to begin the record listing from.

                                                                                                                  Valid values for basic resource record sets: A | AAAA | CNAME | MX | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                  Values for weighted, latency, geo, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | PTR | SPF | SRV | TXT

                                                                                                                  Values for alias resource record sets:

                                                                                                                  • CloudFront distribution: A

                                                                                                                  • Elastic Beanstalk environment that has a regionalized subdomain: A

                                                                                                                  • ELB load balancer: A | AAAA

                                                                                                                  • Amazon S3 bucket: A

                                                                                                                  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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "startRecordType", "variableType" : "String", "documentation" : "

                                                                                                                  The type of resource record set to begin the record listing from.

                                                                                                                  Valid values for basic resource record sets: A | AAAA | CNAME | MX | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                  Values for weighted, latency, geo, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | PTR | SPF | SRV | TXT

                                                                                                                  Values for alias resource record sets:

                                                                                                                  • CloudFront distribution: A

                                                                                                                  • Elastic Beanstalk environment that has a regionalized subdomain: A

                                                                                                                  • ELB load balancer: A | AAAA

                                                                                                                  • Amazon S3 bucket: A

                                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "HostedZoneId" ], "shapeName" : "ListResourceRecordSetsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListResourceRecordSetsRequest", "variableName" : "listResourceRecordSetsRequest", "variableType" : "ListResourceRecordSetsRequest", "documentation" : null, "simpleType" : "ListResourceRecordSetsRequest", "variableSetterType" : "ListResourceRecordSetsRequest" }, "wrapper" : false }, "ListResourceRecordSetsResult" : { "c2jName" : "ListResourceRecordSetsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                  A complex type that contains list information for the resource record set.

                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ResourceRecordSets", "c2jShape" : "ResourceRecordSets", "deprecated" : false, "documentation" : "

                                                                                                                  Information about multiple resource record sets.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  Information about multiple resource record sets.

                                                                                                                  \n@param resourceRecordSets Information about multiple resource record sets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  Information about multiple resource record sets.

                                                                                                                  \n@return Information about multiple resource record sets.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceRecordSets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceRecordSets", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceRecordSet", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ResourceRecordSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceRecordSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceRecordSet", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ResourceRecordSet", "variableName" : "member", "variableType" : "ResourceRecordSet", "documentation" : "", "simpleType" : "ResourceRecordSet", "variableSetterType" : "ResourceRecordSet" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ResourceRecordSet", "variableName" : "member", "variableType" : "ResourceRecordSet", "documentation" : "", "simpleType" : "ResourceRecordSet", "variableSetterType" : "ResourceRecordSet" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ResourceRecordSet", "memberType" : "ResourceRecordSet", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ResourceRecordSet", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ResourceRecordSets", "setterDocumentation" : "/**

                                                                                                                  Information about multiple resource record sets.

                                                                                                                  \n@param resourceRecordSets Information about multiple resource record sets.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceRecordSets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                  Information about multiple resource record sets.

                                                                                                                  \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 Information about multiple resource record sets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceRecordSets", "variableType" : "java.util.List", "documentation" : "

                                                                                                                  Information about multiple resource record sets.

                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "deprecated" : false, "documentation" : "

                                                                                                                  A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a follow-up pagination request by using the NextRecordName element.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a follow-up pagination request by using the NextRecordName element.

                                                                                                                  \n@param isTruncated A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a follow-up pagination request by using the NextRecordName element.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a follow-up pagination request by using the NextRecordName element.

                                                                                                                  \n@return A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a follow-up pagination request by using the NextRecordName element.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IsTruncated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IsTruncated", "setterDocumentation" : "/**

                                                                                                                  A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a follow-up pagination request by using the NextRecordName element.

                                                                                                                  \n@param isTruncated A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a follow-up pagination request by using the NextRecordName element.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a follow-up pagination request by using the NextRecordName element.

                                                                                                                  \n@param isTruncated A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a follow-up pagination request by using the NextRecordName element.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "

                                                                                                                  A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a follow-up pagination request by using the NextRecordName element.

                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextRecordName", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

                                                                                                                  If the results were truncated, the name of the next record in the list.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextRecordName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextRecordName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextRecordName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextRecordName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextRecordName", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextRecordType", "c2jShape" : "RRType", "deprecated" : false, "documentation" : "

                                                                                                                  If the results were truncated, the type of the next record in the list.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  ", "enumType" : "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*/", "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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextRecordType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextRecordType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextRecordType", "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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextRecordType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextRecordType", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextRecordIdentifier", "c2jShape" : "ResourceRecordSetIdentifier", "deprecated" : false, "documentation" : "

                                                                                                                  Weighted, latency, geolocation, and failover 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.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  Weighted, latency, geolocation, and failover 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, latency, geolocation, and failover 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 Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  Weighted, latency, geolocation, and failover 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, latency, geolocation, and failover 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextRecordIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextRecordIdentifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextRecordIdentifier", "setterDocumentation" : "/**

                                                                                                                  Weighted, latency, geolocation, and failover 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, latency, geolocation, and failover 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextRecordIdentifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  Weighted, latency, geolocation, and failover 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, latency, geolocation, and failover 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 Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextRecordIdentifier", "variableType" : "String", "documentation" : "

                                                                                                                  Weighted, latency, geolocation, and failover 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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                  The maximum number of records you requested.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The maximum number of records you requested.

                                                                                                                  \n@param maxItems The maximum number of records you requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  The maximum number of records you requested.

                                                                                                                  \n@return The maximum number of records you requested.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                                  The maximum number of records you requested.

                                                                                                                  \n@param maxItems The maximum number of records you requested.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The maximum number of records you requested.

                                                                                                                  \n@param maxItems The maximum number of records you requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                  The maximum number of records you requested.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IsTruncated" : { "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "deprecated" : false, "documentation" : "

                                                                                                                  A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a follow-up pagination request by using the NextRecordName element.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a follow-up pagination request by using the NextRecordName element.

                                                                                                                  \n@param isTruncated A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a follow-up pagination request by using the NextRecordName element.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a follow-up pagination request by using the NextRecordName element.

                                                                                                                  \n@return A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a follow-up pagination request by using the NextRecordName element.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IsTruncated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IsTruncated", "setterDocumentation" : "/**

                                                                                                                  A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a follow-up pagination request by using the NextRecordName element.

                                                                                                                  \n@param isTruncated A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a follow-up pagination request by using the NextRecordName element.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a follow-up pagination request by using the NextRecordName element.

                                                                                                                  \n@param isTruncated A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a follow-up pagination request by using the NextRecordName element.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "

                                                                                                                  A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a follow-up pagination request by using the NextRecordName element.

                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                  The maximum number of records you requested.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The maximum number of records you requested.

                                                                                                                  \n@param maxItems The maximum number of records you requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  The maximum number of records you requested.

                                                                                                                  \n@return The maximum number of records you requested.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                                  The maximum number of records you requested.

                                                                                                                  \n@param maxItems The maximum number of records you requested.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The maximum number of records you requested.

                                                                                                                  \n@param maxItems The maximum number of records you requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                  The maximum number of records you requested.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NextRecordIdentifier" : { "c2jName" : "NextRecordIdentifier", "c2jShape" : "ResourceRecordSetIdentifier", "deprecated" : false, "documentation" : "

                                                                                                                  Weighted, latency, geolocation, and failover 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.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  Weighted, latency, geolocation, and failover 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, latency, geolocation, and failover 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 Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  Weighted, latency, geolocation, and failover 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, latency, geolocation, and failover 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextRecordIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextRecordIdentifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextRecordIdentifier", "setterDocumentation" : "/**

                                                                                                                  Weighted, latency, geolocation, and failover 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, latency, geolocation, and failover 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextRecordIdentifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  Weighted, latency, geolocation, and failover 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, latency, geolocation, and failover 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 Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextRecordIdentifier", "variableType" : "String", "documentation" : "

                                                                                                                  Weighted, latency, geolocation, and failover 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" }, "xmlNameSpaceUri" : null }, "NextRecordName" : { "c2jName" : "NextRecordName", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

                                                                                                                  If the results were truncated, the name of the next record in the list.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextRecordName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextRecordName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextRecordName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextRecordName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextRecordName", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "NextRecordType" : { "c2jName" : "NextRecordType", "c2jShape" : "RRType", "deprecated" : false, "documentation" : "

                                                                                                                  If the results were truncated, the type of the next record in the list.

                                                                                                                  This element is present only if IsTruncated is true.

                                                                                                                  ", "enumType" : "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*/", "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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextRecordType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextRecordType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextRecordType", "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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextRecordType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextRecordType", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "ResourceRecordSets" : { "c2jName" : "ResourceRecordSets", "c2jShape" : "ResourceRecordSets", "deprecated" : false, "documentation" : "

                                                                                                                  Information about multiple resource record sets.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  Information about multiple resource record sets.

                                                                                                                  \n@param resourceRecordSets Information about multiple resource record sets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  Information about multiple resource record sets.

                                                                                                                  \n@return Information about multiple resource record sets.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceRecordSets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceRecordSets", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceRecordSet", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ResourceRecordSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceRecordSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceRecordSet", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ResourceRecordSet", "variableName" : "member", "variableType" : "ResourceRecordSet", "documentation" : "", "simpleType" : "ResourceRecordSet", "variableSetterType" : "ResourceRecordSet" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ResourceRecordSet", "variableName" : "member", "variableType" : "ResourceRecordSet", "documentation" : "", "simpleType" : "ResourceRecordSet", "variableSetterType" : "ResourceRecordSet" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ResourceRecordSet", "memberType" : "ResourceRecordSet", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ResourceRecordSet", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ResourceRecordSets", "setterDocumentation" : "/**

                                                                                                                  Information about multiple resource record sets.

                                                                                                                  \n@param resourceRecordSets Information about multiple resource record sets.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceRecordSets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                  Information about multiple resource record sets.

                                                                                                                  \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 Information about multiple resource record sets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceRecordSets", "variableType" : "java.util.List", "documentation" : "

                                                                                                                  Information about multiple resource record sets.

                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "ResourceRecordSets", "IsTruncated", "MaxItems" ], "shapeName" : "ListResourceRecordSetsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListResourceRecordSetsResult", "variableName" : "listResourceRecordSetsResult", "variableType" : "ListResourceRecordSetsResult", "documentation" : null, "simpleType" : "ListResourceRecordSetsResult", "variableSetterType" : "ListResourceRecordSetsResult" }, "wrapper" : false }, "ListReusableDelegationSetsRequest" : { "c2jName" : "ListReusableDelegationSetsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                  To retrieve a list of your reusable delegation sets, send a GET request to the /2013-04-01/delegationset resource. The response to this request includes a DelegationSets element with zero 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.

                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListReusableDelegationSets", "locationName" : null, "requestUri" : "/2013-04-01/delegationset", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Marker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                                  If you're making the second or subsequent call to ListReusableDelegationSets, the Marker element matches the value that you specified in the marker parameter in the previous request.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  If you're making the second or subsequent call to ListReusableDelegationSets, the Marker element matches the value that you specified in the marker parameter in the previous request.

                                                                                                                  \n@param marker If you're making the second or subsequent call to ListReusableDelegationSets, the Marker element matches the value that you specified in the marker parameter in the previous request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  If you're making the second or subsequent call to ListReusableDelegationSets, the Marker element matches the value that you specified in the marker parameter in the previous request.

                                                                                                                  \n@return If you're making the second or subsequent call to ListReusableDelegationSets, the Marker element matches the value that you specified in the marker parameter in the previous request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "marker", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                                                                                                                  If you're making the second or subsequent call to ListReusableDelegationSets, the Marker element matches the value that you specified in the marker parameter in the previous request.

                                                                                                                  \n@param marker If you're making the second or subsequent call to ListReusableDelegationSets, the Marker element matches the value that you specified in the marker parameter in the previous request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  If you're making the second or subsequent call to ListReusableDelegationSets, the Marker element matches the value that you specified in the marker parameter in the previous request.

                                                                                                                  \n@param marker If you're making the second or subsequent call to ListReusableDelegationSets, the Marker element matches the value that you specified in the marker parameter in the previous request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                  If you're making the second or subsequent call to ListReusableDelegationSets, the Marker element matches the value that you specified in the marker parameter in the previous request.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                  The value that you specified for the maxitems parameter in the request that produced the current response.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the request that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the request that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the request that produced the current response.

                                                                                                                  \n@return The value that you specified for the maxitems parameter in the request that produced the current response.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "maxitems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "maxitems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the request that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the request that produced the current response.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the request that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the request that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                  The value that you specified for the maxitems parameter in the request that produced the current response.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "c2jName" : "Marker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                                  If you're making the second or subsequent call to ListReusableDelegationSets, the Marker element matches the value that you specified in the marker parameter in the previous request.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  If you're making the second or subsequent call to ListReusableDelegationSets, the Marker element matches the value that you specified in the marker parameter in the previous request.

                                                                                                                  \n@param marker If you're making the second or subsequent call to ListReusableDelegationSets, the Marker element matches the value that you specified in the marker parameter in the previous request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  If you're making the second or subsequent call to ListReusableDelegationSets, the Marker element matches the value that you specified in the marker parameter in the previous request.

                                                                                                                  \n@return If you're making the second or subsequent call to ListReusableDelegationSets, the Marker element matches the value that you specified in the marker parameter in the previous request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "marker", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                                                                                                                  If you're making the second or subsequent call to ListReusableDelegationSets, the Marker element matches the value that you specified in the marker parameter in the previous request.

                                                                                                                  \n@param marker If you're making the second or subsequent call to ListReusableDelegationSets, the Marker element matches the value that you specified in the marker parameter in the previous request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  If you're making the second or subsequent call to ListReusableDelegationSets, the Marker element matches the value that you specified in the marker parameter in the previous request.

                                                                                                                  \n@param marker If you're making the second or subsequent call to ListReusableDelegationSets, the Marker element matches the value that you specified in the marker parameter in the previous request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                  If you're making the second or subsequent call to ListReusableDelegationSets, the Marker element matches the value that you specified in the marker parameter in the previous request.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                  The value that you specified for the maxitems parameter in the request that produced the current response.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the request that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the request that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the request that produced the current response.

                                                                                                                  \n@return The value that you specified for the maxitems parameter in the request that produced the current response.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "maxitems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "maxitems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the request that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the request that produced the current response.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the request that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the request that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                  The value that you specified for the maxitems parameter in the request that produced the current response.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListReusableDelegationSetsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListReusableDelegationSetsRequest", "variableName" : "listReusableDelegationSetsRequest", "variableType" : "ListReusableDelegationSetsRequest", "documentation" : null, "simpleType" : "ListReusableDelegationSetsRequest", "variableSetterType" : "ListReusableDelegationSetsRequest" }, "wrapper" : false }, "ListReusableDelegationSetsResult" : { "c2jName" : "ListReusableDelegationSetsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                  A complex type that contains information about the reusable delegation sets that are associated with the current AWS account.

                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DelegationSets", "c2jShape" : "DelegationSets", "deprecated" : false, "documentation" : "

                                                                                                                  A complex type that contains one DelegationSet element for each reusable delegation set that was created by the current AWS account.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  A complex type that contains one DelegationSet element for each reusable delegation set that was created by the current AWS account.

                                                                                                                  \n@param delegationSets A complex type that contains one DelegationSet element for each reusable delegation set that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  A complex type that contains one DelegationSet element for each reusable delegation set that was created by the current AWS account.

                                                                                                                  \n@return A complex type that contains one DelegationSet element for each reusable delegation set that was created by the current AWS account.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DelegationSets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DelegationSets", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "DelegationSet", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "DelegationSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DelegationSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DelegationSet", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "DelegationSet", "variableName" : "member", "variableType" : "DelegationSet", "documentation" : "", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DelegationSet", "variableName" : "member", "variableType" : "DelegationSet", "documentation" : "", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "DelegationSet", "memberType" : "DelegationSet", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "DelegationSet", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DelegationSets", "setterDocumentation" : "/**

                                                                                                                  A complex type that contains one DelegationSet element for each reusable delegation set that was created by the current AWS account.

                                                                                                                  \n@param delegationSets A complex type that contains one DelegationSet element for each reusable delegation set that was created by the current AWS account.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "delegationSets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                  A complex type that contains one DelegationSet element for each reusable delegation set that was created by 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 one DelegationSet element for each reusable delegation set that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "delegationSets", "variableType" : "java.util.List", "documentation" : "

                                                                                                                  A complex type that contains one DelegationSet element for each reusable delegation set that was created by the current AWS account.

                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                                  For the second and subsequent calls to ListReusableDelegationSets, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListReusableDelegationSets, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                                  \n@param marker For the second and subsequent calls to ListReusableDelegationSets, Marker is the value that you specified for the marker parameter in the request that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListReusableDelegationSets, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                                  \n@return For the second and subsequent calls to ListReusableDelegationSets, Marker is the value that you specified for the marker parameter in the request that produced the current response.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListReusableDelegationSets, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                                  \n@param marker For the second and subsequent calls to ListReusableDelegationSets, Marker is the value that you specified for the marker parameter in the request that produced the current response.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListReusableDelegationSets, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                                  \n@param marker For the second and subsequent calls to ListReusableDelegationSets, Marker is the value that you specified for the marker parameter in the request that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                  For the second and subsequent calls to ListReusableDelegationSets, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "deprecated" : false, "documentation" : "

                                                                                                                  A flag that indicates whether there are more reusable delegation sets to be listed. If the response is truncated, you can get the next group of maxitems reusable delegation sets by calling ListReusableDelegationSets again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more reusable delegation sets to be listed. If the response is truncated, you can get the next group of maxitems reusable delegation sets by calling ListReusableDelegationSets again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  \n@param isTruncated A flag that indicates whether there are more reusable delegation sets to be listed. If the response is truncated, you can get the next group of maxitems reusable delegation sets by calling ListReusableDelegationSets again and specifying the value of the NextMarker element in the marker parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more reusable delegation sets to be listed. If the response is truncated, you can get the next group of maxitems reusable delegation sets by calling ListReusableDelegationSets again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  \n@return A flag that indicates whether there are more reusable delegation sets to be listed. If the response is truncated, you can get the next group of maxitems reusable delegation sets by calling ListReusableDelegationSets again and specifying the value of the NextMarker element in the marker parameter.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IsTruncated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IsTruncated", "setterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more reusable delegation sets to be listed. If the response is truncated, you can get the next group of maxitems reusable delegation sets by calling ListReusableDelegationSets again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  \n@param isTruncated A flag that indicates whether there are more reusable delegation sets to be listed. If the response is truncated, you can get the next group of maxitems reusable delegation sets by calling ListReusableDelegationSets again and specifying the value of the NextMarker element in the marker parameter.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more reusable delegation sets to be listed. If the response is truncated, you can get the next group of maxitems reusable delegation sets by calling ListReusableDelegationSets again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  \n@param isTruncated A flag that indicates whether there are more reusable delegation sets to be listed. If the response is truncated, you can get the next group of maxitems reusable delegation sets by calling ListReusableDelegationSets again and specifying the value of the NextMarker element in the marker parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "

                                                                                                                  A flag that indicates whether there are more reusable delegation sets to be listed. If the response is truncated, you can get the next group of maxitems reusable delegation sets by calling ListReusableDelegationSets again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextMarker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first reusable delegation set in the next group of maxitems reusable delegation sets. Call ListReusableDelegationSets again and specify the value of NextMarker in the marker parameter.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first reusable delegation set in the next group of maxitems reusable delegation sets. Call ListReusableDelegationSets again and specify the value of NextMarker in the marker parameter.

                                                                                                                  \n@param nextMarker If IsTruncated is true, the value of NextMarker identifies the first reusable delegation set in the next group of maxitems reusable delegation sets. Call ListReusableDelegationSets again and specify the value of NextMarker in the marker parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first reusable delegation set in the next group of maxitems reusable delegation sets. Call ListReusableDelegationSets again and specify the value of NextMarker in the marker parameter.

                                                                                                                  \n@return If IsTruncated is true, the value of NextMarker identifies the first reusable delegation set in the next group of maxitems reusable delegation sets. Call ListReusableDelegationSets again and specify the value of NextMarker in the marker parameter.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextMarker", "setterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first reusable delegation set in the next group of maxitems reusable delegation sets. Call ListReusableDelegationSets again and specify the value of NextMarker in the marker parameter.

                                                                                                                  \n@param nextMarker If IsTruncated is true, the value of NextMarker identifies the first reusable delegation set in the next group of maxitems reusable delegation sets. Call ListReusableDelegationSets again and specify the value of NextMarker in the marker parameter.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first reusable delegation set in the next group of maxitems reusable delegation sets. Call ListReusableDelegationSets again and specify the value of NextMarker in the marker parameter.

                                                                                                                  \n@param nextMarker If IsTruncated is true, the value of NextMarker identifies the first reusable delegation set in the next group of maxitems reusable delegation sets. Call ListReusableDelegationSets again and specify the value of NextMarker in the marker parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first reusable delegation set in the next group of maxitems reusable delegation sets. Call ListReusableDelegationSets again and specify the value of NextMarker in the marker parameter.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListReusableDelegationSets that produced the current response.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListReusableDelegationSets that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListReusableDelegationSets that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListReusableDelegationSets that produced the current response.

                                                                                                                  \n@return The value that you specified for the maxitems parameter in the call to ListReusableDelegationSets that produced the current response.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListReusableDelegationSets that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListReusableDelegationSets that produced the current response.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListReusableDelegationSets that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListReusableDelegationSets that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListReusableDelegationSets that produced the current response.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DelegationSets" : { "c2jName" : "DelegationSets", "c2jShape" : "DelegationSets", "deprecated" : false, "documentation" : "

                                                                                                                  A complex type that contains one DelegationSet element for each reusable delegation set that was created by the current AWS account.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  A complex type that contains one DelegationSet element for each reusable delegation set that was created by the current AWS account.

                                                                                                                  \n@param delegationSets A complex type that contains one DelegationSet element for each reusable delegation set that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  A complex type that contains one DelegationSet element for each reusable delegation set that was created by the current AWS account.

                                                                                                                  \n@return A complex type that contains one DelegationSet element for each reusable delegation set that was created by the current AWS account.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DelegationSets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DelegationSets", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "DelegationSet", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "DelegationSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DelegationSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DelegationSet", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "DelegationSet", "variableName" : "member", "variableType" : "DelegationSet", "documentation" : "", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DelegationSet", "variableName" : "member", "variableType" : "DelegationSet", "documentation" : "", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "DelegationSet", "memberType" : "DelegationSet", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "DelegationSet", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DelegationSets", "setterDocumentation" : "/**

                                                                                                                  A complex type that contains one DelegationSet element for each reusable delegation set that was created by the current AWS account.

                                                                                                                  \n@param delegationSets A complex type that contains one DelegationSet element for each reusable delegation set that was created by the current AWS account.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "delegationSets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                  A complex type that contains one DelegationSet element for each reusable delegation set that was created by 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 one DelegationSet element for each reusable delegation set that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "delegationSets", "variableType" : "java.util.List", "documentation" : "

                                                                                                                  A complex type that contains one DelegationSet element for each reusable delegation set that was created by the current AWS account.

                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "IsTruncated" : { "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "deprecated" : false, "documentation" : "

                                                                                                                  A flag that indicates whether there are more reusable delegation sets to be listed. If the response is truncated, you can get the next group of maxitems reusable delegation sets by calling ListReusableDelegationSets again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more reusable delegation sets to be listed. If the response is truncated, you can get the next group of maxitems reusable delegation sets by calling ListReusableDelegationSets again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  \n@param isTruncated A flag that indicates whether there are more reusable delegation sets to be listed. If the response is truncated, you can get the next group of maxitems reusable delegation sets by calling ListReusableDelegationSets again and specifying the value of the NextMarker element in the marker parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more reusable delegation sets to be listed. If the response is truncated, you can get the next group of maxitems reusable delegation sets by calling ListReusableDelegationSets again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  \n@return A flag that indicates whether there are more reusable delegation sets to be listed. If the response is truncated, you can get the next group of maxitems reusable delegation sets by calling ListReusableDelegationSets again and specifying the value of the NextMarker element in the marker parameter.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IsTruncated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IsTruncated", "setterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more reusable delegation sets to be listed. If the response is truncated, you can get the next group of maxitems reusable delegation sets by calling ListReusableDelegationSets again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  \n@param isTruncated A flag that indicates whether there are more reusable delegation sets to be listed. If the response is truncated, you can get the next group of maxitems reusable delegation sets by calling ListReusableDelegationSets again and specifying the value of the NextMarker element in the marker parameter.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more reusable delegation sets to be listed. If the response is truncated, you can get the next group of maxitems reusable delegation sets by calling ListReusableDelegationSets again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  \n@param isTruncated A flag that indicates whether there are more reusable delegation sets to be listed. If the response is truncated, you can get the next group of maxitems reusable delegation sets by calling ListReusableDelegationSets again and specifying the value of the NextMarker element in the marker parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "

                                                                                                                  A flag that indicates whether there are more reusable delegation sets to be listed. If the response is truncated, you can get the next group of maxitems reusable delegation sets by calling ListReusableDelegationSets again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Marker" : { "c2jName" : "Marker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                                  For the second and subsequent calls to ListReusableDelegationSets, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListReusableDelegationSets, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                                  \n@param marker For the second and subsequent calls to ListReusableDelegationSets, Marker is the value that you specified for the marker parameter in the request that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListReusableDelegationSets, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                                  \n@return For the second and subsequent calls to ListReusableDelegationSets, Marker is the value that you specified for the marker parameter in the request that produced the current response.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListReusableDelegationSets, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                                  \n@param marker For the second and subsequent calls to ListReusableDelegationSets, Marker is the value that you specified for the marker parameter in the request that produced the current response.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  For the second and subsequent calls to ListReusableDelegationSets, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                                  \n@param marker For the second and subsequent calls to ListReusableDelegationSets, Marker is the value that you specified for the marker parameter in the request that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                                                  For the second and subsequent calls to ListReusableDelegationSets, Marker is the value that you specified for the marker parameter in the request that produced the current response.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListReusableDelegationSets that produced the current response.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListReusableDelegationSets that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListReusableDelegationSets that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListReusableDelegationSets that produced the current response.

                                                                                                                  \n@return The value that you specified for the maxitems parameter in the call to ListReusableDelegationSets that produced the current response.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListReusableDelegationSets that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListReusableDelegationSets that produced the current response.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListReusableDelegationSets that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListReusableDelegationSets that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                  The value that you specified for the maxitems parameter in the call to ListReusableDelegationSets that produced the current response.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NextMarker" : { "c2jName" : "NextMarker", "c2jShape" : "PageMarker", "deprecated" : false, "documentation" : "

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first reusable delegation set in the next group of maxitems reusable delegation sets. Call ListReusableDelegationSets again and specify the value of NextMarker in the marker parameter.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first reusable delegation set in the next group of maxitems reusable delegation sets. Call ListReusableDelegationSets again and specify the value of NextMarker in the marker parameter.

                                                                                                                  \n@param nextMarker If IsTruncated is true, the value of NextMarker identifies the first reusable delegation set in the next group of maxitems reusable delegation sets. Call ListReusableDelegationSets again and specify the value of NextMarker in the marker parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first reusable delegation set in the next group of maxitems reusable delegation sets. Call ListReusableDelegationSets again and specify the value of NextMarker in the marker parameter.

                                                                                                                  \n@return If IsTruncated is true, the value of NextMarker identifies the first reusable delegation set in the next group of maxitems reusable delegation sets. Call ListReusableDelegationSets again and specify the value of NextMarker in the marker parameter.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextMarker", "setterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first reusable delegation set in the next group of maxitems reusable delegation sets. Call ListReusableDelegationSets again and specify the value of NextMarker in the marker parameter.

                                                                                                                  \n@param nextMarker If IsTruncated is true, the value of NextMarker identifies the first reusable delegation set in the next group of maxitems reusable delegation sets. Call ListReusableDelegationSets again and specify the value of NextMarker in the marker parameter.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first reusable delegation set in the next group of maxitems reusable delegation sets. Call ListReusableDelegationSets again and specify the value of NextMarker in the marker parameter.

                                                                                                                  \n@param nextMarker If IsTruncated is true, the value of NextMarker identifies the first reusable delegation set in the next group of maxitems reusable delegation sets. Call ListReusableDelegationSets again and specify the value of NextMarker in the marker parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                                                  If IsTruncated is true, the value of NextMarker identifies the first reusable delegation set in the next group of maxitems reusable delegation sets. Call ListReusableDelegationSets again and specify the value of NextMarker in the marker parameter.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "DelegationSets", "Marker", "IsTruncated", "MaxItems" ], "shapeName" : "ListReusableDelegationSetsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListReusableDelegationSetsResult", "variableName" : "listReusableDelegationSetsResult", "variableType" : "ListReusableDelegationSetsResult", "documentation" : null, "simpleType" : "ListReusableDelegationSetsResult", "variableSetterType" : "ListReusableDelegationSetsResult" }, "wrapper" : false }, "ListTagsForResourceRequest" : { "c2jName" : "ListTagsForResourceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                  A complex type containing information about a request for a list of the tags that are associated with an individual resource.

                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListTagsForResource", "locationName" : null, "requestUri" : "/2013-04-01/tags/{ResourceType}/{ResourceId}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ResourceType", "c2jShape" : "TagResourceType", "deprecated" : false, "documentation" : "

                                                                                                                  The type of the resource.

                                                                                                                  • The resource type for health checks is healthcheck.

                                                                                                                  • The resource type for hosted zones is hostedzone.

                                                                                                                  ", "enumType" : "TagResourceType", "fluentSetterDocumentation" : "/**

                                                                                                                  The type of the resource.

                                                                                                                  • The resource type for health checks is healthcheck.

                                                                                                                  • The resource type for hosted zones is hostedzone.

                                                                                                                  \n@param resourceType The type of the resource.

                                                                                                                  • The resource type for health checks is healthcheck.

                                                                                                                  • The resource type for hosted zones is hostedzone.

                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/", "getterDocumentation" : "/**

                                                                                                                    The type of the resource.

                                                                                                                    • The resource type for health checks is healthcheck.

                                                                                                                    • The resource type for hosted zones is hostedzone.

                                                                                                                    \n@return The type of the resource.

                                                                                                                    • The resource type for health checks is healthcheck.

                                                                                                                    • The resource type for hosted zones is hostedzone.

                                                                                                                    • \n@see TagResourceType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "ResourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceType", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceType", "setterDocumentation" : "/**

                                                                                                                      The type of the resource.

                                                                                                                      • The resource type for health checks is healthcheck.

                                                                                                                      • The resource type for hosted zones is hostedzone.

                                                                                                                      \n@param resourceType The type of the resource.

                                                                                                                      • The resource type for health checks is healthcheck.

                                                                                                                      • The resource type for hosted zones is hostedzone.

                                                                                                                      • \n@see TagResourceType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                        The type of the resource.

                                                                                                                        • The resource type for health checks is healthcheck.

                                                                                                                        • The resource type for hosted zones is hostedzone.

                                                                                                                        \n@param resourceType The type of the resource.

                                                                                                                        • The resource type for health checks is healthcheck.

                                                                                                                        • The resource type for hosted zones is hostedzone.

                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                          The type of the resource.

                                                                                                                          • The resource type for health checks is healthcheck.

                                                                                                                          • The resource type for hosted zones is hostedzone.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceId", "c2jShape" : "TagResourceId", "deprecated" : false, "documentation" : "

                                                                                                                          The ID of the resource for which you want to retrieve tags.

                                                                                                                          ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

                                                                                                                          The ID of the resource for which you want to retrieve tags.

                                                                                                                          \n@param resourceId The ID of the resource for which you want to retrieve tags.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                          The ID of the resource for which you want to 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

                                                                                                                          The ID of the resource for which you want to retrieve tags.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceId" : { "c2jName" : "ResourceId", "c2jShape" : "TagResourceId", "deprecated" : false, "documentation" : "

                                                                                                                          The ID of the resource for which you want to retrieve tags.

                                                                                                                          ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

                                                                                                                          The ID of the resource for which you want to retrieve tags.

                                                                                                                          \n@param resourceId The ID of the resource for which you want to retrieve tags.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                          The ID of the resource for which you want to 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

                                                                                                                          The ID of the resource for which you want to retrieve tags.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceType" : { "c2jName" : "ResourceType", "c2jShape" : "TagResourceType", "deprecated" : false, "documentation" : "

                                                                                                                          The type of the resource.

                                                                                                                          • The resource type for health checks is healthcheck.

                                                                                                                          • The resource type for hosted zones is hostedzone.

                                                                                                                          ", "enumType" : "TagResourceType", "fluentSetterDocumentation" : "/**

                                                                                                                          The type of the resource.

                                                                                                                          • The resource type for health checks is healthcheck.

                                                                                                                          • The resource type for hosted zones is hostedzone.

                                                                                                                          \n@param resourceType The type of the resource.

                                                                                                                          • The resource type for health checks is healthcheck.

                                                                                                                          • The resource type for hosted zones is hostedzone.

                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/", "getterDocumentation" : "/**

                                                                                                                            The type of the resource.

                                                                                                                            • The resource type for health checks is healthcheck.

                                                                                                                            • The resource type for hosted zones is hostedzone.

                                                                                                                            \n@return The type of the resource.

                                                                                                                            • The resource type for health checks is healthcheck.

                                                                                                                            • The resource type for hosted zones is hostedzone.

                                                                                                                            • \n@see TagResourceType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "ResourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceType", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceType", "setterDocumentation" : "/**

                                                                                                                              The type of the resource.

                                                                                                                              • The resource type for health checks is healthcheck.

                                                                                                                              • The resource type for hosted zones is hostedzone.

                                                                                                                              \n@param resourceType The type of the resource.

                                                                                                                              • The resource type for health checks is healthcheck.

                                                                                                                              • The resource type for hosted zones is hostedzone.

                                                                                                                              • \n@see TagResourceType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                The type of the resource.

                                                                                                                                • The resource type for health checks is healthcheck.

                                                                                                                                • The resource type for hosted zones is hostedzone.

                                                                                                                                \n@param resourceType The type of the resource.

                                                                                                                                • The resource type for health checks is healthcheck.

                                                                                                                                • The resource type for hosted zones is hostedzone.

                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                  The type of the resource.

                                                                                                                                  • The resource type for health checks is healthcheck.

                                                                                                                                  • The resource type for hosted zones is hostedzone.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "ResourceType", "ResourceId" ], "shapeName" : "ListTagsForResourceRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTagsForResourceRequest", "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "documentation" : null, "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "wrapper" : false }, "ListTagsForResourceResult" : { "c2jName" : "ListTagsForResourceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                  A complex type that contains information about the health checks or hosted zones for which you want to list tags.

                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ResourceTagSet", "c2jShape" : "ResourceTagSet", "deprecated" : false, "documentation" : "

                                                                                                                                  A ResourceTagSet containing tags associated with the specified resource.

                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                  A ResourceTagSet containing tags associated with the specified resource.

                                                                                                                                  \n@return A ResourceTagSet containing tags associated with the specified resource.*/", "getterModel" : { "returnType" : "ResourceTagSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceTagSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceTagSet", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceTagSet", "setterDocumentation" : "/**

                                                                                                                                  A ResourceTagSet containing tags associated with the specified resource.

                                                                                                                                  \n@param resourceTagSet A ResourceTagSet containing tags associated with the specified resource.*/", "setterModel" : { "variableDeclarationType" : "ResourceTagSet", "variableName" : "resourceTagSet", "variableType" : "ResourceTagSet", "documentation" : "", "simpleType" : "ResourceTagSet", "variableSetterType" : "ResourceTagSet" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ResourceTagSet", "variableName" : "resourceTagSet", "variableType" : "ResourceTagSet", "documentation" : "

                                                                                                                                  A ResourceTagSet containing tags associated with the specified resource.

                                                                                                                                  ", "simpleType" : "ResourceTagSet", "variableSetterType" : "ResourceTagSet" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceTagSet" : { "c2jName" : "ResourceTagSet", "c2jShape" : "ResourceTagSet", "deprecated" : false, "documentation" : "

                                                                                                                                  A ResourceTagSet containing tags associated with the specified resource.

                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                  A ResourceTagSet containing tags associated with the specified resource.

                                                                                                                                  \n@return A ResourceTagSet containing tags associated with the specified resource.*/", "getterModel" : { "returnType" : "ResourceTagSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceTagSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceTagSet", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceTagSet", "setterDocumentation" : "/**

                                                                                                                                  A ResourceTagSet containing tags associated with the specified resource.

                                                                                                                                  \n@param resourceTagSet A ResourceTagSet containing tags associated with the specified resource.*/", "setterModel" : { "variableDeclarationType" : "ResourceTagSet", "variableName" : "resourceTagSet", "variableType" : "ResourceTagSet", "documentation" : "", "simpleType" : "ResourceTagSet", "variableSetterType" : "ResourceTagSet" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ResourceTagSet", "variableName" : "resourceTagSet", "variableType" : "ResourceTagSet", "documentation" : "

                                                                                                                                  A ResourceTagSet containing tags associated with the specified resource.

                                                                                                                                  ", "simpleType" : "ResourceTagSet", "variableSetterType" : "ResourceTagSet" }, "xmlNameSpaceUri" : null } }, "required" : [ "ResourceTagSet" ], "shapeName" : "ListTagsForResourceResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTagsForResourceResult", "variableName" : "listTagsForResourceResult", "variableType" : "ListTagsForResourceResult", "documentation" : null, "simpleType" : "ListTagsForResourceResult", "variableSetterType" : "ListTagsForResourceResult" }, "wrapper" : false }, "ListTagsForResourcesRequest" : { "c2jName" : "ListTagsForResourcesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                  A complex type that contains information about the health checks or hosted zones for which you want to list tags.

                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListTagsForResources", "locationName" : "ListTagsForResourcesRequest", "requestUri" : "/2013-04-01/tags/{ResourceType}", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "members" : [ { "c2jName" : "ResourceType", "c2jShape" : "TagResourceType", "deprecated" : false, "documentation" : "

                                                                                                                                  The type of the resources.

                                                                                                                                  • The resource type for health checks is healthcheck.

                                                                                                                                  • The resource type for hosted zones is hostedzone.

                                                                                                                                  ", "enumType" : "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*/", "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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "ResourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceType", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceType", "setterDocumentation" : "/**

                                                                                                                                      The type of the 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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceIds", "c2jShape" : "TagResourceIdList", "deprecated" : false, "documentation" : "

                                                                                                                                          A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.

                                                                                                                                          ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TagResourceId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ResourceId", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ResourceIds", "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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceIds", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceIds" : { "c2jName" : "ResourceIds", "c2jShape" : "TagResourceIdList", "deprecated" : false, "documentation" : "

                                                                                                                                          A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.

                                                                                                                                          ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TagResourceId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ResourceId", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ResourceIds", "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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceIds", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null }, "ResourceType" : { "c2jName" : "ResourceType", "c2jShape" : "TagResourceType", "deprecated" : false, "documentation" : "

                                                                                                                                          The type of the resources.

                                                                                                                                          • The resource type for health checks is healthcheck.

                                                                                                                                          • The resource type for hosted zones is hostedzone.

                                                                                                                                          ", "enumType" : "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*/", "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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "ResourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceType", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceType", "setterDocumentation" : "/**

                                                                                                                                              The type of the 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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "ResourceType", "ResourceIds" ], "shapeName" : "ListTagsForResourcesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTagsForResourcesRequest", "variableName" : "listTagsForResourcesRequest", "variableType" : "ListTagsForResourcesRequest", "documentation" : null, "simpleType" : "ListTagsForResourcesRequest", "variableSetterType" : "ListTagsForResourcesRequest" }, "wrapper" : false }, "ListTagsForResourcesResult" : { "c2jName" : "ListTagsForResourcesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  A complex type containing tags for the specified resources.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ResourceTagSets", "c2jShape" : "ResourceTagSetList", "deprecated" : false, "documentation" : "

                                                                                                                                                  A list of ResourceTagSets containing tags associated with the specified resources.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceTagSets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceTagSets", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceTagSet", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ResourceTagSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceTagSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceTagSet", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ResourceTagSet", "variableName" : "member", "variableType" : "ResourceTagSet", "documentation" : "", "simpleType" : "ResourceTagSet", "variableSetterType" : "ResourceTagSet" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ResourceTagSet", "variableName" : "member", "variableType" : "ResourceTagSet", "documentation" : "", "simpleType" : "ResourceTagSet", "variableSetterType" : "ResourceTagSet" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ResourceTagSet", "memberType" : "ResourceTagSet", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ResourceTagSet", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ResourceTagSets", "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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceTagSets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceTagSets", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  A list of ResourceTagSets containing tags associated with the specified resources.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceTagSets" : { "c2jName" : "ResourceTagSets", "c2jShape" : "ResourceTagSetList", "deprecated" : false, "documentation" : "

                                                                                                                                                  A list of ResourceTagSets containing tags associated with the specified resources.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceTagSets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceTagSets", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceTagSet", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ResourceTagSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceTagSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceTagSet", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ResourceTagSet", "variableName" : "member", "variableType" : "ResourceTagSet", "documentation" : "", "simpleType" : "ResourceTagSet", "variableSetterType" : "ResourceTagSet" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ResourceTagSet", "variableName" : "member", "variableType" : "ResourceTagSet", "documentation" : "", "simpleType" : "ResourceTagSet", "variableSetterType" : "ResourceTagSet" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ResourceTagSet", "memberType" : "ResourceTagSet", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ResourceTagSet", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ResourceTagSets", "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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceTagSets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceTagSets", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  A list of ResourceTagSets containing tags associated with the specified resources.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "ResourceTagSets" ], "shapeName" : "ListTagsForResourcesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTagsForResourcesResult", "variableName" : "listTagsForResourcesResult", "variableType" : "ListTagsForResourcesResult", "documentation" : null, "simpleType" : "ListTagsForResourcesResult", "variableSetterType" : "ListTagsForResourcesResult" }, "wrapper" : false }, "ListTrafficPoliciesRequest" : { "c2jName" : "ListTrafficPoliciesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  A complex type that contains the information about the request to list the traffic policies that are associated with the current AWS account.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListTrafficPolicies", "locationName" : null, "requestUri" : "/2013-04-01/trafficpolicies", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TrafficPolicyIdMarker", "c2jShape" : "TrafficPolicyId", "deprecated" : false, "documentation" : "

                                                                                                                                                  (Conditional) 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.

                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                  (Conditional) 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 (Conditional) 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.*/", "getterDocumentation" : "/**

                                                                                                                                                  (Conditional) 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 (Conditional) 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "trafficpolicyid", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "trafficpolicyid", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyIdMarker", "setterDocumentation" : "/**

                                                                                                                                                  (Conditional) 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 (Conditional) 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyIdMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                  (Conditional) 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 (Conditional) 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyIdMarker", "variableType" : "String", "documentation" : "

                                                                                                                                                  (Conditional) 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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                                                  (Optional) 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.

                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                  (Optional) 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 (Optional) 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.*/", "getterDocumentation" : "/**

                                                                                                                                                  (Optional) 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 (Optional) 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "maxitems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "maxitems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                                                                  (Optional) 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 (Optional) 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                  (Optional) 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 (Optional) 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                                                  (Optional) 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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                                                  (Optional) 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.

                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                  (Optional) 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 (Optional) 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.*/", "getterDocumentation" : "/**

                                                                                                                                                  (Optional) 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 (Optional) 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "maxitems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "maxitems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                                                                  (Optional) 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 (Optional) 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                  (Optional) 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 (Optional) 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "

                                                                                                                                                  (Optional) 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" }, "xmlNameSpaceUri" : null }, "TrafficPolicyIdMarker" : { "c2jName" : "TrafficPolicyIdMarker", "c2jShape" : "TrafficPolicyId", "deprecated" : false, "documentation" : "

                                                                                                                                                  (Conditional) 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.

                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                  (Conditional) 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 (Conditional) 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.*/", "getterDocumentation" : "/**

                                                                                                                                                  (Conditional) 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 (Conditional) 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "trafficpolicyid", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "trafficpolicyid", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyIdMarker", "setterDocumentation" : "/**

                                                                                                                                                  (Conditional) 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 (Conditional) 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyIdMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                  (Conditional) 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 (Conditional) 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyIdMarker", "variableType" : "String", "documentation" : "

                                                                                                                                                  (Conditional) 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" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListTrafficPoliciesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTrafficPoliciesRequest", "variableName" : "listTrafficPoliciesRequest", "variableType" : "ListTrafficPoliciesRequest", "documentation" : null, "simpleType" : "ListTrafficPoliciesRequest", "variableSetterType" : "ListTrafficPoliciesRequest" }, "wrapper" : false }, "ListTrafficPoliciesResult" : { "c2jName" : "ListTrafficPoliciesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  A complex type that contains the response information for the request.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TrafficPolicySummaries", "c2jShape" : "TrafficPolicySummaries", "deprecated" : false, "documentation" : "

                                                                                                                                                  A list that contains one TrafficPolicySummary element for each traffic policy that was created by the current AWS account.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicySummaries", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicySummaries", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TrafficPolicySummary", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TrafficPolicySummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicySummary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicySummary", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TrafficPolicySummary", "variableName" : "member", "variableType" : "TrafficPolicySummary", "documentation" : "", "simpleType" : "TrafficPolicySummary", "variableSetterType" : "TrafficPolicySummary" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TrafficPolicySummary", "variableName" : "member", "variableType" : "TrafficPolicySummary", "documentation" : "", "simpleType" : "TrafficPolicySummary", "variableSetterType" : "TrafficPolicySummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "TrafficPolicySummary", "memberType" : "TrafficPolicySummary", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TrafficPolicySummary", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TrafficPolicySummaries", "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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "trafficPolicySummaries", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "trafficPolicySummaries", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "deprecated" : false, "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

                                                                                                                                                  ", "enumType" : null, "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.*/", "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*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IsTruncated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IsTruncated", "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*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TrafficPolicyIdMarker", "c2jShape" : "TrafficPolicyId", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyIdMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyIdMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyIdMarker", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyIdMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyIdMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicies that produced the current response.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IsTruncated" : { "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "deprecated" : false, "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

                                                                                                                                                  ", "enumType" : null, "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.*/", "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*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IsTruncated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IsTruncated", "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*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicies that produced the current response.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TrafficPolicyIdMarker" : { "c2jName" : "TrafficPolicyIdMarker", "c2jShape" : "TrafficPolicyId", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyIdMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyIdMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyIdMarker", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyIdMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyIdMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TrafficPolicySummaries" : { "c2jName" : "TrafficPolicySummaries", "c2jShape" : "TrafficPolicySummaries", "deprecated" : false, "documentation" : "

                                                                                                                                                  A list that contains one TrafficPolicySummary element for each traffic policy that was created by the current AWS account.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicySummaries", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicySummaries", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TrafficPolicySummary", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TrafficPolicySummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicySummary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicySummary", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TrafficPolicySummary", "variableName" : "member", "variableType" : "TrafficPolicySummary", "documentation" : "", "simpleType" : "TrafficPolicySummary", "variableSetterType" : "TrafficPolicySummary" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TrafficPolicySummary", "variableName" : "member", "variableType" : "TrafficPolicySummary", "documentation" : "", "simpleType" : "TrafficPolicySummary", "variableSetterType" : "TrafficPolicySummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "TrafficPolicySummary", "memberType" : "TrafficPolicySummary", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TrafficPolicySummary", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TrafficPolicySummaries", "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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "trafficPolicySummaries", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "trafficPolicySummaries", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "TrafficPolicySummaries", "IsTruncated", "TrafficPolicyIdMarker", "MaxItems" ], "shapeName" : "ListTrafficPoliciesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTrafficPoliciesResult", "variableName" : "listTrafficPoliciesResult", "variableType" : "ListTrafficPoliciesResult", "documentation" : null, "simpleType" : "ListTrafficPoliciesResult", "variableSetterType" : "ListTrafficPoliciesResult" }, "wrapper" : false }, "ListTrafficPolicyInstancesByHostedZoneRequest" : { "c2jName" : "ListTrafficPolicyInstancesByHostedZoneRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  A request for the traffic policy instances that you created in a specified hosted zone.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListTrafficPolicyInstancesByHostedZone", "locationName" : null, "requestUri" : "/2013-04-01/trafficpolicyinstances/hostedzone", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                                                                                                                  The ID of the hosted zone for which you want to list traffic policy instances.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "id", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneId", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "

                                                                                                                                                  The ID of the hosted zone for which you want to list traffic policy instances.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TrafficPolicyInstanceNameMarker", "c2jShape" : "DNSName", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "trafficpolicyinstancename", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "trafficpolicyinstancename", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstanceNameMarker", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TrafficPolicyInstanceTypeMarker", "c2jShape" : "RRType", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : "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*/", "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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "trafficpolicyinstancetype", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "trafficpolicyinstancetype", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstanceTypeMarker", "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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "maxitems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "maxitems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HostedZoneId" : { "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                                                                                                                  The ID of the hosted zone for which you want to list traffic policy instances.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "id", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneId", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "

                                                                                                                                                  The ID of the hosted zone for which you want to list traffic policy instances.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "maxitems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "maxitems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TrafficPolicyInstanceNameMarker" : { "c2jName" : "TrafficPolicyInstanceNameMarker", "c2jShape" : "DNSName", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "trafficpolicyinstancename", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "trafficpolicyinstancename", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstanceNameMarker", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TrafficPolicyInstanceTypeMarker" : { "c2jName" : "TrafficPolicyInstanceTypeMarker", "c2jShape" : "RRType", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : "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*/", "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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "trafficpolicyinstancetype", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "trafficpolicyinstancetype", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstanceTypeMarker", "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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "HostedZoneId" ], "shapeName" : "ListTrafficPolicyInstancesByHostedZoneRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTrafficPolicyInstancesByHostedZoneRequest", "variableName" : "listTrafficPolicyInstancesByHostedZoneRequest", "variableType" : "ListTrafficPolicyInstancesByHostedZoneRequest", "documentation" : null, "simpleType" : "ListTrafficPolicyInstancesByHostedZoneRequest", "variableSetterType" : "ListTrafficPolicyInstancesByHostedZoneRequest" }, "wrapper" : false }, "ListTrafficPolicyInstancesByHostedZoneResult" : { "c2jName" : "ListTrafficPolicyInstancesByHostedZoneResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  A complex type that contains the response information for the request.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TrafficPolicyInstances", "c2jShape" : "TrafficPolicyInstances", "deprecated" : false, "documentation" : "

                                                                                                                                                  A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstances", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstances", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TrafficPolicyInstance", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TrafficPolicyInstance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstance", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstance", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TrafficPolicyInstance", "variableName" : "member", "variableType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TrafficPolicyInstance", "variableName" : "member", "variableType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "TrafficPolicyInstance", "memberType" : "TrafficPolicyInstance", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TrafficPolicyInstance", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstances", "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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "trafficPolicyInstances", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "trafficPolicyInstances", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TrafficPolicyInstanceNameMarker", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

                                                                                                                                                  If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstanceNameMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstanceNameMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstanceNameMarker", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TrafficPolicyInstanceTypeMarker", "c2jShape" : "RRType", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : "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*/", "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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstanceTypeMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstanceTypeMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstanceTypeMarker", "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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.

                                                                                                                                                  \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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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.

                                                                                                                                                  \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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IsTruncated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IsTruncated", "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.

                                                                                                                                                  \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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.

                                                                                                                                                  \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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "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.

                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByHostedZone that produced the current response.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IsTruncated" : { "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.

                                                                                                                                                  \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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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.

                                                                                                                                                  \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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IsTruncated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IsTruncated", "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.

                                                                                                                                                  \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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.

                                                                                                                                                  \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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "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.

                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByHostedZone that produced the current response.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TrafficPolicyInstanceNameMarker" : { "c2jName" : "TrafficPolicyInstanceNameMarker", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

                                                                                                                                                  If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstanceNameMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstanceNameMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstanceNameMarker", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TrafficPolicyInstanceTypeMarker" : { "c2jName" : "TrafficPolicyInstanceTypeMarker", "c2jShape" : "RRType", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : "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*/", "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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstanceTypeMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstanceTypeMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstanceTypeMarker", "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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TrafficPolicyInstances" : { "c2jName" : "TrafficPolicyInstances", "c2jShape" : "TrafficPolicyInstances", "deprecated" : false, "documentation" : "

                                                                                                                                                  A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstances", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstances", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TrafficPolicyInstance", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TrafficPolicyInstance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstance", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstance", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TrafficPolicyInstance", "variableName" : "member", "variableType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TrafficPolicyInstance", "variableName" : "member", "variableType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "TrafficPolicyInstance", "memberType" : "TrafficPolicyInstance", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TrafficPolicyInstance", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstances", "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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "trafficPolicyInstances", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "trafficPolicyInstances", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "TrafficPolicyInstances", "IsTruncated", "MaxItems" ], "shapeName" : "ListTrafficPolicyInstancesByHostedZoneResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTrafficPolicyInstancesByHostedZoneResult", "variableName" : "listTrafficPolicyInstancesByHostedZoneResult", "variableType" : "ListTrafficPolicyInstancesByHostedZoneResult", "documentation" : null, "simpleType" : "ListTrafficPolicyInstancesByHostedZoneResult", "variableSetterType" : "ListTrafficPolicyInstancesByHostedZoneResult" }, "wrapper" : false }, "ListTrafficPolicyInstancesByPolicyRequest" : { "c2jName" : "ListTrafficPolicyInstancesByPolicyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  A complex type that contains the information about the request to list your traffic policy instances.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListTrafficPolicyInstancesByPolicy", "locationName" : null, "requestUri" : "/2013-04-01/trafficpolicyinstances/trafficpolicy", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TrafficPolicyId", "c2jShape" : "TrafficPolicyId", "deprecated" : false, "documentation" : "

                                                                                                                                                  The ID of the traffic policy for which you want to list traffic policy instances.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "id", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyId", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyId", "variableType" : "String", "documentation" : "

                                                                                                                                                  The ID of the traffic policy for which you want to list traffic policy instances.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TrafficPolicyVersion", "c2jShape" : "TrafficPolicyVersion", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "version", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "version", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyVersion", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "trafficPolicyVersion", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "trafficPolicyVersion", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HostedZoneIdMarker", "c2jShape" : "ResourceId", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "hostedzoneid", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "hostedzoneid", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneIdMarker", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneIdMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneIdMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TrafficPolicyInstanceNameMarker", "c2jShape" : "DNSName", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "trafficpolicyinstancename", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "trafficpolicyinstancename", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstanceNameMarker", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TrafficPolicyInstanceTypeMarker", "c2jShape" : "RRType", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : "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*/", "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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "trafficpolicyinstancetype", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "trafficpolicyinstancetype", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstanceTypeMarker", "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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "maxitems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "maxitems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HostedZoneIdMarker" : { "c2jName" : "HostedZoneIdMarker", "c2jShape" : "ResourceId", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "hostedzoneid", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "hostedzoneid", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneIdMarker", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneIdMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneIdMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "maxitems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "maxitems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TrafficPolicyId" : { "c2jName" : "TrafficPolicyId", "c2jShape" : "TrafficPolicyId", "deprecated" : false, "documentation" : "

                                                                                                                                                  The ID of the traffic policy for which you want to list traffic policy instances.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "id", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyId", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyId", "variableType" : "String", "documentation" : "

                                                                                                                                                  The ID of the traffic policy for which you want to list traffic policy instances.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TrafficPolicyInstanceNameMarker" : { "c2jName" : "TrafficPolicyInstanceNameMarker", "c2jShape" : "DNSName", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "trafficpolicyinstancename", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "trafficpolicyinstancename", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstanceNameMarker", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TrafficPolicyInstanceTypeMarker" : { "c2jName" : "TrafficPolicyInstanceTypeMarker", "c2jShape" : "RRType", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : "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*/", "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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "trafficpolicyinstancetype", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "trafficpolicyinstancetype", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstanceTypeMarker", "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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TrafficPolicyVersion" : { "c2jName" : "TrafficPolicyVersion", "c2jShape" : "TrafficPolicyVersion", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "version", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "version", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyVersion", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "trafficPolicyVersion", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "trafficPolicyVersion", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "TrafficPolicyId", "TrafficPolicyVersion" ], "shapeName" : "ListTrafficPolicyInstancesByPolicyRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTrafficPolicyInstancesByPolicyRequest", "variableName" : "listTrafficPolicyInstancesByPolicyRequest", "variableType" : "ListTrafficPolicyInstancesByPolicyRequest", "documentation" : null, "simpleType" : "ListTrafficPolicyInstancesByPolicyRequest", "variableSetterType" : "ListTrafficPolicyInstancesByPolicyRequest" }, "wrapper" : false }, "ListTrafficPolicyInstancesByPolicyResult" : { "c2jName" : "ListTrafficPolicyInstancesByPolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  A complex type that contains the response information for the request.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TrafficPolicyInstances", "c2jShape" : "TrafficPolicyInstances", "deprecated" : false, "documentation" : "

                                                                                                                                                  A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstances", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstances", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TrafficPolicyInstance", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TrafficPolicyInstance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstance", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstance", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TrafficPolicyInstance", "variableName" : "member", "variableType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TrafficPolicyInstance", "variableName" : "member", "variableType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "TrafficPolicyInstance", "memberType" : "TrafficPolicyInstance", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TrafficPolicyInstance", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstances", "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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "trafficPolicyInstances", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "trafficPolicyInstances", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HostedZoneIdMarker", "c2jShape" : "ResourceId", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZoneIdMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZoneIdMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneIdMarker", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneIdMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneIdMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TrafficPolicyInstanceNameMarker", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

                                                                                                                                                  If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstanceNameMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstanceNameMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstanceNameMarker", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TrafficPolicyInstanceTypeMarker", "c2jShape" : "RRType", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : "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*/", "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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstanceTypeMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstanceTypeMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstanceTypeMarker", "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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.

                                                                                                                                                  \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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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.

                                                                                                                                                  \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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IsTruncated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IsTruncated", "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.

                                                                                                                                                  \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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.

                                                                                                                                                  \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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "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.

                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByPolicy that produced the current response.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HostedZoneIdMarker" : { "c2jName" : "HostedZoneIdMarker", "c2jShape" : "ResourceId", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZoneIdMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZoneIdMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneIdMarker", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneIdMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneIdMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "IsTruncated" : { "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.

                                                                                                                                                  \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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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.

                                                                                                                                                  \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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IsTruncated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IsTruncated", "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.

                                                                                                                                                  \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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.

                                                                                                                                                  \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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "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.

                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByPolicy that produced the current response.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TrafficPolicyInstanceNameMarker" : { "c2jName" : "TrafficPolicyInstanceNameMarker", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

                                                                                                                                                  If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstanceNameMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstanceNameMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstanceNameMarker", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TrafficPolicyInstanceTypeMarker" : { "c2jName" : "TrafficPolicyInstanceTypeMarker", "c2jShape" : "RRType", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : "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*/", "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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstanceTypeMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstanceTypeMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstanceTypeMarker", "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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TrafficPolicyInstances" : { "c2jName" : "TrafficPolicyInstances", "c2jShape" : "TrafficPolicyInstances", "deprecated" : false, "documentation" : "

                                                                                                                                                  A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstances", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstances", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TrafficPolicyInstance", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TrafficPolicyInstance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstance", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstance", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TrafficPolicyInstance", "variableName" : "member", "variableType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TrafficPolicyInstance", "variableName" : "member", "variableType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "TrafficPolicyInstance", "memberType" : "TrafficPolicyInstance", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TrafficPolicyInstance", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstances", "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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "trafficPolicyInstances", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "trafficPolicyInstances", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "TrafficPolicyInstances", "IsTruncated", "MaxItems" ], "shapeName" : "ListTrafficPolicyInstancesByPolicyResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTrafficPolicyInstancesByPolicyResult", "variableName" : "listTrafficPolicyInstancesByPolicyResult", "variableType" : "ListTrafficPolicyInstancesByPolicyResult", "documentation" : null, "simpleType" : "ListTrafficPolicyInstancesByPolicyResult", "variableSetterType" : "ListTrafficPolicyInstancesByPolicyResult" }, "wrapper" : false }, "ListTrafficPolicyInstancesRequest" : { "c2jName" : "ListTrafficPolicyInstancesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  A complex type that contains the information about the request to list your traffic policy instances.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListTrafficPolicyInstances", "locationName" : null, "requestUri" : "/2013-04-01/trafficpolicyinstances", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "HostedZoneIdMarker", "c2jShape" : "ResourceId", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "hostedzoneid", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "hostedzoneid", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneIdMarker", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneIdMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneIdMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TrafficPolicyInstanceNameMarker", "c2jShape" : "DNSName", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "trafficpolicyinstancename", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "trafficpolicyinstancename", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstanceNameMarker", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TrafficPolicyInstanceTypeMarker", "c2jShape" : "RRType", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : "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*/", "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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "trafficpolicyinstancetype", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "trafficpolicyinstancetype", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstanceTypeMarker", "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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "maxitems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "maxitems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HostedZoneIdMarker" : { "c2jName" : "HostedZoneIdMarker", "c2jShape" : "ResourceId", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "hostedzoneid", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "hostedzoneid", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneIdMarker", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneIdMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneIdMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "maxitems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "maxitems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TrafficPolicyInstanceNameMarker" : { "c2jName" : "TrafficPolicyInstanceNameMarker", "c2jShape" : "DNSName", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "trafficpolicyinstancename", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "trafficpolicyinstancename", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstanceNameMarker", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TrafficPolicyInstanceTypeMarker" : { "c2jName" : "TrafficPolicyInstanceTypeMarker", "c2jShape" : "RRType", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : "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*/", "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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "trafficpolicyinstancetype", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "trafficpolicyinstancetype", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstanceTypeMarker", "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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListTrafficPolicyInstancesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTrafficPolicyInstancesRequest", "variableName" : "listTrafficPolicyInstancesRequest", "variableType" : "ListTrafficPolicyInstancesRequest", "documentation" : null, "simpleType" : "ListTrafficPolicyInstancesRequest", "variableSetterType" : "ListTrafficPolicyInstancesRequest" }, "wrapper" : false }, "ListTrafficPolicyInstancesResult" : { "c2jName" : "ListTrafficPolicyInstancesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  A complex type that contains the response information for the request.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TrafficPolicyInstances", "c2jShape" : "TrafficPolicyInstances", "deprecated" : false, "documentation" : "

                                                                                                                                                  A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstances", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstances", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TrafficPolicyInstance", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TrafficPolicyInstance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstance", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstance", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TrafficPolicyInstance", "variableName" : "member", "variableType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TrafficPolicyInstance", "variableName" : "member", "variableType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "TrafficPolicyInstance", "memberType" : "TrafficPolicyInstance", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TrafficPolicyInstance", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstances", "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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "trafficPolicyInstances", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "trafficPolicyInstances", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HostedZoneIdMarker", "c2jShape" : "ResourceId", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZoneIdMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZoneIdMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneIdMarker", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneIdMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneIdMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TrafficPolicyInstanceNameMarker", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

                                                                                                                                                  If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstanceNameMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstanceNameMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstanceNameMarker", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TrafficPolicyInstanceTypeMarker", "c2jShape" : "RRType", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : "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*/", "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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstanceTypeMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstanceTypeMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstanceTypeMarker", "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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.

                                                                                                                                                  \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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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.

                                                                                                                                                  \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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IsTruncated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IsTruncated", "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.

                                                                                                                                                  \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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.

                                                                                                                                                  \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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "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.

                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstances that produced the current response.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HostedZoneIdMarker" : { "c2jName" : "HostedZoneIdMarker", "c2jShape" : "ResourceId", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZoneIdMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZoneIdMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneIdMarker", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneIdMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneIdMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "IsTruncated" : { "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.

                                                                                                                                                  \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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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.

                                                                                                                                                  \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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IsTruncated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IsTruncated", "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.

                                                                                                                                                  \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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.

                                                                                                                                                  \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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "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.

                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstances that produced the current response.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TrafficPolicyInstanceNameMarker" : { "c2jName" : "TrafficPolicyInstanceNameMarker", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

                                                                                                                                                  If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstanceNameMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstanceNameMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstanceNameMarker", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TrafficPolicyInstanceTypeMarker" : { "c2jName" : "TrafficPolicyInstanceTypeMarker", "c2jShape" : "RRType", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : "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*/", "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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstanceTypeMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstanceTypeMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstanceTypeMarker", "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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TrafficPolicyInstances" : { "c2jName" : "TrafficPolicyInstances", "c2jShape" : "TrafficPolicyInstances", "deprecated" : false, "documentation" : "

                                                                                                                                                  A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstances", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstances", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TrafficPolicyInstance", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TrafficPolicyInstance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstance", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstance", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TrafficPolicyInstance", "variableName" : "member", "variableType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TrafficPolicyInstance", "variableName" : "member", "variableType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "TrafficPolicyInstance", "memberType" : "TrafficPolicyInstance", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TrafficPolicyInstance", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstances", "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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "trafficPolicyInstances", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "trafficPolicyInstances", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "TrafficPolicyInstances", "IsTruncated", "MaxItems" ], "shapeName" : "ListTrafficPolicyInstancesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTrafficPolicyInstancesResult", "variableName" : "listTrafficPolicyInstancesResult", "variableType" : "ListTrafficPolicyInstancesResult", "documentation" : null, "simpleType" : "ListTrafficPolicyInstancesResult", "variableSetterType" : "ListTrafficPolicyInstancesResult" }, "wrapper" : false }, "ListTrafficPolicyVersionsRequest" : { "c2jName" : "ListTrafficPolicyVersionsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  A complex type that contains the information about the request to list your traffic policies.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListTrafficPolicyVersions", "locationName" : null, "requestUri" : "/2013-04-01/trafficpolicies/{Id}/versions", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Id", "c2jShape" : "TrafficPolicyId", "deprecated" : false, "documentation" : "

                                                                                                                                                  Specify the value of Id of the traffic policy for which you want to list all versions.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                  Specify the value of Id of the traffic policy for which you want to list all versions.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TrafficPolicyVersionMarker", "c2jShape" : "TrafficPolicyVersionMarker", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "trafficpolicyversion", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "trafficpolicyversion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyVersionMarker", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyVersionMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyVersionMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "maxitems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "maxitems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "c2jName" : "Id", "c2jShape" : "TrafficPolicyId", "deprecated" : false, "documentation" : "

                                                                                                                                                  Specify the value of Id of the traffic policy for which you want to list all versions.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                  Specify the value of Id of the traffic policy for which you want to list all versions.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "maxitems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "maxitems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TrafficPolicyVersionMarker" : { "c2jName" : "TrafficPolicyVersionMarker", "c2jShape" : "TrafficPolicyVersionMarker", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "trafficpolicyversion", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "trafficpolicyversion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyVersionMarker", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyVersionMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyVersionMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id" ], "shapeName" : "ListTrafficPolicyVersionsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTrafficPolicyVersionsRequest", "variableName" : "listTrafficPolicyVersionsRequest", "variableType" : "ListTrafficPolicyVersionsRequest", "documentation" : null, "simpleType" : "ListTrafficPolicyVersionsRequest", "variableSetterType" : "ListTrafficPolicyVersionsRequest" }, "wrapper" : false }, "ListTrafficPolicyVersionsResult" : { "c2jName" : "ListTrafficPolicyVersionsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  A complex type that contains the response information for the request.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TrafficPolicies", "c2jShape" : "TrafficPolicies", "deprecated" : false, "documentation" : "

                                                                                                                                                  A list that contains one TrafficPolicy element for each traffic policy version that is associated with the specified traffic policy.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicies", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TrafficPolicy", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TrafficPolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicy", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TrafficPolicy", "variableName" : "member", "variableType" : "TrafficPolicy", "documentation" : "", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TrafficPolicy", "variableName" : "member", "variableType" : "TrafficPolicy", "documentation" : "", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "TrafficPolicy", "memberType" : "TrafficPolicy", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TrafficPolicy", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TrafficPolicies", "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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "trafficPolicies", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "trafficPolicies", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.

                                                                                                                                                  \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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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.

                                                                                                                                                  \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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IsTruncated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IsTruncated", "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.

                                                                                                                                                  \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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.

                                                                                                                                                  \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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "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.

                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TrafficPolicyVersionMarker", "c2jShape" : "TrafficPolicyVersionMarker", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyVersionMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyVersionMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyVersionMarker", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyVersionMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyVersionMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                                                  The value that you specified for the maxitems parameter in the call to ListTrafficPolicyVersions that produced the current response.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IsTruncated" : { "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.

                                                                                                                                                  \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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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.

                                                                                                                                                  \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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IsTruncated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsTruncated", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IsTruncated", "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.

                                                                                                                                                  \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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.

                                                                                                                                                  \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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isTruncated", "variableType" : "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.

                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "deprecated" : false, "documentation" : "

                                                                                                                                                  The value that you specified for the maxitems parameter in the call to ListTrafficPolicyVersions that produced the current response.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "maxItems", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TrafficPolicies" : { "c2jName" : "TrafficPolicies", "c2jShape" : "TrafficPolicies", "deprecated" : false, "documentation" : "

                                                                                                                                                  A list that contains one TrafficPolicy element for each traffic policy version that is associated with the specified traffic policy.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicies", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TrafficPolicy", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TrafficPolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicy", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TrafficPolicy", "variableName" : "member", "variableType" : "TrafficPolicy", "documentation" : "", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TrafficPolicy", "variableName" : "member", "variableType" : "TrafficPolicy", "documentation" : "", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "TrafficPolicy", "memberType" : "TrafficPolicy", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TrafficPolicy", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TrafficPolicies", "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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "trafficPolicies", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "trafficPolicies", "variableType" : "java.util.List", "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" }, "xmlNameSpaceUri" : null }, "TrafficPolicyVersionMarker" : { "c2jName" : "TrafficPolicyVersionMarker", "c2jShape" : "TrafficPolicyVersionMarker", "deprecated" : false, "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.

                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyVersionMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyVersionMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyVersionMarker", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyVersionMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyVersionMarker", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "TrafficPolicies", "IsTruncated", "TrafficPolicyVersionMarker", "MaxItems" ], "shapeName" : "ListTrafficPolicyVersionsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTrafficPolicyVersionsResult", "variableName" : "listTrafficPolicyVersionsResult", "variableType" : "ListTrafficPolicyVersionsResult", "documentation" : null, "simpleType" : "ListTrafficPolicyVersionsResult", "variableSetterType" : "ListTrafficPolicyVersionsResult" }, "wrapper" : false }, "NoSuchChangeException" : { "c2jName" : "NoSuchChange", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : "NoSuchChange", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "NoSuchChangeException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NoSuchChangeException", "variableName" : "noSuchChangeException", "variableType" : "NoSuchChangeException", "documentation" : null, "simpleType" : "NoSuchChangeException", "variableSetterType" : "NoSuchChangeException" }, "wrapper" : false }, "NoSuchDelegationSetException" : { "c2jName" : "NoSuchDelegationSet", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  A reusable delegation set with the specified ID does not exist.

                                                                                                                                                  ", "enums" : null, "errorCode" : "NoSuchDelegationSet", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "NoSuchDelegationSetException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NoSuchDelegationSetException", "variableName" : "noSuchDelegationSetException", "variableType" : "NoSuchDelegationSetException", "documentation" : null, "simpleType" : "NoSuchDelegationSetException", "variableSetterType" : "NoSuchDelegationSetException" }, "wrapper" : false }, "NoSuchGeoLocationException" : { "c2jName" : "NoSuchGeoLocation", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  Amazon Route 53 doesn't support the specified geolocation.

                                                                                                                                                  ", "enums" : null, "errorCode" : "NoSuchGeoLocation", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "NoSuchGeoLocationException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NoSuchGeoLocationException", "variableName" : "noSuchGeoLocationException", "variableType" : "NoSuchGeoLocationException", "documentation" : null, "simpleType" : "NoSuchGeoLocationException", "variableSetterType" : "NoSuchGeoLocationException" }, "wrapper" : false }, "NoSuchHealthCheckException" : { "c2jName" : "NoSuchHealthCheck", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  No health check exists with the ID that you specified in the DeleteHealthCheck request.

                                                                                                                                                  ", "enums" : null, "errorCode" : "NoSuchHealthCheck", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "NoSuchHealthCheckException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NoSuchHealthCheckException", "variableName" : "noSuchHealthCheckException", "variableType" : "NoSuchHealthCheckException", "documentation" : null, "simpleType" : "NoSuchHealthCheckException", "variableSetterType" : "NoSuchHealthCheckException" }, "wrapper" : false }, "NoSuchHostedZoneException" : { "c2jName" : "NoSuchHostedZone", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  No hosted zone exists with the ID that you specified.

                                                                                                                                                  ", "enums" : null, "errorCode" : "NoSuchHostedZone", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "NoSuchHostedZoneException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NoSuchHostedZoneException", "variableName" : "noSuchHostedZoneException", "variableType" : "NoSuchHostedZoneException", "documentation" : null, "simpleType" : "NoSuchHostedZoneException", "variableSetterType" : "NoSuchHostedZoneException" }, "wrapper" : false }, "NoSuchTrafficPolicyException" : { "c2jName" : "NoSuchTrafficPolicy", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  No traffic policy exists with the specified ID.

                                                                                                                                                  ", "enums" : null, "errorCode" : "NoSuchTrafficPolicy", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "NoSuchTrafficPolicyException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NoSuchTrafficPolicyException", "variableName" : "noSuchTrafficPolicyException", "variableType" : "NoSuchTrafficPolicyException", "documentation" : null, "simpleType" : "NoSuchTrafficPolicyException", "variableSetterType" : "NoSuchTrafficPolicyException" }, "wrapper" : false }, "NoSuchTrafficPolicyInstanceException" : { "c2jName" : "NoSuchTrafficPolicyInstance", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  No traffic policy instance exists with the specified ID.

                                                                                                                                                  ", "enums" : null, "errorCode" : "NoSuchTrafficPolicyInstance", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "NoSuchTrafficPolicyInstanceException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NoSuchTrafficPolicyInstanceException", "variableName" : "noSuchTrafficPolicyInstanceException", "variableType" : "NoSuchTrafficPolicyInstanceException", "documentation" : null, "simpleType" : "NoSuchTrafficPolicyInstanceException", "variableSetterType" : "NoSuchTrafficPolicyInstanceException" }, "wrapper" : false }, "PriorRequestNotCompleteException" : { "c2jName" : "PriorRequestNotComplete", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  If Amazon Route 53 can't process a request before the next request arrives, it will reject subsequent requests for the same hosted zone and return an HTTP 400 error (Bad request). If Amazon Route 53 returns this error repeatedly for the same request, we recommend that you wait, in intervals of increasing duration, before you try the request again.

                                                                                                                                                  ", "enums" : null, "errorCode" : "PriorRequestNotComplete", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "PriorRequestNotCompleteException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PriorRequestNotCompleteException", "variableName" : "priorRequestNotCompleteException", "variableType" : "PriorRequestNotCompleteException", "documentation" : null, "simpleType" : "PriorRequestNotCompleteException", "variableSetterType" : "PriorRequestNotCompleteException" }, "wrapper" : false }, "PublicZoneVPCAssociationException" : { "c2jName" : "PublicZoneVPCAssociation", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  The hosted zone specified in HostedZoneId is a public hosted zone.

                                                                                                                                                  ", "enums" : null, "errorCode" : "PublicZoneVPCAssociation", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "PublicZoneVPCAssociationException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PublicZoneVPCAssociationException", "variableName" : "publicZoneVPCAssociationException", "variableType" : "PublicZoneVPCAssociationException", "documentation" : null, "simpleType" : "PublicZoneVPCAssociationException", "variableSetterType" : "PublicZoneVPCAssociationException" }, "wrapper" : false }, "RRType" : { "c2jName" : "RRType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "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" : "NAPTR", "value" : "NAPTR" }, { "name" : "PTR", "value" : "PTR" }, { "name" : "SRV", "value" : "SRV" }, { "name" : "SPF", "value" : "SPF" }, { "name" : "AAAA", "value" : "AAAA" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "RRType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RRType", "variableName" : "rRType", "variableType" : "RRType", "documentation" : null, "simpleType" : "RRType", "variableSetterType" : "RRType" }, "wrapper" : false }, "ResourceRecord" : { "c2jName" : "ResourceRecord", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  Information specific to the resource record.

                                                                                                                                                  If you are creating an alias resource record set, omit ResourceRecord.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Value", "c2jShape" : "RData", "deprecated" : false, "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.

                                                                                                                                                  If you are creating an alias resource record set, omit Value.

                                                                                                                                                  ", "enumType" : null, "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.

                                                                                                                                                  If you are creating an alias resource record set, omit Value.

                                                                                                                                                  \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.

                                                                                                                                                  If you are creating an alias resource record set, omit Value.

                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "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.

                                                                                                                                                  If you are creating an alias resource record set, omit Value.

                                                                                                                                                  \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.

                                                                                                                                                  If you are creating an alias resource record set, omit Value.

                                                                                                                                                  */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "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.

                                                                                                                                                  If you are creating an alias resource record set, omit Value.

                                                                                                                                                  \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.

                                                                                                                                                  If you are creating an alias resource record set, omit Value.

                                                                                                                                                  */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.

                                                                                                                                                  If you are creating an alias resource record set, omit Value.

                                                                                                                                                  \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.

                                                                                                                                                  If you are creating an alias resource record set, omit Value.

                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "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.

                                                                                                                                                  If you are creating an alias resource record set, omit Value.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Value" : { "c2jName" : "Value", "c2jShape" : "RData", "deprecated" : false, "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.

                                                                                                                                                  If you are creating an alias resource record set, omit Value.

                                                                                                                                                  ", "enumType" : null, "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.

                                                                                                                                                  If you are creating an alias resource record set, omit Value.

                                                                                                                                                  \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.

                                                                                                                                                  If you are creating an alias resource record set, omit Value.

                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "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.

                                                                                                                                                  If you are creating an alias resource record set, omit Value.

                                                                                                                                                  \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.

                                                                                                                                                  If you are creating an alias resource record set, omit Value.

                                                                                                                                                  */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "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.

                                                                                                                                                  If you are creating an alias resource record set, omit Value.

                                                                                                                                                  \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.

                                                                                                                                                  If you are creating an alias resource record set, omit Value.

                                                                                                                                                  */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.

                                                                                                                                                  If you are creating an alias resource record set, omit Value.

                                                                                                                                                  \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.

                                                                                                                                                  If you are creating an alias resource record set, omit Value.

                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "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.

                                                                                                                                                  If you are creating an alias resource record set, omit Value.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Value" ], "shapeName" : "ResourceRecord", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ResourceRecord", "variableName" : "resourceRecord", "variableType" : "ResourceRecord", "documentation" : null, "simpleType" : "ResourceRecord", "variableSetterType" : "ResourceRecord" }, "wrapper" : false }, "ResourceRecordSet" : { "c2jName" : "ResourceRecordSet", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  Information about the resource record set to create or delete.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Name", "c2jShape" : "DNSName", "deprecated" : false, "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 the asterisk (*) wildcard to replace the leftmost label in a domain name. For example, *.example.com. Note the following:

                                                                                                                                                  • The * must replace the entire label. For example, you can't specify *prod.example.com or prod*.example.com.

                                                                                                                                                  • The * can't replace any of the middle labels, for example, marketing.*.example.com.

                                                                                                                                                  • If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard.

                                                                                                                                                    You can't use the * wildcard for resource records sets that have a type of NS.

                                                                                                                                                  You can use the * wildcard as the leftmost label in a domain name, for example, *.example.com. You cannot use an * for one of the middle labels, for example, marketing.*.example.com. In addition, the * must replace the entire label; for example, you can't specify prod*.example.com.

                                                                                                                                                  ", "enumType" : null, "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 the asterisk (*) wildcard to replace the leftmost label in a domain name. For example, *.example.com. Note the following:

                                                                                                                                                  • The * must replace the entire label. For example, you can't specify *prod.example.com or prod*.example.com.

                                                                                                                                                  • The * can't replace any of the middle labels, for example, marketing.*.example.com.

                                                                                                                                                  • If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard.

                                                                                                                                                    You can't use the * wildcard for resource records sets that have a type of NS.

                                                                                                                                                  You can use the * wildcard as the leftmost label in a domain name, for example, *.example.com. You cannot use an * for one of the middle labels, for example, marketing.*.example.com. In addition, the * must replace the entire label; for example, you can't specify prod*.example.com.

                                                                                                                                                  \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 the asterisk (*) wildcard to replace the leftmost label in a domain name. For example, *.example.com. Note the following:

                                                                                                                                                  • The * must replace the entire label. For example, you can't specify *prod.example.com or prod*.example.com.

                                                                                                                                                  • The * can't replace any of the middle labels, for example, marketing.*.example.com.

                                                                                                                                                  • If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard.

                                                                                                                                                    You can't use the * wildcard for resource records sets that have a type of NS.

                                                                                                                                                  You can use the * wildcard as the leftmost label in a domain name, for example, *.example.com. You cannot use an * for one of the middle labels, for example, marketing.*.example.com. In addition, the * must replace the entire label; for example, you can't specify prod*.example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 the asterisk (*) wildcard to replace the leftmost label in a domain name. For example, *.example.com. Note the following:

                                                                                                                                                  • The * must replace the entire label. For example, you can't specify *prod.example.com or prod*.example.com.

                                                                                                                                                  • The * can't replace any of the middle labels, for example, marketing.*.example.com.

                                                                                                                                                  • If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard.

                                                                                                                                                    You can't use the * wildcard for resource records sets that have a type of NS.

                                                                                                                                                  You can use the * wildcard as the leftmost label in a domain name, for example, *.example.com. You cannot use an * for one of the middle labels, for example, marketing.*.example.com. In addition, the * must replace the entire label; for example, you can't specify prod*.example.com.

                                                                                                                                                  \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 the asterisk (*) wildcard to replace the leftmost label in a domain name. For example, *.example.com. Note the following:

                                                                                                                                                  • The * must replace the entire label. For example, you can't specify *prod.example.com or prod*.example.com.

                                                                                                                                                  • The * can't replace any of the middle labels, for example, marketing.*.example.com.

                                                                                                                                                  • If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard.

                                                                                                                                                    You can't use the * wildcard for resource records sets that have a type of NS.

                                                                                                                                                  You can use the * wildcard as the leftmost label in a domain name, for example, *.example.com. You cannot use an * for one of the middle labels, for example, marketing.*.example.com. In addition, the * must replace the entire label; for example, you can't specify prod*.example.com.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

                                                                                                                                                  The name of the domain 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 the asterisk (*) wildcard to replace the leftmost label in a domain name. For example, *.example.com. Note the following:

                                                                                                                                                  • The * must replace the entire label. For example, you can't specify *prod.example.com or prod*.example.com.

                                                                                                                                                  • The * can't replace any of the middle labels, for example, marketing.*.example.com.

                                                                                                                                                  • If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard.

                                                                                                                                                    You can't use the * wildcard for resource records sets that have a type of NS.

                                                                                                                                                  You can use the * wildcard as the leftmost label in a domain name, for example, *.example.com. You cannot use an * for one of the middle labels, for example, marketing.*.example.com. In addition, the * must replace the entire label; for example, you can't specify prod*.example.com.

                                                                                                                                                  \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 the asterisk (*) wildcard to replace the leftmost label in a domain name. For example, *.example.com. Note the following:

                                                                                                                                                  • The * must replace the entire label. For example, you can't specify *prod.example.com or prod*.example.com.

                                                                                                                                                  • The * can't replace any of the middle labels, for example, marketing.*.example.com.

                                                                                                                                                  • If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard.

                                                                                                                                                    You can't use the * wildcard for resource records sets that have a type of NS.

                                                                                                                                                  You can use the * wildcard as the leftmost label in a domain name, for example, *.example.com. You cannot use an * for one of the middle labels, for example, marketing.*.example.com. In addition, the * must replace the entire label; for example, you can't specify prod*.example.com.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 the asterisk (*) wildcard to replace the leftmost label in a domain name. For example, *.example.com. Note the following:

                                                                                                                                                  • The * must replace the entire label. For example, you can't specify *prod.example.com or prod*.example.com.

                                                                                                                                                  • The * can't replace any of the middle labels, for example, marketing.*.example.com.

                                                                                                                                                  • If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard.

                                                                                                                                                    You can't use the * wildcard for resource records sets that have a type of NS.

                                                                                                                                                  You can use the * wildcard as the leftmost label in a domain name, for example, *.example.com. You cannot use an * for one of the middle labels, for example, marketing.*.example.com. In addition, the * must replace the entire label; for example, you can't specify prod*.example.com.

                                                                                                                                                  \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 the asterisk (*) wildcard to replace the leftmost label in a domain name. For example, *.example.com. Note the following:

                                                                                                                                                  • The * must replace the entire label. For example, you can't specify *prod.example.com or prod*.example.com.

                                                                                                                                                  • The * can't replace any of the middle labels, for example, marketing.*.example.com.

                                                                                                                                                  • If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard.

                                                                                                                                                    You can't use the * wildcard for resource records sets that have a type of NS.

                                                                                                                                                  You can use the * wildcard as the leftmost label in a domain name, for example, *.example.com. You cannot use an * for one of the middle labels, for example, marketing.*.example.com. In addition, the * must replace the entire label; for example, you can't specify prod*.example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name of the domain 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 the asterisk (*) wildcard to replace the leftmost label in a domain name. For example, *.example.com. Note the following:

                                                                                                                                                  • The * must replace the entire label. For example, you can't specify *prod.example.com or prod*.example.com.

                                                                                                                                                  • The * can't replace any of the middle labels, for example, marketing.*.example.com.

                                                                                                                                                  • If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard.

                                                                                                                                                    You can't use the * wildcard for resource records sets that have a type of NS.

                                                                                                                                                  You can use the * wildcard as the leftmost label in a domain name, for example, *.example.com. You cannot use an * for one of the middle labels, for example, marketing.*.example.com. In addition, the * must replace the entire label; for example, you can't specify prod*.example.com.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Type", "c2jShape" : "RRType", "deprecated" : false, "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 | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                                                  Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | 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

                                                                                                                                                  • Elastic Beanstalk environment that has a regionalized subdomain: 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.

                                                                                                                                                  ", "enumType" : "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 | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                                                  Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | 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

                                                                                                                                                  • Elastic Beanstalk environment that has a regionalized subdomain: 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 | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                                                  Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | 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

                                                                                                                                                  • Elastic Beanstalk environment that has a regionalized subdomain: 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*/", "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 | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                                                    Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | 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

                                                                                                                                                    • Elastic Beanstalk environment that has a regionalized subdomain: 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 | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                                                    Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | 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

                                                                                                                                                    • Elastic Beanstalk environment that has a regionalized subdomain: 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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "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 | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                                                      Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | 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

                                                                                                                                                      • Elastic Beanstalk environment that has a regionalized subdomain: 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 | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                                                      Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | 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

                                                                                                                                                      • Elastic Beanstalk environment that has a regionalized subdomain: 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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                                                        Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | 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

                                                                                                                                                        • Elastic Beanstalk environment that has a regionalized subdomain: 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 | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                                                        Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | 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

                                                                                                                                                        • Elastic Beanstalk environment that has a regionalized subdomain: 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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "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 | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                                                          Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | 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

                                                                                                                                                          • Elastic Beanstalk environment that has a regionalized subdomain: 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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SetIdentifier", "c2jShape" : "ResourceRecordSetIdentifier", "deprecated" : false, "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. Omit SetIdentifier for any other types of record sets.

                                                                                                                                                          ", "enumType" : null, "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. Omit SetIdentifier for any other types of record sets.

                                                                                                                                                          \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 must be unique for each resource record set that has the same combination of DNS name and type. Omit SetIdentifier for any other types of record sets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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. Omit SetIdentifier for any other types of record sets.

                                                                                                                                                          \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 must be unique for each resource record set that has the same combination of DNS name and type. Omit SetIdentifier for any other types of record sets.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SetIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SetIdentifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SetIdentifier", "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. Omit SetIdentifier for any other types of record sets.

                                                                                                                                                          \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 must be unique for each resource record set that has the same combination of DNS name and type. Omit SetIdentifier for any other types of record sets.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "setIdentifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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. Omit SetIdentifier for any other types of record sets.

                                                                                                                                                          \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 must be unique for each resource record set that has the same combination of DNS name and type. Omit SetIdentifier for any other types of record sets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "setIdentifier", "variableType" : "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. Omit SetIdentifier for any other types of record sets.

                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Weight", "c2jShape" : "ResourceRecordSetWeight", "deprecated" : false, "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.

                                                                                                                                                          ", "enumType" : null, "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.*/", "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.

                                                                                                                                                            • */", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Weight", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Weight", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Weight", "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.

                                                                                                                                                              • */", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "weight", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "weight", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Region", "c2jShape" : "ResourceRecordSetRegion", "deprecated" : false, "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.

                                                                                                                                                                  Creating latency and latency alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                  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.

                                                                                                                                                                  ", "enumType" : "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.

                                                                                                                                                                  Creating latency and latency alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                  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.

                                                                                                                                                                  Creating latency and latency alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                  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*/", "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.

                                                                                                                                                                    Creating latency and latency alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                    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.

                                                                                                                                                                    Creating latency and latency alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                    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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Region", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Region", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Region", "setterDocumentation" : "/**

                                                                                                                                                                      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.

                                                                                                                                                                      Creating latency and latency alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                      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.

                                                                                                                                                                      Creating latency and latency alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                      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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "region", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.

                                                                                                                                                                        Creating latency and latency alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                        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.

                                                                                                                                                                        Creating latency and latency alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                        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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "region", "variableType" : "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.

                                                                                                                                                                          Creating latency and latency alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                          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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GeoLocation", "c2jShape" : "GeoLocation", "deprecated" : false, "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.

                                                                                                                                                                          Creating geolocation and geolocation alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                          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.

                                                                                                                                                                          ", "enumType" : null, "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.

                                                                                                                                                                          Creating geolocation and geolocation alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                          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.

                                                                                                                                                                          Creating geolocation and geolocation alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                          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 Returns a reference to this object so that method calls can be chained together.*/", "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.

                                                                                                                                                                          Creating geolocation and geolocation alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                          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.

                                                                                                                                                                          Creating geolocation and geolocation alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                          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.*/", "getterModel" : { "returnType" : "GeoLocation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GeoLocation", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GeoLocation", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GeoLocation", "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.

                                                                                                                                                                          Creating geolocation and geolocation alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                          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.

                                                                                                                                                                          Creating geolocation and geolocation alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                          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.*/", "setterModel" : { "variableDeclarationType" : "GeoLocation", "variableName" : "geoLocation", "variableType" : "GeoLocation", "documentation" : "", "simpleType" : "GeoLocation", "variableSetterType" : "GeoLocation" }, "simple" : false, "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.

                                                                                                                                                                          Creating geolocation and geolocation alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                          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.

                                                                                                                                                                          Creating geolocation and geolocation alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                          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 Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "GeoLocation", "variableName" : "geoLocation", "variableType" : "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.

                                                                                                                                                                          Creating geolocation and geolocation alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                          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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Failover", "c2jShape" : "ResourceRecordSetFailover", "deprecated" : false, "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.

                                                                                                                                                                          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 the following topics in the Amazon Route 53 Developer Guide:

                                                                                                                                                                          Valid values: PRIMARY | SECONDARY

                                                                                                                                                                          ", "enumType" : "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.

                                                                                                                                                                          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 the following topics 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.

                                                                                                                                                                          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 the following topics 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*/", "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.

                                                                                                                                                                          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 the following topics 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.

                                                                                                                                                                          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 the following topics in the Amazon Route 53 Developer Guide:

                                                                                                                                                                          Valid values: PRIMARY | SECONDARY\n@see ResourceRecordSetFailover*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Failover", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Failover", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Failover", "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.

                                                                                                                                                                          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 the following topics 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.

                                                                                                                                                                          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 the following topics in the Amazon Route 53 Developer Guide:

                                                                                                                                                                          Valid values: PRIMARY | SECONDARY\n@see ResourceRecordSetFailover*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failover", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.

                                                                                                                                                                          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 the following topics 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.

                                                                                                                                                                          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 the following topics 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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "failover", "variableType" : "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.

                                                                                                                                                                          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 the following topics in the Amazon Route 53 Developer Guide:

                                                                                                                                                                          Valid values: PRIMARY | SECONDARY

                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TTL", "c2jShape" : "TTL", "deprecated" : false, "documentation" : "

                                                                                                                                                                          The resource record cache time to live (TTL), in seconds. Note the following:

                                                                                                                                                                          • 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.

                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                          The resource record cache time to live (TTL), in seconds. Note the following:

                                                                                                                                                                          • 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 resource record cache time to live (TTL), in seconds. Note the following:

                                                                                                                                                                          • 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.*/", "getterDocumentation" : "/**

                                                                                                                                                                            The resource record cache time to live (TTL), in seconds. Note the following:

                                                                                                                                                                            • 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 resource record cache time to live (TTL), in seconds. Note the following:

                                                                                                                                                                            • 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.

                                                                                                                                                                            • */", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TTL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TTL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TTL", "setterDocumentation" : "/**

                                                                                                                                                                              The resource record cache time to live (TTL), in seconds. Note the following:

                                                                                                                                                                              • 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 resource record cache time to live (TTL), in seconds. Note the following:

                                                                                                                                                                              • 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.

                                                                                                                                                                              • */", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "tTL", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                The resource record cache time to live (TTL), in seconds. Note the following:

                                                                                                                                                                                • 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 resource record cache time to live (TTL), in seconds. Note the following:

                                                                                                                                                                                • 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.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "tTL", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                  The resource record cache time to live (TTL), in seconds. Note the following:

                                                                                                                                                                                  • 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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceRecords", "c2jShape" : "ResourceRecords", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Information about the resource records to act upon.

                                                                                                                                                                                  If you are creating an alias resource record set, omit ResourceRecords.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Information about the resource records to act upon.

                                                                                                                                                                                  If you are creating an alias resource record set, omit ResourceRecords.

                                                                                                                                                                                  \n@param resourceRecords Information about the resource records to act upon.

                                                                                                                                                                                  If you are creating an alias resource record set, omit ResourceRecords.

                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  Information about the resource records to act upon.

                                                                                                                                                                                  If you are creating an alias resource record set, omit ResourceRecords.

                                                                                                                                                                                  \n@return Information about the resource records to act upon.

                                                                                                                                                                                  If you are creating an alias resource record set, omit ResourceRecords.

                                                                                                                                                                                  */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceRecords", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceRecord", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ResourceRecord", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceRecord", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceRecord", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ResourceRecord", "variableName" : "member", "variableType" : "ResourceRecord", "documentation" : "", "simpleType" : "ResourceRecord", "variableSetterType" : "ResourceRecord" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ResourceRecord", "variableName" : "member", "variableType" : "ResourceRecord", "documentation" : "", "simpleType" : "ResourceRecord", "variableSetterType" : "ResourceRecord" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ResourceRecord", "memberType" : "ResourceRecord", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ResourceRecord", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ResourceRecords", "setterDocumentation" : "/**

                                                                                                                                                                                  Information about the resource records to act upon.

                                                                                                                                                                                  If you are creating an alias resource record set, omit ResourceRecords.

                                                                                                                                                                                  \n@param resourceRecords Information about the resource records to act upon.

                                                                                                                                                                                  If you are creating an alias resource record set, omit ResourceRecords.

                                                                                                                                                                                  */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceRecords", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Information about the resource records to act upon.

                                                                                                                                                                                  If you are creating an alias resource record set, omit ResourceRecords.

                                                                                                                                                                                  \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 Information about the resource records to act upon.

                                                                                                                                                                                  If you are creating an alias resource record set, omit ResourceRecords.

                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceRecords", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                  Information about the resource records to act upon.

                                                                                                                                                                                  If you are creating an alias resource record set, omit ResourceRecords.

                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AliasTarget", "c2jShape" : "AliasTarget", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are redirecting queries. The Elastic Beanstalk environment must have a regionalized subdomain.

                                                                                                                                                                                  If you're creating resource records sets for a private hosted zone, note the following:

                                                                                                                                                                                  • You can't create alias resource record sets for CloudFront distributions in a private hosted zone.

                                                                                                                                                                                  • Creating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported.

                                                                                                                                                                                  • For information about creating failover resource record sets in a private hosted zone, see Configuring Failover in a Private Hosted Zone in the Amazon Route 53 Developer Guide.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are redirecting queries. The Elastic Beanstalk environment must have a regionalized subdomain.

                                                                                                                                                                                  If you're creating resource records sets for a private hosted zone, note the following:

                                                                                                                                                                                  • You can't create alias resource record sets for CloudFront distributions in a private hosted zone.

                                                                                                                                                                                  • Creating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported.

                                                                                                                                                                                  • For information about creating failover resource record sets in a private hosted zone, see Configuring Failover in a Private Hosted Zone in the Amazon Route 53 Developer Guide.

                                                                                                                                                                                  \n@param aliasTarget Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are redirecting queries. The Elastic Beanstalk environment must have a regionalized subdomain.

                                                                                                                                                                                  If you're creating resource records sets for a private hosted zone, note the following:

                                                                                                                                                                                  • You can't create alias resource record sets for CloudFront distributions in a private hosted zone.

                                                                                                                                                                                  • Creating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported.

                                                                                                                                                                                  • For information about creating failover resource record sets in a private hosted zone, see Configuring Failover in a Private Hosted Zone in the Amazon Route 53 Developer Guide.

                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                    Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are redirecting queries. The Elastic Beanstalk environment must have a regionalized subdomain.

                                                                                                                                                                                    If you're creating resource records sets for a private hosted zone, note the following:

                                                                                                                                                                                    • You can't create alias resource record sets for CloudFront distributions in a private hosted zone.

                                                                                                                                                                                    • Creating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported.

                                                                                                                                                                                    • For information about creating failover resource record sets in a private hosted zone, see Configuring Failover in a Private Hosted Zone in the Amazon Route 53 Developer Guide.

                                                                                                                                                                                    \n@return Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are redirecting queries. The Elastic Beanstalk environment must have a regionalized subdomain.

                                                                                                                                                                                    If you're creating resource records sets for a private hosted zone, note the following:

                                                                                                                                                                                    • You can't create alias resource record sets for CloudFront distributions in a private hosted zone.

                                                                                                                                                                                    • Creating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported.

                                                                                                                                                                                    • For information about creating failover resource record sets in a private hosted zone, see Configuring Failover in a Private Hosted Zone in the Amazon Route 53 Developer Guide.

                                                                                                                                                                                    • */", "getterModel" : { "returnType" : "AliasTarget", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AliasTarget", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AliasTarget", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AliasTarget", "setterDocumentation" : "/**

                                                                                                                                                                                      Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are redirecting queries. The Elastic Beanstalk environment must have a regionalized subdomain.

                                                                                                                                                                                      If you're creating resource records sets for a private hosted zone, note the following:

                                                                                                                                                                                      • You can't create alias resource record sets for CloudFront distributions in a private hosted zone.

                                                                                                                                                                                      • Creating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported.

                                                                                                                                                                                      • For information about creating failover resource record sets in a private hosted zone, see Configuring Failover in a Private Hosted Zone in the Amazon Route 53 Developer Guide.

                                                                                                                                                                                      \n@param aliasTarget Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are redirecting queries. The Elastic Beanstalk environment must have a regionalized subdomain.

                                                                                                                                                                                      If you're creating resource records sets for a private hosted zone, note the following:

                                                                                                                                                                                      • You can't create alias resource record sets for CloudFront distributions in a private hosted zone.

                                                                                                                                                                                      • Creating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported.

                                                                                                                                                                                      • For information about creating failover resource record sets in a private hosted zone, see Configuring Failover in a Private Hosted Zone in the Amazon Route 53 Developer Guide.

                                                                                                                                                                                      • */", "setterModel" : { "variableDeclarationType" : "AliasTarget", "variableName" : "aliasTarget", "variableType" : "AliasTarget", "documentation" : "", "simpleType" : "AliasTarget", "variableSetterType" : "AliasTarget" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                        Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are redirecting queries. The Elastic Beanstalk environment must have a regionalized subdomain.

                                                                                                                                                                                        If you're creating resource records sets for a private hosted zone, note the following:

                                                                                                                                                                                        • You can't create alias resource record sets for CloudFront distributions in a private hosted zone.

                                                                                                                                                                                        • Creating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported.

                                                                                                                                                                                        • For information about creating failover resource record sets in a private hosted zone, see Configuring Failover in a Private Hosted Zone in the Amazon Route 53 Developer Guide.

                                                                                                                                                                                        \n@param aliasTarget Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are redirecting queries. The Elastic Beanstalk environment must have a regionalized subdomain.

                                                                                                                                                                                        If you're creating resource records sets for a private hosted zone, note the following:

                                                                                                                                                                                        • You can't create alias resource record sets for CloudFront distributions in a private hosted zone.

                                                                                                                                                                                        • Creating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported.

                                                                                                                                                                                        • For information about creating failover resource record sets in a private hosted zone, see Configuring Failover in a Private Hosted Zone in the Amazon Route 53 Developer Guide.

                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AliasTarget", "variableName" : "aliasTarget", "variableType" : "AliasTarget", "documentation" : "

                                                                                                                                                                                          Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are redirecting queries. The Elastic Beanstalk environment must have a regionalized subdomain.

                                                                                                                                                                                          If you're creating resource records sets for a private hosted zone, note the following:

                                                                                                                                                                                          • You can't create alias resource record sets for CloudFront distributions in a private hosted zone.

                                                                                                                                                                                          • Creating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported.

                                                                                                                                                                                          • For information about creating failover resource record sets in a private hosted zone, see Configuring Failover in a Private Hosted Zone in the Amazon Route 53 Developer Guide.

                                                                                                                                                                                          ", "simpleType" : "AliasTarget", "variableSetterType" : "AliasTarget" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthCheckId", "c2jShape" : "HealthCheckId", "deprecated" : false, "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 based on one of the following:

                                                                                                                                                                                          • By periodically sending a request to the endpoint that is specified in the health check

                                                                                                                                                                                          • By aggregating the status of a specified group of health checks (calculated health checks)

                                                                                                                                                                                          • By determining the current state of a CloudWatch alarm (CloudWatch metric health checks)

                                                                                                                                                                                          For information about how Amazon Route 53 determines whether a health check is healthy, see CreateHealthCheck.

                                                                                                                                                                                          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.

                                                                                                                                                                                          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).

                                                                                                                                                                                          n 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.

                                                                                                                                                                                          For more informaiton, see the following topics in the Amazon Route 53 Developer Guide:

                                                                                                                                                                                          ", "enumType" : null, "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 based on one of the following:

                                                                                                                                                                                          • By periodically sending a request to the endpoint that is specified in the health check

                                                                                                                                                                                          • By aggregating the status of a specified group of health checks (calculated health checks)

                                                                                                                                                                                          • By determining the current state of a CloudWatch alarm (CloudWatch metric health checks)

                                                                                                                                                                                          For information about how Amazon Route 53 determines whether a health check is healthy, see CreateHealthCheck.

                                                                                                                                                                                          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.

                                                                                                                                                                                          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).

                                                                                                                                                                                          n 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.

                                                                                                                                                                                          For more informaiton, see the following topics in the Amazon Route 53 Developer Guide:

                                                                                                                                                                                          \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 based on one of the following:

                                                                                                                                                                                          • By periodically sending a request to the endpoint that is specified in the health check

                                                                                                                                                                                          • By aggregating the status of a specified group of health checks (calculated health checks)

                                                                                                                                                                                          • By determining the current state of a CloudWatch alarm (CloudWatch metric health checks)

                                                                                                                                                                                          For information about how Amazon Route 53 determines whether a health check is healthy, see CreateHealthCheck.

                                                                                                                                                                                          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.

                                                                                                                                                                                          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).

                                                                                                                                                                                          n 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.

                                                                                                                                                                                          For more informaiton, see the following topics in the Amazon Route 53 Developer Guide:

                                                                                                                                                                                          • Amazon Route 53 Health Checks and DNS Failover

                                                                                                                                                                                          • Configuring Failover in a Private Hosted Zone

                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.*/", "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 based on one of the following:

                                                                                                                                                                                            • By periodically sending a request to the endpoint that is specified in the health check

                                                                                                                                                                                            • By aggregating the status of a specified group of health checks (calculated health checks)

                                                                                                                                                                                            • By determining the current state of a CloudWatch alarm (CloudWatch metric health checks)

                                                                                                                                                                                            For information about how Amazon Route 53 determines whether a health check is healthy, see CreateHealthCheck.

                                                                                                                                                                                            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.

                                                                                                                                                                                            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).

                                                                                                                                                                                            n 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.

                                                                                                                                                                                            For more informaiton, see the following topics in the Amazon Route 53 Developer Guide:

                                                                                                                                                                                            \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 based on one of the following:

                                                                                                                                                                                            • By periodically sending a request to the endpoint that is specified in the health check

                                                                                                                                                                                            • By aggregating the status of a specified group of health checks (calculated health checks)

                                                                                                                                                                                            • By determining the current state of a CloudWatch alarm (CloudWatch metric health checks)

                                                                                                                                                                                            For information about how Amazon Route 53 determines whether a health check is healthy, see CreateHealthCheck.

                                                                                                                                                                                            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.

                                                                                                                                                                                            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).

                                                                                                                                                                                            n 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.

                                                                                                                                                                                            For more informaiton, see the following topics in the Amazon Route 53 Developer Guide:

                                                                                                                                                                                            • Amazon Route 53 Health Checks and DNS Failover

                                                                                                                                                                                            • Configuring Failover in a Private Hosted Zone

                                                                                                                                                                                            • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckId", "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 based on one of the following:

                                                                                                                                                                                              • By periodically sending a request to the endpoint that is specified in the health check

                                                                                                                                                                                              • By aggregating the status of a specified group of health checks (calculated health checks)

                                                                                                                                                                                              • By determining the current state of a CloudWatch alarm (CloudWatch metric health checks)

                                                                                                                                                                                              For information about how Amazon Route 53 determines whether a health check is healthy, see CreateHealthCheck.

                                                                                                                                                                                              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.

                                                                                                                                                                                              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).

                                                                                                                                                                                              n 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.

                                                                                                                                                                                              For more informaiton, see the following topics in the Amazon Route 53 Developer Guide:

                                                                                                                                                                                              \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 based on one of the following:

                                                                                                                                                                                              • By periodically sending a request to the endpoint that is specified in the health check

                                                                                                                                                                                              • By aggregating the status of a specified group of health checks (calculated health checks)

                                                                                                                                                                                              • By determining the current state of a CloudWatch alarm (CloudWatch metric health checks)

                                                                                                                                                                                              For information about how Amazon Route 53 determines whether a health check is healthy, see CreateHealthCheck.

                                                                                                                                                                                              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.

                                                                                                                                                                                              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).

                                                                                                                                                                                              n 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.

                                                                                                                                                                                              For more informaiton, see the following topics in the Amazon Route 53 Developer Guide:

                                                                                                                                                                                              • Amazon Route 53 Health Checks and DNS Failover

                                                                                                                                                                                              • Configuring Failover in a Private Hosted Zone

                                                                                                                                                                                              • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 based on one of the following:

                                                                                                                                                                                                • By periodically sending a request to the endpoint that is specified in the health check

                                                                                                                                                                                                • By aggregating the status of a specified group of health checks (calculated health checks)

                                                                                                                                                                                                • By determining the current state of a CloudWatch alarm (CloudWatch metric health checks)

                                                                                                                                                                                                For information about how Amazon Route 53 determines whether a health check is healthy, see CreateHealthCheck.

                                                                                                                                                                                                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.

                                                                                                                                                                                                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).

                                                                                                                                                                                                n 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.

                                                                                                                                                                                                For more informaiton, see the following topics in the Amazon Route 53 Developer Guide:

                                                                                                                                                                                                \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 based on one of the following:

                                                                                                                                                                                                • By periodically sending a request to the endpoint that is specified in the health check

                                                                                                                                                                                                • By aggregating the status of a specified group of health checks (calculated health checks)

                                                                                                                                                                                                • By determining the current state of a CloudWatch alarm (CloudWatch metric health checks)

                                                                                                                                                                                                For information about how Amazon Route 53 determines whether a health check is healthy, see CreateHealthCheck.

                                                                                                                                                                                                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.

                                                                                                                                                                                                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).

                                                                                                                                                                                                n 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.

                                                                                                                                                                                                For more informaiton, see the following topics in the Amazon Route 53 Developer Guide:

                                                                                                                                                                                                • Amazon Route 53 Health Checks and DNS Failover

                                                                                                                                                                                                • Configuring Failover in a Private Hosted Zone

                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckId", "variableType" : "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 based on one of the following:

                                                                                                                                                                                                  • By periodically sending a request to the endpoint that is specified in the health check

                                                                                                                                                                                                  • By aggregating the status of a specified group of health checks (calculated health checks)

                                                                                                                                                                                                  • By determining the current state of a CloudWatch alarm (CloudWatch metric health checks)

                                                                                                                                                                                                  For information about how Amazon Route 53 determines whether a health check is healthy, see CreateHealthCheck.

                                                                                                                                                                                                  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.

                                                                                                                                                                                                  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).

                                                                                                                                                                                                  n 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.

                                                                                                                                                                                                  For more informaiton, see the following topics in the Amazon Route 53 Developer Guide:

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TrafficPolicyInstanceId", "c2jShape" : "TrafficPolicyInstanceId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param trafficPolicyInstanceId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstanceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstanceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstanceId", "setterDocumentation" : "/**\n@param trafficPolicyInstanceId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param trafficPolicyInstanceId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AliasTarget" : { "c2jName" : "AliasTarget", "c2jShape" : "AliasTarget", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are redirecting queries. The Elastic Beanstalk environment must have a regionalized subdomain.

                                                                                                                                                                                                  If you're creating resource records sets for a private hosted zone, note the following:

                                                                                                                                                                                                  • You can't create alias resource record sets for CloudFront distributions in a private hosted zone.

                                                                                                                                                                                                  • Creating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported.

                                                                                                                                                                                                  • For information about creating failover resource record sets in a private hosted zone, see Configuring Failover in a Private Hosted Zone in the Amazon Route 53 Developer Guide.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are redirecting queries. The Elastic Beanstalk environment must have a regionalized subdomain.

                                                                                                                                                                                                  If you're creating resource records sets for a private hosted zone, note the following:

                                                                                                                                                                                                  • You can't create alias resource record sets for CloudFront distributions in a private hosted zone.

                                                                                                                                                                                                  • Creating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported.

                                                                                                                                                                                                  • For information about creating failover resource record sets in a private hosted zone, see Configuring Failover in a Private Hosted Zone in the Amazon Route 53 Developer Guide.

                                                                                                                                                                                                  \n@param aliasTarget Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are redirecting queries. The Elastic Beanstalk environment must have a regionalized subdomain.

                                                                                                                                                                                                  If you're creating resource records sets for a private hosted zone, note the following:

                                                                                                                                                                                                  • You can't create alias resource record sets for CloudFront distributions in a private hosted zone.

                                                                                                                                                                                                  • Creating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported.

                                                                                                                                                                                                  • For information about creating failover resource record sets in a private hosted zone, see Configuring Failover in a Private Hosted Zone in the Amazon Route 53 Developer Guide.

                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                    Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are redirecting queries. The Elastic Beanstalk environment must have a regionalized subdomain.

                                                                                                                                                                                                    If you're creating resource records sets for a private hosted zone, note the following:

                                                                                                                                                                                                    • You can't create alias resource record sets for CloudFront distributions in a private hosted zone.

                                                                                                                                                                                                    • Creating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported.

                                                                                                                                                                                                    • For information about creating failover resource record sets in a private hosted zone, see Configuring Failover in a Private Hosted Zone in the Amazon Route 53 Developer Guide.

                                                                                                                                                                                                    \n@return Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are redirecting queries. The Elastic Beanstalk environment must have a regionalized subdomain.

                                                                                                                                                                                                    If you're creating resource records sets for a private hosted zone, note the following:

                                                                                                                                                                                                    • You can't create alias resource record sets for CloudFront distributions in a private hosted zone.

                                                                                                                                                                                                    • Creating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported.

                                                                                                                                                                                                    • For information about creating failover resource record sets in a private hosted zone, see Configuring Failover in a Private Hosted Zone in the Amazon Route 53 Developer Guide.

                                                                                                                                                                                                    • */", "getterModel" : { "returnType" : "AliasTarget", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AliasTarget", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AliasTarget", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AliasTarget", "setterDocumentation" : "/**

                                                                                                                                                                                                      Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are redirecting queries. The Elastic Beanstalk environment must have a regionalized subdomain.

                                                                                                                                                                                                      If you're creating resource records sets for a private hosted zone, note the following:

                                                                                                                                                                                                      • You can't create alias resource record sets for CloudFront distributions in a private hosted zone.

                                                                                                                                                                                                      • Creating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported.

                                                                                                                                                                                                      • For information about creating failover resource record sets in a private hosted zone, see Configuring Failover in a Private Hosted Zone in the Amazon Route 53 Developer Guide.

                                                                                                                                                                                                      \n@param aliasTarget Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are redirecting queries. The Elastic Beanstalk environment must have a regionalized subdomain.

                                                                                                                                                                                                      If you're creating resource records sets for a private hosted zone, note the following:

                                                                                                                                                                                                      • You can't create alias resource record sets for CloudFront distributions in a private hosted zone.

                                                                                                                                                                                                      • Creating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported.

                                                                                                                                                                                                      • For information about creating failover resource record sets in a private hosted zone, see Configuring Failover in a Private Hosted Zone in the Amazon Route 53 Developer Guide.

                                                                                                                                                                                                      • */", "setterModel" : { "variableDeclarationType" : "AliasTarget", "variableName" : "aliasTarget", "variableType" : "AliasTarget", "documentation" : "", "simpleType" : "AliasTarget", "variableSetterType" : "AliasTarget" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                        Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are redirecting queries. The Elastic Beanstalk environment must have a regionalized subdomain.

                                                                                                                                                                                                        If you're creating resource records sets for a private hosted zone, note the following:

                                                                                                                                                                                                        • You can't create alias resource record sets for CloudFront distributions in a private hosted zone.

                                                                                                                                                                                                        • Creating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported.

                                                                                                                                                                                                        • For information about creating failover resource record sets in a private hosted zone, see Configuring Failover in a Private Hosted Zone in the Amazon Route 53 Developer Guide.

                                                                                                                                                                                                        \n@param aliasTarget Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are redirecting queries. The Elastic Beanstalk environment must have a regionalized subdomain.

                                                                                                                                                                                                        If you're creating resource records sets for a private hosted zone, note the following:

                                                                                                                                                                                                        • You can't create alias resource record sets for CloudFront distributions in a private hosted zone.

                                                                                                                                                                                                        • Creating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported.

                                                                                                                                                                                                        • For information about creating failover resource record sets in a private hosted zone, see Configuring Failover in a Private Hosted Zone in the Amazon Route 53 Developer Guide.

                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AliasTarget", "variableName" : "aliasTarget", "variableType" : "AliasTarget", "documentation" : "

                                                                                                                                                                                                          Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are redirecting queries. The Elastic Beanstalk environment must have a regionalized subdomain.

                                                                                                                                                                                                          If you're creating resource records sets for a private hosted zone, note the following:

                                                                                                                                                                                                          • You can't create alias resource record sets for CloudFront distributions in a private hosted zone.

                                                                                                                                                                                                          • Creating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported.

                                                                                                                                                                                                          • For information about creating failover resource record sets in a private hosted zone, see Configuring Failover in a Private Hosted Zone in the Amazon Route 53 Developer Guide.

                                                                                                                                                                                                          ", "simpleType" : "AliasTarget", "variableSetterType" : "AliasTarget" }, "xmlNameSpaceUri" : null }, "Failover" : { "c2jName" : "Failover", "c2jShape" : "ResourceRecordSetFailover", "deprecated" : false, "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.

                                                                                                                                                                                                          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 the following topics in the Amazon Route 53 Developer Guide:

                                                                                                                                                                                                          Valid values: PRIMARY | SECONDARY

                                                                                                                                                                                                          ", "enumType" : "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.

                                                                                                                                                                                                          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 the following topics 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.

                                                                                                                                                                                                          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 the following topics 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*/", "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.

                                                                                                                                                                                                          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 the following topics 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.

                                                                                                                                                                                                          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 the following topics in the Amazon Route 53 Developer Guide:

                                                                                                                                                                                                          Valid values: PRIMARY | SECONDARY\n@see ResourceRecordSetFailover*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Failover", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Failover", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Failover", "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.

                                                                                                                                                                                                          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 the following topics 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.

                                                                                                                                                                                                          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 the following topics in the Amazon Route 53 Developer Guide:

                                                                                                                                                                                                          Valid values: PRIMARY | SECONDARY\n@see ResourceRecordSetFailover*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failover", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.

                                                                                                                                                                                                          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 the following topics 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.

                                                                                                                                                                                                          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 the following topics 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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "failover", "variableType" : "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.

                                                                                                                                                                                                          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 the following topics in the Amazon Route 53 Developer Guide:

                                                                                                                                                                                                          Valid values: PRIMARY | SECONDARY

                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "GeoLocation" : { "c2jName" : "GeoLocation", "c2jShape" : "GeoLocation", "deprecated" : false, "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.

                                                                                                                                                                                                          Creating geolocation and geolocation alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                                                          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.

                                                                                                                                                                                                          ", "enumType" : null, "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.

                                                                                                                                                                                                          Creating geolocation and geolocation alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                                                          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.

                                                                                                                                                                                                          Creating geolocation and geolocation alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                                                          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 Returns a reference to this object so that method calls can be chained together.*/", "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.

                                                                                                                                                                                                          Creating geolocation and geolocation alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                                                          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.

                                                                                                                                                                                                          Creating geolocation and geolocation alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                                                          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.*/", "getterModel" : { "returnType" : "GeoLocation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GeoLocation", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GeoLocation", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GeoLocation", "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.

                                                                                                                                                                                                          Creating geolocation and geolocation alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                                                          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.

                                                                                                                                                                                                          Creating geolocation and geolocation alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                                                          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.*/", "setterModel" : { "variableDeclarationType" : "GeoLocation", "variableName" : "geoLocation", "variableType" : "GeoLocation", "documentation" : "", "simpleType" : "GeoLocation", "variableSetterType" : "GeoLocation" }, "simple" : false, "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.

                                                                                                                                                                                                          Creating geolocation and geolocation alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                                                          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.

                                                                                                                                                                                                          Creating geolocation and geolocation alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                                                          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 Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "GeoLocation", "variableName" : "geoLocation", "variableType" : "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.

                                                                                                                                                                                                          Creating geolocation and geolocation alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                                                          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" }, "xmlNameSpaceUri" : null }, "HealthCheckId" : { "c2jName" : "HealthCheckId", "c2jShape" : "HealthCheckId", "deprecated" : false, "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 based on one of the following:

                                                                                                                                                                                                          • By periodically sending a request to the endpoint that is specified in the health check

                                                                                                                                                                                                          • By aggregating the status of a specified group of health checks (calculated health checks)

                                                                                                                                                                                                          • By determining the current state of a CloudWatch alarm (CloudWatch metric health checks)

                                                                                                                                                                                                          For information about how Amazon Route 53 determines whether a health check is healthy, see CreateHealthCheck.

                                                                                                                                                                                                          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.

                                                                                                                                                                                                          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).

                                                                                                                                                                                                          n 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.

                                                                                                                                                                                                          For more informaiton, see the following topics in the Amazon Route 53 Developer Guide:

                                                                                                                                                                                                          ", "enumType" : null, "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 based on one of the following:

                                                                                                                                                                                                          • By periodically sending a request to the endpoint that is specified in the health check

                                                                                                                                                                                                          • By aggregating the status of a specified group of health checks (calculated health checks)

                                                                                                                                                                                                          • By determining the current state of a CloudWatch alarm (CloudWatch metric health checks)

                                                                                                                                                                                                          For information about how Amazon Route 53 determines whether a health check is healthy, see CreateHealthCheck.

                                                                                                                                                                                                          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.

                                                                                                                                                                                                          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).

                                                                                                                                                                                                          n 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.

                                                                                                                                                                                                          For more informaiton, see the following topics in the Amazon Route 53 Developer Guide:

                                                                                                                                                                                                          \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 based on one of the following:

                                                                                                                                                                                                          • By periodically sending a request to the endpoint that is specified in the health check

                                                                                                                                                                                                          • By aggregating the status of a specified group of health checks (calculated health checks)

                                                                                                                                                                                                          • By determining the current state of a CloudWatch alarm (CloudWatch metric health checks)

                                                                                                                                                                                                          For information about how Amazon Route 53 determines whether a health check is healthy, see CreateHealthCheck.

                                                                                                                                                                                                          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.

                                                                                                                                                                                                          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).

                                                                                                                                                                                                          n 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.

                                                                                                                                                                                                          For more informaiton, see the following topics in the Amazon Route 53 Developer Guide:

                                                                                                                                                                                                          • Amazon Route 53 Health Checks and DNS Failover

                                                                                                                                                                                                          • Configuring Failover in a Private Hosted Zone

                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.*/", "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 based on one of the following:

                                                                                                                                                                                                            • By periodically sending a request to the endpoint that is specified in the health check

                                                                                                                                                                                                            • By aggregating the status of a specified group of health checks (calculated health checks)

                                                                                                                                                                                                            • By determining the current state of a CloudWatch alarm (CloudWatch metric health checks)

                                                                                                                                                                                                            For information about how Amazon Route 53 determines whether a health check is healthy, see CreateHealthCheck.

                                                                                                                                                                                                            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.

                                                                                                                                                                                                            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).

                                                                                                                                                                                                            n 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.

                                                                                                                                                                                                            For more informaiton, see the following topics in the Amazon Route 53 Developer Guide:

                                                                                                                                                                                                            \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 based on one of the following:

                                                                                                                                                                                                            • By periodically sending a request to the endpoint that is specified in the health check

                                                                                                                                                                                                            • By aggregating the status of a specified group of health checks (calculated health checks)

                                                                                                                                                                                                            • By determining the current state of a CloudWatch alarm (CloudWatch metric health checks)

                                                                                                                                                                                                            For information about how Amazon Route 53 determines whether a health check is healthy, see CreateHealthCheck.

                                                                                                                                                                                                            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.

                                                                                                                                                                                                            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).

                                                                                                                                                                                                            n 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.

                                                                                                                                                                                                            For more informaiton, see the following topics in the Amazon Route 53 Developer Guide:

                                                                                                                                                                                                            • Amazon Route 53 Health Checks and DNS Failover

                                                                                                                                                                                                            • Configuring Failover in a Private Hosted Zone

                                                                                                                                                                                                            • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckId", "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 based on one of the following:

                                                                                                                                                                                                              • By periodically sending a request to the endpoint that is specified in the health check

                                                                                                                                                                                                              • By aggregating the status of a specified group of health checks (calculated health checks)

                                                                                                                                                                                                              • By determining the current state of a CloudWatch alarm (CloudWatch metric health checks)

                                                                                                                                                                                                              For information about how Amazon Route 53 determines whether a health check is healthy, see CreateHealthCheck.

                                                                                                                                                                                                              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.

                                                                                                                                                                                                              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).

                                                                                                                                                                                                              n 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.

                                                                                                                                                                                                              For more informaiton, see the following topics in the Amazon Route 53 Developer Guide:

                                                                                                                                                                                                              \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 based on one of the following:

                                                                                                                                                                                                              • By periodically sending a request to the endpoint that is specified in the health check

                                                                                                                                                                                                              • By aggregating the status of a specified group of health checks (calculated health checks)

                                                                                                                                                                                                              • By determining the current state of a CloudWatch alarm (CloudWatch metric health checks)

                                                                                                                                                                                                              For information about how Amazon Route 53 determines whether a health check is healthy, see CreateHealthCheck.

                                                                                                                                                                                                              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.

                                                                                                                                                                                                              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).

                                                                                                                                                                                                              n 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.

                                                                                                                                                                                                              For more informaiton, see the following topics in the Amazon Route 53 Developer Guide:

                                                                                                                                                                                                              • Amazon Route 53 Health Checks and DNS Failover

                                                                                                                                                                                                              • Configuring Failover in a Private Hosted Zone

                                                                                                                                                                                                              • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 based on one of the following:

                                                                                                                                                                                                                • By periodically sending a request to the endpoint that is specified in the health check

                                                                                                                                                                                                                • By aggregating the status of a specified group of health checks (calculated health checks)

                                                                                                                                                                                                                • By determining the current state of a CloudWatch alarm (CloudWatch metric health checks)

                                                                                                                                                                                                                For information about how Amazon Route 53 determines whether a health check is healthy, see CreateHealthCheck.

                                                                                                                                                                                                                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.

                                                                                                                                                                                                                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).

                                                                                                                                                                                                                n 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.

                                                                                                                                                                                                                For more informaiton, see the following topics in the Amazon Route 53 Developer Guide:

                                                                                                                                                                                                                \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 based on one of the following:

                                                                                                                                                                                                                • By periodically sending a request to the endpoint that is specified in the health check

                                                                                                                                                                                                                • By aggregating the status of a specified group of health checks (calculated health checks)

                                                                                                                                                                                                                • By determining the current state of a CloudWatch alarm (CloudWatch metric health checks)

                                                                                                                                                                                                                For information about how Amazon Route 53 determines whether a health check is healthy, see CreateHealthCheck.

                                                                                                                                                                                                                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.

                                                                                                                                                                                                                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).

                                                                                                                                                                                                                n 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.

                                                                                                                                                                                                                For more informaiton, see the following topics in the Amazon Route 53 Developer Guide:

                                                                                                                                                                                                                • Amazon Route 53 Health Checks and DNS Failover

                                                                                                                                                                                                                • Configuring Failover in a Private Hosted Zone

                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckId", "variableType" : "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 based on one of the following:

                                                                                                                                                                                                                  • By periodically sending a request to the endpoint that is specified in the health check

                                                                                                                                                                                                                  • By aggregating the status of a specified group of health checks (calculated health checks)

                                                                                                                                                                                                                  • By determining the current state of a CloudWatch alarm (CloudWatch metric health checks)

                                                                                                                                                                                                                  For information about how Amazon Route 53 determines whether a health check is healthy, see CreateHealthCheck.

                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                  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).

                                                                                                                                                                                                                  n 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.

                                                                                                                                                                                                                  For more informaiton, see the following topics in the Amazon Route 53 Developer Guide:

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "DNSName", "deprecated" : false, "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 the asterisk (*) wildcard to replace the leftmost label in a domain name. For example, *.example.com. Note the following:

                                                                                                                                                                                                                  • The * must replace the entire label. For example, you can't specify *prod.example.com or prod*.example.com.

                                                                                                                                                                                                                  • The * can't replace any of the middle labels, for example, marketing.*.example.com.

                                                                                                                                                                                                                  • If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard.

                                                                                                                                                                                                                    You can't use the * wildcard for resource records sets that have a type of NS.

                                                                                                                                                                                                                  You can use the * wildcard as the leftmost label in a domain name, for example, *.example.com. You cannot use an * for one of the middle labels, for example, marketing.*.example.com. In addition, the * must replace the entire label; for example, you can't specify prod*.example.com.

                                                                                                                                                                                                                  ", "enumType" : null, "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 the asterisk (*) wildcard to replace the leftmost label in a domain name. For example, *.example.com. Note the following:

                                                                                                                                                                                                                  • The * must replace the entire label. For example, you can't specify *prod.example.com or prod*.example.com.

                                                                                                                                                                                                                  • The * can't replace any of the middle labels, for example, marketing.*.example.com.

                                                                                                                                                                                                                  • If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard.

                                                                                                                                                                                                                    You can't use the * wildcard for resource records sets that have a type of NS.

                                                                                                                                                                                                                  You can use the * wildcard as the leftmost label in a domain name, for example, *.example.com. You cannot use an * for one of the middle labels, for example, marketing.*.example.com. In addition, the * must replace the entire label; for example, you can't specify prod*.example.com.

                                                                                                                                                                                                                  \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 the asterisk (*) wildcard to replace the leftmost label in a domain name. For example, *.example.com. Note the following:

                                                                                                                                                                                                                  • The * must replace the entire label. For example, you can't specify *prod.example.com or prod*.example.com.

                                                                                                                                                                                                                  • The * can't replace any of the middle labels, for example, marketing.*.example.com.

                                                                                                                                                                                                                  • If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard.

                                                                                                                                                                                                                    You can't use the * wildcard for resource records sets that have a type of NS.

                                                                                                                                                                                                                  You can use the * wildcard as the leftmost label in a domain name, for example, *.example.com. You cannot use an * for one of the middle labels, for example, marketing.*.example.com. In addition, the * must replace the entire label; for example, you can't specify prod*.example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 the asterisk (*) wildcard to replace the leftmost label in a domain name. For example, *.example.com. Note the following:

                                                                                                                                                                                                                  • The * must replace the entire label. For example, you can't specify *prod.example.com or prod*.example.com.

                                                                                                                                                                                                                  • The * can't replace any of the middle labels, for example, marketing.*.example.com.

                                                                                                                                                                                                                  • If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard.

                                                                                                                                                                                                                    You can't use the * wildcard for resource records sets that have a type of NS.

                                                                                                                                                                                                                  You can use the * wildcard as the leftmost label in a domain name, for example, *.example.com. You cannot use an * for one of the middle labels, for example, marketing.*.example.com. In addition, the * must replace the entire label; for example, you can't specify prod*.example.com.

                                                                                                                                                                                                                  \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 the asterisk (*) wildcard to replace the leftmost label in a domain name. For example, *.example.com. Note the following:

                                                                                                                                                                                                                  • The * must replace the entire label. For example, you can't specify *prod.example.com or prod*.example.com.

                                                                                                                                                                                                                  • The * can't replace any of the middle labels, for example, marketing.*.example.com.

                                                                                                                                                                                                                  • If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard.

                                                                                                                                                                                                                    You can't use the * wildcard for resource records sets that have a type of NS.

                                                                                                                                                                                                                  You can use the * wildcard as the leftmost label in a domain name, for example, *.example.com. You cannot use an * for one of the middle labels, for example, marketing.*.example.com. In addition, the * must replace the entire label; for example, you can't specify prod*.example.com.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

                                                                                                                                                                                                                  The name of the domain 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 the asterisk (*) wildcard to replace the leftmost label in a domain name. For example, *.example.com. Note the following:

                                                                                                                                                                                                                  • The * must replace the entire label. For example, you can't specify *prod.example.com or prod*.example.com.

                                                                                                                                                                                                                  • The * can't replace any of the middle labels, for example, marketing.*.example.com.

                                                                                                                                                                                                                  • If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard.

                                                                                                                                                                                                                    You can't use the * wildcard for resource records sets that have a type of NS.

                                                                                                                                                                                                                  You can use the * wildcard as the leftmost label in a domain name, for example, *.example.com. You cannot use an * for one of the middle labels, for example, marketing.*.example.com. In addition, the * must replace the entire label; for example, you can't specify prod*.example.com.

                                                                                                                                                                                                                  \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 the asterisk (*) wildcard to replace the leftmost label in a domain name. For example, *.example.com. Note the following:

                                                                                                                                                                                                                  • The * must replace the entire label. For example, you can't specify *prod.example.com or prod*.example.com.

                                                                                                                                                                                                                  • The * can't replace any of the middle labels, for example, marketing.*.example.com.

                                                                                                                                                                                                                  • If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard.

                                                                                                                                                                                                                    You can't use the * wildcard for resource records sets that have a type of NS.

                                                                                                                                                                                                                  You can use the * wildcard as the leftmost label in a domain name, for example, *.example.com. You cannot use an * for one of the middle labels, for example, marketing.*.example.com. In addition, the * must replace the entire label; for example, you can't specify prod*.example.com.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 the asterisk (*) wildcard to replace the leftmost label in a domain name. For example, *.example.com. Note the following:

                                                                                                                                                                                                                  • The * must replace the entire label. For example, you can't specify *prod.example.com or prod*.example.com.

                                                                                                                                                                                                                  • The * can't replace any of the middle labels, for example, marketing.*.example.com.

                                                                                                                                                                                                                  • If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard.

                                                                                                                                                                                                                    You can't use the * wildcard for resource records sets that have a type of NS.

                                                                                                                                                                                                                  You can use the * wildcard as the leftmost label in a domain name, for example, *.example.com. You cannot use an * for one of the middle labels, for example, marketing.*.example.com. In addition, the * must replace the entire label; for example, you can't specify prod*.example.com.

                                                                                                                                                                                                                  \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 the asterisk (*) wildcard to replace the leftmost label in a domain name. For example, *.example.com. Note the following:

                                                                                                                                                                                                                  • The * must replace the entire label. For example, you can't specify *prod.example.com or prod*.example.com.

                                                                                                                                                                                                                  • The * can't replace any of the middle labels, for example, marketing.*.example.com.

                                                                                                                                                                                                                  • If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard.

                                                                                                                                                                                                                    You can't use the * wildcard for resource records sets that have a type of NS.

                                                                                                                                                                                                                  You can use the * wildcard as the leftmost label in a domain name, for example, *.example.com. You cannot use an * for one of the middle labels, for example, marketing.*.example.com. In addition, the * must replace the entire label; for example, you can't specify prod*.example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                  The name of the domain 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 the asterisk (*) wildcard to replace the leftmost label in a domain name. For example, *.example.com. Note the following:

                                                                                                                                                                                                                  • The * must replace the entire label. For example, you can't specify *prod.example.com or prod*.example.com.

                                                                                                                                                                                                                  • The * can't replace any of the middle labels, for example, marketing.*.example.com.

                                                                                                                                                                                                                  • If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard.

                                                                                                                                                                                                                    You can't use the * wildcard for resource records sets that have a type of NS.

                                                                                                                                                                                                                  You can use the * wildcard as the leftmost label in a domain name, for example, *.example.com. You cannot use an * for one of the middle labels, for example, marketing.*.example.com. In addition, the * must replace the entire label; for example, you can't specify prod*.example.com.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Region" : { "c2jName" : "Region", "c2jShape" : "ResourceRecordSetRegion", "deprecated" : false, "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.

                                                                                                                                                                                                                  Creating latency and latency alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                  ", "enumType" : "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.

                                                                                                                                                                                                                  Creating latency and latency alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                  Creating latency and latency alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                                                                  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*/", "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.

                                                                                                                                                                                                                    Creating latency and latency alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                                                                    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.

                                                                                                                                                                                                                    Creating latency and latency alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                                                                    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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Region", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Region", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Region", "setterDocumentation" : "/**

                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                      Creating latency and latency alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                      Creating latency and latency alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                                                                      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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "region", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.

                                                                                                                                                                                                                        Creating latency and latency alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                                                                        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.

                                                                                                                                                                                                                        Creating latency and latency alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                                                                        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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "region", "variableType" : "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.

                                                                                                                                                                                                                          Creating latency and latency alias resource record sets in private hosted zones is not supported.

                                                                                                                                                                                                                          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" }, "xmlNameSpaceUri" : null }, "ResourceRecords" : { "c2jName" : "ResourceRecords", "c2jShape" : "ResourceRecords", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Information about the resource records to act upon.

                                                                                                                                                                                                                          If you are creating an alias resource record set, omit ResourceRecords.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                          Information about the resource records to act upon.

                                                                                                                                                                                                                          If you are creating an alias resource record set, omit ResourceRecords.

                                                                                                                                                                                                                          \n@param resourceRecords Information about the resource records to act upon.

                                                                                                                                                                                                                          If you are creating an alias resource record set, omit ResourceRecords.

                                                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                          Information about the resource records to act upon.

                                                                                                                                                                                                                          If you are creating an alias resource record set, omit ResourceRecords.

                                                                                                                                                                                                                          \n@return Information about the resource records to act upon.

                                                                                                                                                                                                                          If you are creating an alias resource record set, omit ResourceRecords.

                                                                                                                                                                                                                          */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceRecords", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceRecord", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ResourceRecord", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceRecord", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceRecord", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ResourceRecord", "variableName" : "member", "variableType" : "ResourceRecord", "documentation" : "", "simpleType" : "ResourceRecord", "variableSetterType" : "ResourceRecord" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ResourceRecord", "variableName" : "member", "variableType" : "ResourceRecord", "documentation" : "", "simpleType" : "ResourceRecord", "variableSetterType" : "ResourceRecord" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ResourceRecord", "memberType" : "ResourceRecord", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ResourceRecord", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ResourceRecords", "setterDocumentation" : "/**

                                                                                                                                                                                                                          Information about the resource records to act upon.

                                                                                                                                                                                                                          If you are creating an alias resource record set, omit ResourceRecords.

                                                                                                                                                                                                                          \n@param resourceRecords Information about the resource records to act upon.

                                                                                                                                                                                                                          If you are creating an alias resource record set, omit ResourceRecords.

                                                                                                                                                                                                                          */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceRecords", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                          Information about the resource records to act upon.

                                                                                                                                                                                                                          If you are creating an alias resource record set, omit ResourceRecords.

                                                                                                                                                                                                                          \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 Information about the resource records to act upon.

                                                                                                                                                                                                                          If you are creating an alias resource record set, omit ResourceRecords.

                                                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "resourceRecords", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          Information about the resource records to act upon.

                                                                                                                                                                                                                          If you are creating an alias resource record set, omit ResourceRecords.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "SetIdentifier" : { "c2jName" : "SetIdentifier", "c2jShape" : "ResourceRecordSetIdentifier", "deprecated" : false, "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. Omit SetIdentifier for any other types of record sets.

                                                                                                                                                                                                                          ", "enumType" : null, "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. Omit SetIdentifier for any other types of record sets.

                                                                                                                                                                                                                          \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 must be unique for each resource record set that has the same combination of DNS name and type. Omit SetIdentifier for any other types of record sets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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. Omit SetIdentifier for any other types of record sets.

                                                                                                                                                                                                                          \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 must be unique for each resource record set that has the same combination of DNS name and type. Omit SetIdentifier for any other types of record sets.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SetIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SetIdentifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SetIdentifier", "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. Omit SetIdentifier for any other types of record sets.

                                                                                                                                                                                                                          \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 must be unique for each resource record set that has the same combination of DNS name and type. Omit SetIdentifier for any other types of record sets.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "setIdentifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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. Omit SetIdentifier for any other types of record sets.

                                                                                                                                                                                                                          \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 must be unique for each resource record set that has the same combination of DNS name and type. Omit SetIdentifier for any other types of record sets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "setIdentifier", "variableType" : "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. Omit SetIdentifier for any other types of record sets.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TTL" : { "c2jName" : "TTL", "c2jShape" : "TTL", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The resource record cache time to live (TTL), in seconds. Note the following:

                                                                                                                                                                                                                          • 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.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                          The resource record cache time to live (TTL), in seconds. Note the following:

                                                                                                                                                                                                                          • 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 resource record cache time to live (TTL), in seconds. Note the following:

                                                                                                                                                                                                                          • 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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                            The resource record cache time to live (TTL), in seconds. Note the following:

                                                                                                                                                                                                                            • 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 resource record cache time to live (TTL), in seconds. Note the following:

                                                                                                                                                                                                                            • 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.

                                                                                                                                                                                                                            • */", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TTL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TTL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TTL", "setterDocumentation" : "/**

                                                                                                                                                                                                                              The resource record cache time to live (TTL), in seconds. Note the following:

                                                                                                                                                                                                                              • 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 resource record cache time to live (TTL), in seconds. Note the following:

                                                                                                                                                                                                                              • 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.

                                                                                                                                                                                                                              • */", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "tTL", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                The resource record cache time to live (TTL), in seconds. Note the following:

                                                                                                                                                                                                                                • 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 resource record cache time to live (TTL), in seconds. Note the following:

                                                                                                                                                                                                                                • 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.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "tTL", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                  The resource record cache time to live (TTL), in seconds. Note the following:

                                                                                                                                                                                                                                  • 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" }, "xmlNameSpaceUri" : null }, "TrafficPolicyInstanceId" : { "c2jName" : "TrafficPolicyInstanceId", "c2jShape" : "TrafficPolicyInstanceId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param trafficPolicyInstanceId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstanceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstanceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstanceId", "setterDocumentation" : "/**\n@param trafficPolicyInstanceId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param trafficPolicyInstanceId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyInstanceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Type" : { "c2jName" : "Type", "c2jShape" : "RRType", "deprecated" : false, "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 | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                                                                                                                                  Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | 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

                                                                                                                                                                                                                                  • Elastic Beanstalk environment that has a regionalized subdomain: 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.

                                                                                                                                                                                                                                  ", "enumType" : "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 | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                                                                                                                                  Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | 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

                                                                                                                                                                                                                                  • Elastic Beanstalk environment that has a regionalized subdomain: 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 | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                                                                                                                                  Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | 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

                                                                                                                                                                                                                                  • Elastic Beanstalk environment that has a regionalized subdomain: 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*/", "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 | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                                                                                                                                    Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | 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

                                                                                                                                                                                                                                    • Elastic Beanstalk environment that has a regionalized subdomain: 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 | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                                                                                                                                    Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | 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

                                                                                                                                                                                                                                    • Elastic Beanstalk environment that has a regionalized subdomain: 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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "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 | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                                                                                                                                      Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | 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

                                                                                                                                                                                                                                      • Elastic Beanstalk environment that has a regionalized subdomain: 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 | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                                                                                                                                      Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | 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

                                                                                                                                                                                                                                      • Elastic Beanstalk environment that has a regionalized subdomain: 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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                                                                                                                                        Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | 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

                                                                                                                                                                                                                                        • Elastic Beanstalk environment that has a regionalized subdomain: 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 | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                                                                                                                                        Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | 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

                                                                                                                                                                                                                                        • Elastic Beanstalk environment that has a regionalized subdomain: 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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "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 | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                                                                                                                                                          Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | 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

                                                                                                                                                                                                                                          • Elastic Beanstalk environment that has a regionalized subdomain: 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" }, "xmlNameSpaceUri" : null }, "Weight" : { "c2jName" : "Weight", "c2jShape" : "ResourceRecordSetWeight", "deprecated" : false, "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.

                                                                                                                                                                                                                                          ", "enumType" : null, "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.*/", "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.

                                                                                                                                                                                                                                            • */", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Weight", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Weight", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Weight", "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.

                                                                                                                                                                                                                                              • */", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "weight", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "weight", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "Name", "Type" ], "shapeName" : "ResourceRecordSet", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ResourceRecordSet", "variableName" : "resourceRecordSet", "variableType" : "ResourceRecordSet", "documentation" : null, "simpleType" : "ResourceRecordSet", "variableSetterType" : "ResourceRecordSet" }, "wrapper" : false }, "ResourceRecordSetFailover" : { "c2jName" : "ResourceRecordSetFailover", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "PRIMARY", "value" : "PRIMARY" }, { "name" : "SECONDARY", "value" : "SECONDARY" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "ResourceRecordSetFailover", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ResourceRecordSetFailover", "variableName" : "resourceRecordSetFailover", "variableType" : "ResourceRecordSetFailover", "documentation" : null, "simpleType" : "ResourceRecordSetFailover", "variableSetterType" : "ResourceRecordSetFailover" }, "wrapper" : false }, "ResourceRecordSetRegion" : { "c2jName" : "ResourceRecordSetRegion", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "UsEast1", "value" : "us-east-1" }, { "name" : "UsWest1", "value" : "us-west-1" }, { "name" : "UsWest2", "value" : "us-west-2" }, { "name" : "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" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "ResourceRecordSetRegion", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ResourceRecordSetRegion", "variableName" : "resourceRecordSetRegion", "variableType" : "ResourceRecordSetRegion", "documentation" : null, "simpleType" : "ResourceRecordSetRegion", "variableSetterType" : "ResourceRecordSetRegion" }, "wrapper" : false }, "ResourceTagSet" : { "c2jName" : "ResourceTagSet", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  A complex type containing a resource and its associated tags.

                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ResourceType", "c2jShape" : "TagResourceType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The type of the resource.

                                                                                                                                                                                                                                                  • The resource type for health checks is healthcheck.

                                                                                                                                                                                                                                                  • The resource type for hosted zones is hostedzone.

                                                                                                                                                                                                                                                  ", "enumType" : "TagResourceType", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The type of the resource.

                                                                                                                                                                                                                                                  • The resource type for health checks is healthcheck.

                                                                                                                                                                                                                                                  • The resource type for hosted zones is hostedzone.

                                                                                                                                                                                                                                                  \n@param resourceType The type of the resource.

                                                                                                                                                                                                                                                  • The resource type for health checks is healthcheck.

                                                                                                                                                                                                                                                  • The resource type for hosted zones is hostedzone.

                                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                    The type of the resource.

                                                                                                                                                                                                                                                    • The resource type for health checks is healthcheck.

                                                                                                                                                                                                                                                    • The resource type for hosted zones is hostedzone.

                                                                                                                                                                                                                                                    \n@return The type of the resource.

                                                                                                                                                                                                                                                    • The resource type for health checks is healthcheck.

                                                                                                                                                                                                                                                    • The resource type for hosted zones is hostedzone.

                                                                                                                                                                                                                                                    • \n@see TagResourceType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceType", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                      The type of the resource.

                                                                                                                                                                                                                                                      • The resource type for health checks is healthcheck.

                                                                                                                                                                                                                                                      • The resource type for hosted zones is hostedzone.

                                                                                                                                                                                                                                                      \n@param resourceType The type of the resource.

                                                                                                                                                                                                                                                      • The resource type for health checks is healthcheck.

                                                                                                                                                                                                                                                      • The resource type for hosted zones is hostedzone.

                                                                                                                                                                                                                                                      • \n@see TagResourceType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                        The type of the resource.

                                                                                                                                                                                                                                                        • The resource type for health checks is healthcheck.

                                                                                                                                                                                                                                                        • The resource type for hosted zones is hostedzone.

                                                                                                                                                                                                                                                        \n@param resourceType The type of the resource.

                                                                                                                                                                                                                                                        • The resource type for health checks is healthcheck.

                                                                                                                                                                                                                                                        • The resource type for hosted zones is hostedzone.

                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                          The type of the resource.

                                                                                                                                                                                                                                                          • The resource type for health checks is healthcheck.

                                                                                                                                                                                                                                                          • The resource type for hosted zones is hostedzone.

                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourceId", "c2jShape" : "TagResourceId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                          The ID for the specified resource.

                                                                                                                                                                                                                                                          ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                          The ID for the specified resource.

                                                                                                                                                                                                                                                          \n@return The ID for the specified resource.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                          The ID for the specified resource.

                                                                                                                                                                                                                                                          \n@param resourceId The ID for the specified resource.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                          The ID for the specified resource.

                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Tags", "c2jShape" : "TagList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                          The tags associated with the specified resource.

                                                                                                                                                                                                                                                          ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                          The tags associated with the specified resource.

                                                                                                                                                                                                                                                          \n@return The tags associated with the specified resource.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tag", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tag", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Tag", "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                          The tags associated with the specified resource.

                                                                                                                                                                                                                                                          \n@param tags The tags associated with the specified resource.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                          The tags associated with the specified resource.

                                                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceId" : { "c2jName" : "ResourceId", "c2jShape" : "TagResourceId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                          The ID for the specified resource.

                                                                                                                                                                                                                                                          ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                          The ID for the specified resource.

                                                                                                                                                                                                                                                          \n@return The ID for the specified resource.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                          The ID for the specified resource.

                                                                                                                                                                                                                                                          \n@param resourceId The ID for the specified resource.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                          The ID for the specified resource.

                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceType" : { "c2jName" : "ResourceType", "c2jShape" : "TagResourceType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                          The type of the resource.

                                                                                                                                                                                                                                                          • The resource type for health checks is healthcheck.

                                                                                                                                                                                                                                                          • The resource type for hosted zones is hostedzone.

                                                                                                                                                                                                                                                          ", "enumType" : "TagResourceType", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                          The type of the resource.

                                                                                                                                                                                                                                                          • The resource type for health checks is healthcheck.

                                                                                                                                                                                                                                                          • The resource type for hosted zones is hostedzone.

                                                                                                                                                                                                                                                          \n@param resourceType The type of the resource.

                                                                                                                                                                                                                                                          • The resource type for health checks is healthcheck.

                                                                                                                                                                                                                                                          • The resource type for hosted zones is hostedzone.

                                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                            The type of the resource.

                                                                                                                                                                                                                                                            • The resource type for health checks is healthcheck.

                                                                                                                                                                                                                                                            • The resource type for hosted zones is hostedzone.

                                                                                                                                                                                                                                                            \n@return The type of the resource.

                                                                                                                                                                                                                                                            • The resource type for health checks is healthcheck.

                                                                                                                                                                                                                                                            • The resource type for hosted zones is hostedzone.

                                                                                                                                                                                                                                                            • \n@see TagResourceType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceType", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                              The type of the resource.

                                                                                                                                                                                                                                                              • The resource type for health checks is healthcheck.

                                                                                                                                                                                                                                                              • The resource type for hosted zones is hostedzone.

                                                                                                                                                                                                                                                              \n@param resourceType The type of the resource.

                                                                                                                                                                                                                                                              • The resource type for health checks is healthcheck.

                                                                                                                                                                                                                                                              • The resource type for hosted zones is hostedzone.

                                                                                                                                                                                                                                                              • \n@see TagResourceType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                The type of the resource.

                                                                                                                                                                                                                                                                • The resource type for health checks is healthcheck.

                                                                                                                                                                                                                                                                • The resource type for hosted zones is hostedzone.

                                                                                                                                                                                                                                                                \n@param resourceType The type of the resource.

                                                                                                                                                                                                                                                                • The resource type for health checks is healthcheck.

                                                                                                                                                                                                                                                                • The resource type for hosted zones is hostedzone.

                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  The type of the resource.

                                                                                                                                                                                                                                                                  • The resource type for health checks is healthcheck.

                                                                                                                                                                                                                                                                  • The resource type for hosted zones is hostedzone.

                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Tags" : { "c2jName" : "Tags", "c2jShape" : "TagList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  The tags associated with the specified resource.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The tags associated with the specified resource.

                                                                                                                                                                                                                                                                  \n@return The tags associated with the specified resource.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tag", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tag", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Tag", "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The tags associated with the specified resource.

                                                                                                                                                                                                                                                                  \n@param tags The tags associated with the specified resource.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                  The tags associated with the specified resource.

                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ResourceTagSet", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ResourceTagSet", "variableName" : "resourceTagSet", "variableType" : "ResourceTagSet", "documentation" : null, "simpleType" : "ResourceTagSet", "variableSetterType" : "ResourceTagSet" }, "wrapper" : false }, "Statistic" : { "c2jName" : "Statistic", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Average", "value" : "Average" }, { "name" : "Sum", "value" : "Sum" }, { "name" : "SampleCount", "value" : "SampleCount" }, { "name" : "Maximum", "value" : "Maximum" }, { "name" : "Minimum", "value" : "Minimum" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "Statistic", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Statistic", "variableName" : "statistic", "variableType" : "Statistic", "documentation" : null, "simpleType" : "Statistic", "variableSetterType" : "Statistic" }, "wrapper" : false }, "StatusReport" : { "c2jName" : "StatusReport", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  A complex type that contains the status that one Amazon Route 53 health checker reports and the time of the health check.

                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Status", "c2jShape" : "Status", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.

                                                                                                                                                                                                                                                                  \n@param status A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.

                                                                                                                                                                                                                                                                  \n@return A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Status", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.

                                                                                                                                                                                                                                                                  \n@param status A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.

                                                                                                                                                                                                                                                                  \n@param status A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.

                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CheckedTime", "c2jShape" : "TimeStamp", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  The time at which the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2014-10-27T17:48:16.751Z represents October 27, 2014 at 17:48:16.751 UTC.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The time at which the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2014-10-27T17:48:16.751Z represents October 27, 2014 at 17:48:16.751 UTC.

                                                                                                                                                                                                                                                                  \n@param checkedTime The time at which the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2014-10-27T17:48:16.751Z represents October 27, 2014 at 17:48:16.751 UTC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The time at which the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2014-10-27T17:48:16.751Z represents October 27, 2014 at 17:48:16.751 UTC.

                                                                                                                                                                                                                                                                  \n@return The time at which the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2014-10-27T17:48:16.751Z represents October 27, 2014 at 17:48:16.751 UTC.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CheckedTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CheckedTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CheckedTime", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The time at which the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2014-10-27T17:48:16.751Z represents October 27, 2014 at 17:48:16.751 UTC.

                                                                                                                                                                                                                                                                  \n@param checkedTime The time at which the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2014-10-27T17:48:16.751Z represents October 27, 2014 at 17:48:16.751 UTC.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "checkedTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The time at which the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2014-10-27T17:48:16.751Z represents October 27, 2014 at 17:48:16.751 UTC.

                                                                                                                                                                                                                                                                  \n@param checkedTime The time at which the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2014-10-27T17:48:16.751Z represents October 27, 2014 at 17:48:16.751 UTC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "checkedTime", "variableType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                  The time at which the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2014-10-27T17:48:16.751Z represents October 27, 2014 at 17:48:16.751 UTC.

                                                                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CheckedTime" : { "c2jName" : "CheckedTime", "c2jShape" : "TimeStamp", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  The time at which the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2014-10-27T17:48:16.751Z represents October 27, 2014 at 17:48:16.751 UTC.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The time at which the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2014-10-27T17:48:16.751Z represents October 27, 2014 at 17:48:16.751 UTC.

                                                                                                                                                                                                                                                                  \n@param checkedTime The time at which the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2014-10-27T17:48:16.751Z represents October 27, 2014 at 17:48:16.751 UTC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The time at which the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2014-10-27T17:48:16.751Z represents October 27, 2014 at 17:48:16.751 UTC.

                                                                                                                                                                                                                                                                  \n@return The time at which the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2014-10-27T17:48:16.751Z represents October 27, 2014 at 17:48:16.751 UTC.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CheckedTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CheckedTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CheckedTime", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The time at which the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2014-10-27T17:48:16.751Z represents October 27, 2014 at 17:48:16.751 UTC.

                                                                                                                                                                                                                                                                  \n@param checkedTime The time at which the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2014-10-27T17:48:16.751Z represents October 27, 2014 at 17:48:16.751 UTC.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "checkedTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The time at which the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2014-10-27T17:48:16.751Z represents October 27, 2014 at 17:48:16.751 UTC.

                                                                                                                                                                                                                                                                  \n@param checkedTime The time at which the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2014-10-27T17:48:16.751Z represents October 27, 2014 at 17:48:16.751 UTC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "checkedTime", "variableType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                  The time at which the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2014-10-27T17:48:16.751Z represents October 27, 2014 at 17:48:16.751 UTC.

                                                                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "Status" : { "c2jName" : "Status", "c2jShape" : "Status", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.

                                                                                                                                                                                                                                                                  \n@param status A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.

                                                                                                                                                                                                                                                                  \n@return A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Status", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.

                                                                                                                                                                                                                                                                  \n@param status A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.

                                                                                                                                                                                                                                                                  \n@param status A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.

                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "StatusReport", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StatusReport", "variableName" : "statusReport", "variableType" : "StatusReport", "documentation" : null, "simpleType" : "StatusReport", "variableSetterType" : "StatusReport" }, "wrapper" : false }, "Tag" : { "c2jName" : "Tag", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  A complex type that contains information about a tag that you want to add or edit for the specified health check or hosted zone.

                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Key", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  The value of Key depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                  • Add a tag to a health check or hosted zone: Key is the name that you want to give the new tag.

                                                                                                                                                                                                                                                                  • Edit a tag: Key is the name of the tag whose Value element you want to remove.

                                                                                                                                                                                                                                                                  • Delete a key: Key is the name of the tag you want to remove.

                                                                                                                                                                                                                                                                  • Give a name to a health check: Edit the default Name tag. In the Amazon Route 53 console, the list of your health checks includes a Name column that lets you see the name that you've given to each health check.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The value of Key depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                  • Add a tag to a health check or hosted zone: Key is the name that you want to give the new tag.

                                                                                                                                                                                                                                                                  • Edit a tag: Key is the name of the tag whose Value element you want to remove.

                                                                                                                                                                                                                                                                  • Delete a key: Key is the name of the tag you want to remove.

                                                                                                                                                                                                                                                                  • Give a name to a health check: Edit the default Name tag. In the Amazon Route 53 console, the list of your health checks includes a Name column that lets you see the name that you've given to each health check.

                                                                                                                                                                                                                                                                  \n@param key The value of Key depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                  • Add a tag to a health check or hosted zone: Key is the name that you want to give the new tag.

                                                                                                                                                                                                                                                                  • Edit a tag: Key is the name of the tag whose Value element you want to remove.

                                                                                                                                                                                                                                                                  • Delete a key: Key is the name of the tag you want to remove.

                                                                                                                                                                                                                                                                  • Give a name to a health check: Edit the default Name tag. In the Amazon Route 53 console, the list of your health checks includes a Name column that lets you see the name that you've given to each health check.

                                                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                    The value of Key depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                    • Add a tag to a health check or hosted zone: Key is the name that you want to give the new tag.

                                                                                                                                                                                                                                                                    • Edit a tag: Key is the name of the tag whose Value element you want to remove.

                                                                                                                                                                                                                                                                    • Delete a key: Key is the name of the tag you want to remove.

                                                                                                                                                                                                                                                                    • Give a name to a health check: Edit the default Name tag. In the Amazon Route 53 console, the list of your health checks includes a Name column that lets you see the name that you've given to each health check.

                                                                                                                                                                                                                                                                    \n@return The value of Key depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                    • Add a tag to a health check or hosted zone: Key is the name that you want to give the new tag.

                                                                                                                                                                                                                                                                    • Edit a tag: Key is the name of the tag whose Value element you want to remove.

                                                                                                                                                                                                                                                                    • Delete a key: Key is the name of the tag you want to remove.

                                                                                                                                                                                                                                                                    • Give a name to a health check: Edit the default Name tag. In the Amazon Route 53 console, the list of your health checks includes a Name column that lets you see the name that you've given to each health check.

                                                                                                                                                                                                                                                                    • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                      The value of Key depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                      • Add a tag to a health check or hosted zone: Key is the name that you want to give the new tag.

                                                                                                                                                                                                                                                                      • Edit a tag: Key is the name of the tag whose Value element you want to remove.

                                                                                                                                                                                                                                                                      • Delete a key: Key is the name of the tag you want to remove.

                                                                                                                                                                                                                                                                      • Give a name to a health check: Edit the default Name tag. In the Amazon Route 53 console, the list of your health checks includes a Name column that lets you see the name that you've given to each health check.

                                                                                                                                                                                                                                                                      \n@param key The value of Key depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                      • Add a tag to a health check or hosted zone: Key is the name that you want to give the new tag.

                                                                                                                                                                                                                                                                      • Edit a tag: Key is the name of the tag whose Value element you want to remove.

                                                                                                                                                                                                                                                                      • Delete a key: Key is the name of the tag you want to remove.

                                                                                                                                                                                                                                                                      • Give a name to a health check: Edit the default Name tag. In the Amazon Route 53 console, the list of your health checks includes a Name column that lets you see the name that you've given to each health check.

                                                                                                                                                                                                                                                                      • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                        The value of Key depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                        • Add a tag to a health check or hosted zone: Key is the name that you want to give the new tag.

                                                                                                                                                                                                                                                                        • Edit a tag: Key is the name of the tag whose Value element you want to remove.

                                                                                                                                                                                                                                                                        • Delete a key: Key is the name of the tag you want to remove.

                                                                                                                                                                                                                                                                        • Give a name to a health check: Edit the default Name tag. In the Amazon Route 53 console, the list of your health checks includes a Name column that lets you see the name that you've given to each health check.

                                                                                                                                                                                                                                                                        \n@param key The value of Key depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                        • Add a tag to a health check or hosted zone: Key is the name that you want to give the new tag.

                                                                                                                                                                                                                                                                        • Edit a tag: Key is the name of the tag whose Value element you want to remove.

                                                                                                                                                                                                                                                                        • Delete a key: Key is the name of the tag you want to remove.

                                                                                                                                                                                                                                                                        • Give a name to a health check: Edit the default Name tag. In the Amazon Route 53 console, the list of your health checks includes a Name column that lets you see the name that you've given to each health check.

                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                          The value of Key depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                          • Add a tag to a health check or hosted zone: Key is the name that you want to give the new tag.

                                                                                                                                                                                                                                                                          • Edit a tag: Key is the name of the tag whose Value element you want to remove.

                                                                                                                                                                                                                                                                          • Delete a key: Key is the name of the tag you want to remove.

                                                                                                                                                                                                                                                                          • Give a name to a health check: Edit the default Name tag. In the Amazon Route 53 console, the list of your health checks includes a Name column that lets you see the name that you've given to each health check.

                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Value", "c2jShape" : "TagValue", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                          The value of Value depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                          • Add a tag to a health check or hosted zone: Value is the value that you want to give the new tag.

                                                                                                                                                                                                                                                                          • Edit a tag: Value is the new value that you want to assign the tag.

                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                          The value of Value depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                          • Add a tag to a health check or hosted zone: Value is the value that you want to give the new tag.

                                                                                                                                                                                                                                                                          • Edit a tag: Value is the new value that you want to assign the tag.

                                                                                                                                                                                                                                                                          \n@param value The value of Value depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                          • Add a tag to a health check or hosted zone: Value is the value that you want to give the new tag.

                                                                                                                                                                                                                                                                          • Edit a tag: Value is the new value that you want to assign the tag.

                                                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                            The value of Value depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                            • Add a tag to a health check or hosted zone: Value is the value that you want to give the new tag.

                                                                                                                                                                                                                                                                            • Edit a tag: Value is the new value that you want to assign the tag.

                                                                                                                                                                                                                                                                            \n@return The value of Value depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                            • Add a tag to a health check or hosted zone: Value is the value that you want to give the new tag.

                                                                                                                                                                                                                                                                            • Edit a tag: Value is the new value that you want to assign the tag.

                                                                                                                                                                                                                                                                            • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                              The value of Value depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                              • Add a tag to a health check or hosted zone: Value is the value that you want to give the new tag.

                                                                                                                                                                                                                                                                              • Edit a tag: Value is the new value that you want to assign the tag.

                                                                                                                                                                                                                                                                              \n@param value The value of Value depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                              • Add a tag to a health check or hosted zone: Value is the value that you want to give the new tag.

                                                                                                                                                                                                                                                                              • Edit a tag: Value is the new value that you want to assign the tag.

                                                                                                                                                                                                                                                                              • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                The value of Value depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                                • Add a tag to a health check or hosted zone: Value is the value that you want to give the new tag.

                                                                                                                                                                                                                                                                                • Edit a tag: Value is the new value that you want to assign the tag.

                                                                                                                                                                                                                                                                                \n@param value The value of Value depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                                • Add a tag to a health check or hosted zone: Value is the value that you want to give the new tag.

                                                                                                                                                                                                                                                                                • Edit a tag: Value is the new value that you want to assign the tag.

                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The value of Value depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                                  • Add a tag to a health check or hosted zone: Value is the value that you want to give the new tag.

                                                                                                                                                                                                                                                                                  • Edit a tag: Value is the new value that you want to assign the tag.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "c2jName" : "Key", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The value of Key depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                                  • Add a tag to a health check or hosted zone: Key is the name that you want to give the new tag.

                                                                                                                                                                                                                                                                                  • Edit a tag: Key is the name of the tag whose Value element you want to remove.

                                                                                                                                                                                                                                                                                  • Delete a key: Key is the name of the tag you want to remove.

                                                                                                                                                                                                                                                                                  • Give a name to a health check: Edit the default Name tag. In the Amazon Route 53 console, the list of your health checks includes a Name column that lets you see the name that you've given to each health check.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The value of Key depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                                  • Add a tag to a health check or hosted zone: Key is the name that you want to give the new tag.

                                                                                                                                                                                                                                                                                  • Edit a tag: Key is the name of the tag whose Value element you want to remove.

                                                                                                                                                                                                                                                                                  • Delete a key: Key is the name of the tag you want to remove.

                                                                                                                                                                                                                                                                                  • Give a name to a health check: Edit the default Name tag. In the Amazon Route 53 console, the list of your health checks includes a Name column that lets you see the name that you've given to each health check.

                                                                                                                                                                                                                                                                                  \n@param key The value of Key depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                                  • Add a tag to a health check or hosted zone: Key is the name that you want to give the new tag.

                                                                                                                                                                                                                                                                                  • Edit a tag: Key is the name of the tag whose Value element you want to remove.

                                                                                                                                                                                                                                                                                  • Delete a key: Key is the name of the tag you want to remove.

                                                                                                                                                                                                                                                                                  • Give a name to a health check: Edit the default Name tag. In the Amazon Route 53 console, the list of your health checks includes a Name column that lets you see the name that you've given to each health check.

                                                                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                    The value of Key depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                                    • Add a tag to a health check or hosted zone: Key is the name that you want to give the new tag.

                                                                                                                                                                                                                                                                                    • Edit a tag: Key is the name of the tag whose Value element you want to remove.

                                                                                                                                                                                                                                                                                    • Delete a key: Key is the name of the tag you want to remove.

                                                                                                                                                                                                                                                                                    • Give a name to a health check: Edit the default Name tag. In the Amazon Route 53 console, the list of your health checks includes a Name column that lets you see the name that you've given to each health check.

                                                                                                                                                                                                                                                                                    \n@return The value of Key depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                                    • Add a tag to a health check or hosted zone: Key is the name that you want to give the new tag.

                                                                                                                                                                                                                                                                                    • Edit a tag: Key is the name of the tag whose Value element you want to remove.

                                                                                                                                                                                                                                                                                    • Delete a key: Key is the name of the tag you want to remove.

                                                                                                                                                                                                                                                                                    • Give a name to a health check: Edit the default Name tag. In the Amazon Route 53 console, the list of your health checks includes a Name column that lets you see the name that you've given to each health check.

                                                                                                                                                                                                                                                                                    • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                      The value of Key depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                                      • Add a tag to a health check or hosted zone: Key is the name that you want to give the new tag.

                                                                                                                                                                                                                                                                                      • Edit a tag: Key is the name of the tag whose Value element you want to remove.

                                                                                                                                                                                                                                                                                      • Delete a key: Key is the name of the tag you want to remove.

                                                                                                                                                                                                                                                                                      • Give a name to a health check: Edit the default Name tag. In the Amazon Route 53 console, the list of your health checks includes a Name column that lets you see the name that you've given to each health check.

                                                                                                                                                                                                                                                                                      \n@param key The value of Key depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                                      • Add a tag to a health check or hosted zone: Key is the name that you want to give the new tag.

                                                                                                                                                                                                                                                                                      • Edit a tag: Key is the name of the tag whose Value element you want to remove.

                                                                                                                                                                                                                                                                                      • Delete a key: Key is the name of the tag you want to remove.

                                                                                                                                                                                                                                                                                      • Give a name to a health check: Edit the default Name tag. In the Amazon Route 53 console, the list of your health checks includes a Name column that lets you see the name that you've given to each health check.

                                                                                                                                                                                                                                                                                      • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                        The value of Key depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                                        • Add a tag to a health check or hosted zone: Key is the name that you want to give the new tag.

                                                                                                                                                                                                                                                                                        • Edit a tag: Key is the name of the tag whose Value element you want to remove.

                                                                                                                                                                                                                                                                                        • Delete a key: Key is the name of the tag you want to remove.

                                                                                                                                                                                                                                                                                        • Give a name to a health check: Edit the default Name tag. In the Amazon Route 53 console, the list of your health checks includes a Name column that lets you see the name that you've given to each health check.

                                                                                                                                                                                                                                                                                        \n@param key The value of Key depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                                        • Add a tag to a health check or hosted zone: Key is the name that you want to give the new tag.

                                                                                                                                                                                                                                                                                        • Edit a tag: Key is the name of the tag whose Value element you want to remove.

                                                                                                                                                                                                                                                                                        • Delete a key: Key is the name of the tag you want to remove.

                                                                                                                                                                                                                                                                                        • Give a name to a health check: Edit the default Name tag. In the Amazon Route 53 console, the list of your health checks includes a Name column that lets you see the name that you've given to each health check.

                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                          The value of Key depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                                          • Add a tag to a health check or hosted zone: Key is the name that you want to give the new tag.

                                                                                                                                                                                                                                                                                          • Edit a tag: Key is the name of the tag whose Value element you want to remove.

                                                                                                                                                                                                                                                                                          • Delete a key: Key is the name of the tag you want to remove.

                                                                                                                                                                                                                                                                                          • Give a name to a health check: Edit the default Name tag. In the Amazon Route 53 console, the list of your health checks includes a Name column that lets you see the name that you've given to each health check.

                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "c2jName" : "Value", "c2jShape" : "TagValue", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                          The value of Value depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                                          • Add a tag to a health check or hosted zone: Value is the value that you want to give the new tag.

                                                                                                                                                                                                                                                                                          • Edit a tag: Value is the new value that you want to assign the tag.

                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The value of Value depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                                          • Add a tag to a health check or hosted zone: Value is the value that you want to give the new tag.

                                                                                                                                                                                                                                                                                          • Edit a tag: Value is the new value that you want to assign the tag.

                                                                                                                                                                                                                                                                                          \n@param value The value of Value depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                                          • Add a tag to a health check or hosted zone: Value is the value that you want to give the new tag.

                                                                                                                                                                                                                                                                                          • Edit a tag: Value is the new value that you want to assign the tag.

                                                                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                            The value of Value depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                                            • Add a tag to a health check or hosted zone: Value is the value that you want to give the new tag.

                                                                                                                                                                                                                                                                                            • Edit a tag: Value is the new value that you want to assign the tag.

                                                                                                                                                                                                                                                                                            \n@return The value of Value depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                                            • Add a tag to a health check or hosted zone: Value is the value that you want to give the new tag.

                                                                                                                                                                                                                                                                                            • Edit a tag: Value is the new value that you want to assign the tag.

                                                                                                                                                                                                                                                                                            • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                              The value of Value depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                                              • Add a tag to a health check or hosted zone: Value is the value that you want to give the new tag.

                                                                                                                                                                                                                                                                                              • Edit a tag: Value is the new value that you want to assign the tag.

                                                                                                                                                                                                                                                                                              \n@param value The value of Value depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                                              • Add a tag to a health check or hosted zone: Value is the value that you want to give the new tag.

                                                                                                                                                                                                                                                                                              • Edit a tag: Value is the new value that you want to assign the tag.

                                                                                                                                                                                                                                                                                              • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                The value of Value depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                                                • Add a tag to a health check or hosted zone: Value is the value that you want to give the new tag.

                                                                                                                                                                                                                                                                                                • Edit a tag: Value is the new value that you want to assign the tag.

                                                                                                                                                                                                                                                                                                \n@param value The value of Value depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                                                • Add a tag to a health check or hosted zone: Value is the value that you want to give the new tag.

                                                                                                                                                                                                                                                                                                • Edit a tag: Value is the new value that you want to assign the tag.

                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The value of Value depends on the operation that you want to perform:

                                                                                                                                                                                                                                                                                                  • Add a tag to a health check or hosted zone: Value is the value that you want to give the new tag.

                                                                                                                                                                                                                                                                                                  • Edit a tag: Value is the new value that you want to assign the tag.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "Tag", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "tag", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "wrapper" : false }, "TagResourceType" : { "c2jName" : "TagResourceType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Healthcheck", "value" : "healthcheck" }, { "name" : "Hostedzone", "value" : "hostedzone" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "TagResourceType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TagResourceType", "variableName" : "tagResourceType", "variableType" : "TagResourceType", "documentation" : null, "simpleType" : "TagResourceType", "variableSetterType" : "TagResourceType" }, "wrapper" : false }, "TestDNSAnswerRequest" : { "c2jName" : "TestDNSAnswerRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  Gets the value that Amazon Route 53 returns in response to a DNS request for a specified record name and type. You can optionally specify the IP address of a DNS resolver, an EDNS0 client subnet IP address, and a subnet mask.

                                                                                                                                                                                                                                                                                                  Parameters

                                                                                                                                                                                                                                                                                                  hostedzoneid

                                                                                                                                                                                                                                                                                                  The ID of the hosted zone that you want Amazon Route 53 to simulate a query for.

                                                                                                                                                                                                                                                                                                  recordname

                                                                                                                                                                                                                                                                                                  The name of the resource record set that you want Amazon Route 53 to simulate a query for.

                                                                                                                                                                                                                                                                                                  recordtype

                                                                                                                                                                                                                                                                                                  The type of the resource record set.

                                                                                                                                                                                                                                                                                                  resolverip (optional)

                                                                                                                                                                                                                                                                                                  If you want to simulate a request from a specific DNS resolver, specify the IP address for that resolver. If you omit this value, TestDNSAnswer uses the IP address of a DNS resolver in the AWS US East region.

                                                                                                                                                                                                                                                                                                  edns0clientsubnetip (optional)

                                                                                                                                                                                                                                                                                                  If the resolver that you specified for resolverip supports EDNS0, specify the IP address of a client in the applicable location.

                                                                                                                                                                                                                                                                                                  edns0clientsubnetmask (optional)

                                                                                                                                                                                                                                                                                                  If you specify an IP address for edns0clientsubnetip, you can optionally specify the number of bits of the IP address that you want the checking tool to include in the DNS query. For example, if you specify 192.0.2.44 for edns0clientsubnetip and 24 for edns0clientsubnetmask, the checking tool will simulate a request from 192.0.2.0/24. The default value is 24 bits.

                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "TestDNSAnswer", "locationName" : null, "requestUri" : "/2013-04-01/testdnsanswer", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param hostedZoneId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "hostedzoneid", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "hostedzoneid", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneId", "setterDocumentation" : "/**\n@param hostedZoneId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param hostedZoneId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RecordName", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param recordName \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "recordname", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "recordname", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RecordName", "setterDocumentation" : "/**\n@param recordName */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param recordName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "recordName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RecordType", "c2jShape" : "RRType", "deprecated" : false, "documentation" : "", "enumType" : "RRType", "fluentSetterDocumentation" : "/**\n@param recordType \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "getterDocumentation" : "/**\n@return \n@see RRType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "recordtype", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "recordtype", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RecordType", "setterDocumentation" : "/**\n@param recordType \n@see RRType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param recordType \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "recordType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResolverIP", "c2jShape" : "IPAddress", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param resolverIP \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "resolverip", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "resolverip", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResolverIP", "setterDocumentation" : "/**\n@param resolverIP */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resolverIP", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param resolverIP \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resolverIP", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EDNS0ClientSubnetIP", "c2jShape" : "IPAddress", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param eDNS0ClientSubnetIP \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "edns0clientsubnetip", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "edns0clientsubnetip", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EDNS0ClientSubnetIP", "setterDocumentation" : "/**\n@param eDNS0ClientSubnetIP */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eDNS0ClientSubnetIP", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param eDNS0ClientSubnetIP \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eDNS0ClientSubnetIP", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EDNS0ClientSubnetMask", "c2jShape" : "SubnetMask", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param eDNS0ClientSubnetMask \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "edns0clientsubnetmask", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "edns0clientsubnetmask", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EDNS0ClientSubnetMask", "setterDocumentation" : "/**\n@param eDNS0ClientSubnetMask */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eDNS0ClientSubnetMask", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param eDNS0ClientSubnetMask \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eDNS0ClientSubnetMask", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EDNS0ClientSubnetIP" : { "c2jName" : "EDNS0ClientSubnetIP", "c2jShape" : "IPAddress", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param eDNS0ClientSubnetIP \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "edns0clientsubnetip", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "edns0clientsubnetip", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EDNS0ClientSubnetIP", "setterDocumentation" : "/**\n@param eDNS0ClientSubnetIP */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eDNS0ClientSubnetIP", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param eDNS0ClientSubnetIP \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eDNS0ClientSubnetIP", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EDNS0ClientSubnetMask" : { "c2jName" : "EDNS0ClientSubnetMask", "c2jShape" : "SubnetMask", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param eDNS0ClientSubnetMask \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "edns0clientsubnetmask", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "edns0clientsubnetmask", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EDNS0ClientSubnetMask", "setterDocumentation" : "/**\n@param eDNS0ClientSubnetMask */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eDNS0ClientSubnetMask", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param eDNS0ClientSubnetMask \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eDNS0ClientSubnetMask", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HostedZoneId" : { "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param hostedZoneId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "hostedzoneid", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "hostedzoneid", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneId", "setterDocumentation" : "/**\n@param hostedZoneId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param hostedZoneId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RecordName" : { "c2jName" : "RecordName", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param recordName \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "recordname", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "recordname", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RecordName", "setterDocumentation" : "/**\n@param recordName */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param recordName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "recordName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RecordType" : { "c2jName" : "RecordType", "c2jShape" : "RRType", "deprecated" : false, "documentation" : "", "enumType" : "RRType", "fluentSetterDocumentation" : "/**\n@param recordType \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "getterDocumentation" : "/**\n@return \n@see RRType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "recordtype", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "recordtype", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RecordType", "setterDocumentation" : "/**\n@param recordType \n@see RRType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param recordType \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "recordType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResolverIP" : { "c2jName" : "ResolverIP", "c2jShape" : "IPAddress", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param resolverIP \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "resolverip", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "resolverip", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResolverIP", "setterDocumentation" : "/**\n@param resolverIP */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resolverIP", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param resolverIP \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resolverIP", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "HostedZoneId", "RecordName", "RecordType" ], "shapeName" : "TestDNSAnswerRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TestDNSAnswerRequest", "variableName" : "testDNSAnswerRequest", "variableType" : "TestDNSAnswerRequest", "documentation" : null, "simpleType" : "TestDNSAnswerRequest", "variableSetterType" : "TestDNSAnswerRequest" }, "wrapper" : false }, "TestDNSAnswerResult" : { "c2jName" : "TestDNSAnswerResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  A complex type that contains the response to a TestDNSAnswer request.

                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Nameserver", "c2jShape" : "Nameserver", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The Amazon Route 53 name server used to respond to the request.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The Amazon Route 53 name server used to respond to the request.

                                                                                                                                                                                                                                                                                                  \n@param nameserver The Amazon Route 53 name server used to respond to the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The Amazon Route 53 name server used to respond to the request.

                                                                                                                                                                                                                                                                                                  \n@return The Amazon Route 53 name server used to respond to the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Nameserver", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Nameserver", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Nameserver", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The Amazon Route 53 name server used to respond to the request.

                                                                                                                                                                                                                                                                                                  \n@param nameserver The Amazon Route 53 name server used to respond to the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nameserver", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The Amazon Route 53 name server used to respond to the request.

                                                                                                                                                                                                                                                                                                  \n@param nameserver The Amazon Route 53 name server used to respond to the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nameserver", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The Amazon Route 53 name server used to respond to the request.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RecordName", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The name of the resource record set that you submitted a request for.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of the resource record set that you submitted a request for.

                                                                                                                                                                                                                                                                                                  \n@param recordName The name of the resource record set that you submitted a request for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of the resource record set that you submitted a request for.

                                                                                                                                                                                                                                                                                                  \n@return The name of the resource record set that you submitted a request for.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RecordName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RecordName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of the resource record set that you submitted a request for.

                                                                                                                                                                                                                                                                                                  \n@param recordName The name of the resource record set that you submitted a request for.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of the resource record set that you submitted a request for.

                                                                                                                                                                                                                                                                                                  \n@param recordName The name of the resource record set that you submitted a request for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "recordName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The name of the resource record set that you submitted a request for.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RecordType", "c2jShape" : "RRType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The type of the resource record set that you submitted a request for.

                                                                                                                                                                                                                                                                                                  ", "enumType" : "RRType", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The type of the resource record set that you submitted a request for.

                                                                                                                                                                                                                                                                                                  \n@param recordType The type of the resource record set that you submitted a request for.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The type of the resource record set that you submitted a request for.

                                                                                                                                                                                                                                                                                                  \n@return The type of the resource record set that you submitted a request for.\n@see RRType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RecordType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RecordType", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The type of the resource record set that you submitted a request for.

                                                                                                                                                                                                                                                                                                  \n@param recordType The type of the resource record set that you submitted a request for.\n@see RRType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The type of the resource record set that you submitted a request for.

                                                                                                                                                                                                                                                                                                  \n@param recordType The type of the resource record set that you submitted a request for.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "recordType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The type of the resource record set that you submitted a request for.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RecordData", "c2jShape" : "RecordData", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  A list that contains values that Amazon Route 53 returned for this resource record set.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A list that contains values that Amazon Route 53 returned for this resource record set.

                                                                                                                                                                                                                                                                                                  \n@param recordData A list that contains values that Amazon Route 53 returned for this resource record set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A list that contains values that Amazon Route 53 returned for this resource record set.

                                                                                                                                                                                                                                                                                                  \n@return A list that contains values that Amazon Route 53 returned for this resource record set.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RecordData", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordData", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "RecordDataEntry", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RecordDataEntry", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordDataEntry", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "RecordDataEntry", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "RecordData", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A list that contains values that Amazon Route 53 returned for this resource record set.

                                                                                                                                                                                                                                                                                                  \n@param recordData A list that contains values that Amazon Route 53 returned for this resource record set.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "recordData", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A list that contains values that Amazon Route 53 returned for this resource record set.

                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRecordData(java.util.Collection)} or {@link #withRecordData(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                  \n@param recordData A list that contains values that Amazon Route 53 returned for this resource record set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "recordData", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                  A list that contains values that Amazon Route 53 returned for this resource record set.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResponseCode", "c2jShape" : "DNSRCode", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  A code that indicates whether the request is valid or not. The most common response code is NOERROR, meaning that the request is valid. If the response is not valid, Amazon Route 53 returns a response code that describes the error. For a list of possible response codes, see DNS RCODES on the IANA website.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A code that indicates whether the request is valid or not. The most common response code is NOERROR, meaning that the request is valid. If the response is not valid, Amazon Route 53 returns a response code that describes the error. For a list of possible response codes, see DNS RCODES on the IANA website.

                                                                                                                                                                                                                                                                                                  \n@param responseCode A code that indicates whether the request is valid or not. The most common response code is NOERROR, meaning that the request is valid. If the response is not valid, Amazon Route 53 returns a response code that describes the error. For a list of possible response codes, see DNS RCODES on the IANA website.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A code that indicates whether the request is valid or not. The most common response code is NOERROR, meaning that the request is valid. If the response is not valid, Amazon Route 53 returns a response code that describes the error. For a list of possible response codes, see DNS RCODES on the IANA website.

                                                                                                                                                                                                                                                                                                  \n@return A code that indicates whether the request is valid or not. The most common response code is NOERROR, meaning that the request is valid. If the response is not valid, Amazon Route 53 returns a response code that describes the error. For a list of possible response codes, see DNS RCODES on the IANA website.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResponseCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResponseCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResponseCode", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A code that indicates whether the request is valid or not. The most common response code is NOERROR, meaning that the request is valid. If the response is not valid, Amazon Route 53 returns a response code that describes the error. For a list of possible response codes, see DNS RCODES on the IANA website.

                                                                                                                                                                                                                                                                                                  \n@param responseCode A code that indicates whether the request is valid or not. The most common response code is NOERROR, meaning that the request is valid. If the response is not valid, Amazon Route 53 returns a response code that describes the error. For a list of possible response codes, see DNS RCODES on the IANA website.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "responseCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A code that indicates whether the request is valid or not. The most common response code is NOERROR, meaning that the request is valid. If the response is not valid, Amazon Route 53 returns a response code that describes the error. For a list of possible response codes, see DNS RCODES on the IANA website.

                                                                                                                                                                                                                                                                                                  \n@param responseCode A code that indicates whether the request is valid or not. The most common response code is NOERROR, meaning that the request is valid. If the response is not valid, Amazon Route 53 returns a response code that describes the error. For a list of possible response codes, see DNS RCODES on the IANA website.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "responseCode", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  A code that indicates whether the request is valid or not. The most common response code is NOERROR, meaning that the request is valid. If the response is not valid, Amazon Route 53 returns a response code that describes the error. For a list of possible response codes, see DNS RCODES on the IANA website.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Protocol", "c2jShape" : "TransportProtocol", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The protocol that Amazon Route 53 used to respond to the request, either UDP or TCP.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The protocol that Amazon Route 53 used to respond to the request, either UDP or TCP.

                                                                                                                                                                                                                                                                                                  \n@param protocol The protocol that Amazon Route 53 used to respond to the request, either UDP or TCP.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The protocol that Amazon Route 53 used to respond to the request, either UDP or TCP.

                                                                                                                                                                                                                                                                                                  \n@return The protocol that Amazon Route 53 used to respond to the request, either UDP or TCP.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Protocol", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Protocol", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The protocol that Amazon Route 53 used to respond to the request, either UDP or TCP.

                                                                                                                                                                                                                                                                                                  \n@param protocol The protocol that Amazon Route 53 used to respond to the request, either UDP or TCP.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The protocol that Amazon Route 53 used to respond to the request, either UDP or TCP.

                                                                                                                                                                                                                                                                                                  \n@param protocol The protocol that Amazon Route 53 used to respond to the request, either UDP or TCP.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The protocol that Amazon Route 53 used to respond to the request, either UDP or TCP.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Nameserver" : { "c2jName" : "Nameserver", "c2jShape" : "Nameserver", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The Amazon Route 53 name server used to respond to the request.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The Amazon Route 53 name server used to respond to the request.

                                                                                                                                                                                                                                                                                                  \n@param nameserver The Amazon Route 53 name server used to respond to the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The Amazon Route 53 name server used to respond to the request.

                                                                                                                                                                                                                                                                                                  \n@return The Amazon Route 53 name server used to respond to the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Nameserver", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Nameserver", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Nameserver", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The Amazon Route 53 name server used to respond to the request.

                                                                                                                                                                                                                                                                                                  \n@param nameserver The Amazon Route 53 name server used to respond to the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nameserver", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The Amazon Route 53 name server used to respond to the request.

                                                                                                                                                                                                                                                                                                  \n@param nameserver The Amazon Route 53 name server used to respond to the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nameserver", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The Amazon Route 53 name server used to respond to the request.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Protocol" : { "c2jName" : "Protocol", "c2jShape" : "TransportProtocol", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The protocol that Amazon Route 53 used to respond to the request, either UDP or TCP.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The protocol that Amazon Route 53 used to respond to the request, either UDP or TCP.

                                                                                                                                                                                                                                                                                                  \n@param protocol The protocol that Amazon Route 53 used to respond to the request, either UDP or TCP.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The protocol that Amazon Route 53 used to respond to the request, either UDP or TCP.

                                                                                                                                                                                                                                                                                                  \n@return The protocol that Amazon Route 53 used to respond to the request, either UDP or TCP.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Protocol", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Protocol", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The protocol that Amazon Route 53 used to respond to the request, either UDP or TCP.

                                                                                                                                                                                                                                                                                                  \n@param protocol The protocol that Amazon Route 53 used to respond to the request, either UDP or TCP.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The protocol that Amazon Route 53 used to respond to the request, either UDP or TCP.

                                                                                                                                                                                                                                                                                                  \n@param protocol The protocol that Amazon Route 53 used to respond to the request, either UDP or TCP.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The protocol that Amazon Route 53 used to respond to the request, either UDP or TCP.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RecordData" : { "c2jName" : "RecordData", "c2jShape" : "RecordData", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  A list that contains values that Amazon Route 53 returned for this resource record set.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A list that contains values that Amazon Route 53 returned for this resource record set.

                                                                                                                                                                                                                                                                                                  \n@param recordData A list that contains values that Amazon Route 53 returned for this resource record set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A list that contains values that Amazon Route 53 returned for this resource record set.

                                                                                                                                                                                                                                                                                                  \n@return A list that contains values that Amazon Route 53 returned for this resource record set.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RecordData", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordData", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "RecordDataEntry", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RecordDataEntry", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordDataEntry", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "RecordDataEntry", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "RecordData", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A list that contains values that Amazon Route 53 returned for this resource record set.

                                                                                                                                                                                                                                                                                                  \n@param recordData A list that contains values that Amazon Route 53 returned for this resource record set.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "recordData", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A list that contains values that Amazon Route 53 returned for this resource record set.

                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRecordData(java.util.Collection)} or {@link #withRecordData(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                  \n@param recordData A list that contains values that Amazon Route 53 returned for this resource record set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "recordData", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                  A list that contains values that Amazon Route 53 returned for this resource record set.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "RecordName" : { "c2jName" : "RecordName", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The name of the resource record set that you submitted a request for.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of the resource record set that you submitted a request for.

                                                                                                                                                                                                                                                                                                  \n@param recordName The name of the resource record set that you submitted a request for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of the resource record set that you submitted a request for.

                                                                                                                                                                                                                                                                                                  \n@return The name of the resource record set that you submitted a request for.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RecordName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RecordName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of the resource record set that you submitted a request for.

                                                                                                                                                                                                                                                                                                  \n@param recordName The name of the resource record set that you submitted a request for.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of the resource record set that you submitted a request for.

                                                                                                                                                                                                                                                                                                  \n@param recordName The name of the resource record set that you submitted a request for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "recordName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The name of the resource record set that you submitted a request for.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RecordType" : { "c2jName" : "RecordType", "c2jShape" : "RRType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The type of the resource record set that you submitted a request for.

                                                                                                                                                                                                                                                                                                  ", "enumType" : "RRType", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The type of the resource record set that you submitted a request for.

                                                                                                                                                                                                                                                                                                  \n@param recordType The type of the resource record set that you submitted a request for.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The type of the resource record set that you submitted a request for.

                                                                                                                                                                                                                                                                                                  \n@return The type of the resource record set that you submitted a request for.\n@see RRType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RecordType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RecordType", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The type of the resource record set that you submitted a request for.

                                                                                                                                                                                                                                                                                                  \n@param recordType The type of the resource record set that you submitted a request for.\n@see RRType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The type of the resource record set that you submitted a request for.

                                                                                                                                                                                                                                                                                                  \n@param recordType The type of the resource record set that you submitted a request for.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "recordType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The type of the resource record set that you submitted a request for.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResponseCode" : { "c2jName" : "ResponseCode", "c2jShape" : "DNSRCode", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  A code that indicates whether the request is valid or not. The most common response code is NOERROR, meaning that the request is valid. If the response is not valid, Amazon Route 53 returns a response code that describes the error. For a list of possible response codes, see DNS RCODES on the IANA website.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A code that indicates whether the request is valid or not. The most common response code is NOERROR, meaning that the request is valid. If the response is not valid, Amazon Route 53 returns a response code that describes the error. For a list of possible response codes, see DNS RCODES on the IANA website.

                                                                                                                                                                                                                                                                                                  \n@param responseCode A code that indicates whether the request is valid or not. The most common response code is NOERROR, meaning that the request is valid. If the response is not valid, Amazon Route 53 returns a response code that describes the error. For a list of possible response codes, see DNS RCODES on the IANA website.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A code that indicates whether the request is valid or not. The most common response code is NOERROR, meaning that the request is valid. If the response is not valid, Amazon Route 53 returns a response code that describes the error. For a list of possible response codes, see DNS RCODES on the IANA website.

                                                                                                                                                                                                                                                                                                  \n@return A code that indicates whether the request is valid or not. The most common response code is NOERROR, meaning that the request is valid. If the response is not valid, Amazon Route 53 returns a response code that describes the error. For a list of possible response codes, see DNS RCODES on the IANA website.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResponseCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResponseCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResponseCode", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A code that indicates whether the request is valid or not. The most common response code is NOERROR, meaning that the request is valid. If the response is not valid, Amazon Route 53 returns a response code that describes the error. For a list of possible response codes, see DNS RCODES on the IANA website.

                                                                                                                                                                                                                                                                                                  \n@param responseCode A code that indicates whether the request is valid or not. The most common response code is NOERROR, meaning that the request is valid. If the response is not valid, Amazon Route 53 returns a response code that describes the error. For a list of possible response codes, see DNS RCODES on the IANA website.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "responseCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A code that indicates whether the request is valid or not. The most common response code is NOERROR, meaning that the request is valid. If the response is not valid, Amazon Route 53 returns a response code that describes the error. For a list of possible response codes, see DNS RCODES on the IANA website.

                                                                                                                                                                                                                                                                                                  \n@param responseCode A code that indicates whether the request is valid or not. The most common response code is NOERROR, meaning that the request is valid. If the response is not valid, Amazon Route 53 returns a response code that describes the error. For a list of possible response codes, see DNS RCODES on the IANA website.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "responseCode", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  A code that indicates whether the request is valid or not. The most common response code is NOERROR, meaning that the request is valid. If the response is not valid, Amazon Route 53 returns a response code that describes the error. For a list of possible response codes, see DNS RCODES on the IANA website.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Nameserver", "RecordName", "RecordType", "RecordData", "ResponseCode", "Protocol" ], "shapeName" : "TestDNSAnswerResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TestDNSAnswerResult", "variableName" : "testDNSAnswerResult", "variableType" : "TestDNSAnswerResult", "documentation" : null, "simpleType" : "TestDNSAnswerResult", "variableSetterType" : "TestDNSAnswerResult" }, "wrapper" : false }, "ThrottlingException" : { "c2jName" : "ThrottlingException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : "ThrottlingException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "ThrottlingException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ThrottlingException", "variableName" : "throttlingException", "variableType" : "ThrottlingException", "documentation" : null, "simpleType" : "ThrottlingException", "variableSetterType" : "ThrottlingException" }, "wrapper" : false }, "TooManyHealthChecksException" : { "c2jName" : "TooManyHealthChecks", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : "TooManyHealthChecks", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "TooManyHealthChecksException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyHealthChecksException", "variableName" : "tooManyHealthChecksException", "variableType" : "TooManyHealthChecksException", "documentation" : null, "simpleType" : "TooManyHealthChecksException", "variableSetterType" : "TooManyHealthChecksException" }, "wrapper" : false }, "TooManyHostedZonesException" : { "c2jName" : "TooManyHostedZones", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  This hosted zone cannot be created because the hosted zone limit is exceeded. To request a limit increase, go to the Amazon Route 53 Contact Us page.

                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : "TooManyHostedZones", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "TooManyHostedZonesException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyHostedZonesException", "variableName" : "tooManyHostedZonesException", "variableType" : "TooManyHostedZonesException", "documentation" : null, "simpleType" : "TooManyHostedZonesException", "variableSetterType" : "TooManyHostedZonesException" }, "wrapper" : false }, "TooManyTrafficPoliciesException" : { "c2jName" : "TooManyTrafficPolicies", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "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.

                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : "TooManyTrafficPolicies", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "TooManyTrafficPoliciesException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyTrafficPoliciesException", "variableName" : "tooManyTrafficPoliciesException", "variableType" : "TooManyTrafficPoliciesException", "documentation" : null, "simpleType" : "TooManyTrafficPoliciesException", "variableSetterType" : "TooManyTrafficPoliciesException" }, "wrapper" : false }, "TooManyTrafficPolicyInstancesException" : { "c2jName" : "TooManyTrafficPolicyInstances", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "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.

                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : "TooManyTrafficPolicyInstances", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "TooManyTrafficPolicyInstancesException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyTrafficPolicyInstancesException", "variableName" : "tooManyTrafficPolicyInstancesException", "variableType" : "TooManyTrafficPolicyInstancesException", "documentation" : null, "simpleType" : "TooManyTrafficPolicyInstancesException", "variableSetterType" : "TooManyTrafficPolicyInstancesException" }, "wrapper" : false }, "TrafficPolicy" : { "c2jName" : "TrafficPolicy", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Id", "c2jShape" : "TrafficPolicyId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**\n@param id */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Version", "c2jShape" : "TrafficPolicyVersion", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param version \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Version", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Version", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Version", "setterDocumentation" : "/**\n@param version */", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "version", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param version \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "version", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Name", "c2jShape" : "TrafficPolicyName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**\n@param name */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Type", "c2jShape" : "RRType", "deprecated" : false, "documentation" : "", "enumType" : "RRType", "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "getterDocumentation" : "/**\n@return \n@see RRType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type \n@see RRType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Document", "c2jShape" : "TrafficPolicyDocument", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param document \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Document", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Document", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Document", "setterDocumentation" : "/**\n@param document */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "document", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param document \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "document", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Comment", "c2jShape" : "TrafficPolicyComment", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param comment \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Comment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Comment", "setterDocumentation" : "/**\n@param comment */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param comment \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Comment" : { "c2jName" : "Comment", "c2jShape" : "TrafficPolicyComment", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param comment \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Comment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Comment", "setterDocumentation" : "/**\n@param comment */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param comment \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Document" : { "c2jName" : "Document", "c2jShape" : "TrafficPolicyDocument", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param document \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Document", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Document", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Document", "setterDocumentation" : "/**\n@param document */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "document", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param document \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "document", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Id" : { "c2jName" : "Id", "c2jShape" : "TrafficPolicyId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**\n@param id */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "TrafficPolicyName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**\n@param name */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Type" : { "c2jName" : "Type", "c2jShape" : "RRType", "deprecated" : false, "documentation" : "", "enumType" : "RRType", "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "getterDocumentation" : "/**\n@return \n@see RRType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type \n@see RRType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Version" : { "c2jName" : "Version", "c2jShape" : "TrafficPolicyVersion", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param version \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Version", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Version", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Version", "setterDocumentation" : "/**\n@param version */", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "version", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param version \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "version", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id", "Version", "Name", "Type", "Document" ], "shapeName" : "TrafficPolicy", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TrafficPolicy", "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "documentation" : null, "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "wrapper" : false }, "TrafficPolicyAlreadyExistsException" : { "c2jName" : "TrafficPolicyAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  A traffic policy that has the same value for Name already exists.

                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : "TrafficPolicyAlreadyExists", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "TrafficPolicyAlreadyExistsException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TrafficPolicyAlreadyExistsException", "variableName" : "trafficPolicyAlreadyExistsException", "variableType" : "TrafficPolicyAlreadyExistsException", "documentation" : null, "simpleType" : "TrafficPolicyAlreadyExistsException", "variableSetterType" : "TrafficPolicyAlreadyExistsException" }, "wrapper" : false }, "TrafficPolicyInUseException" : { "c2jName" : "TrafficPolicyInUse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  One or more traffic policy instances were created by using the specified traffic policy.

                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : "TrafficPolicyInUse", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "TrafficPolicyInUseException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TrafficPolicyInUseException", "variableName" : "trafficPolicyInUseException", "variableType" : "TrafficPolicyInUseException", "documentation" : null, "simpleType" : "TrafficPolicyInUseException", "variableSetterType" : "TrafficPolicyInUseException" }, "wrapper" : false }, "TrafficPolicyInstance" : { "c2jName" : "TrafficPolicyInstance", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Id", "c2jShape" : "TrafficPolicyInstanceId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**\n@param id */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param hostedZoneId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZoneId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZoneId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneId", "setterDocumentation" : "/**\n@param hostedZoneId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param hostedZoneId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Name", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**\n@param name */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TTL", "c2jShape" : "TTL", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param tTL \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TTL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TTL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TTL", "setterDocumentation" : "/**\n@param tTL */", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "tTL", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param tTL \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "tTL", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "State", "c2jShape" : "TrafficPolicyInstanceState", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param state \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "State", "setterDocumentation" : "/**\n@param state */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param state \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Message", "c2jShape" : "Message", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param message \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Message", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Message", "setterDocumentation" : "/**\n@param message */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param message \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TrafficPolicyId", "c2jShape" : "TrafficPolicyId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param trafficPolicyId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyId", "setterDocumentation" : "/**\n@param trafficPolicyId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param trafficPolicyId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TrafficPolicyVersion", "c2jShape" : "TrafficPolicyVersion", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param trafficPolicyVersion \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyVersion", "setterDocumentation" : "/**\n@param trafficPolicyVersion */", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "trafficPolicyVersion", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param trafficPolicyVersion \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "trafficPolicyVersion", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TrafficPolicyType", "c2jShape" : "RRType", "deprecated" : false, "documentation" : "", "enumType" : "RRType", "fluentSetterDocumentation" : "/**\n@param trafficPolicyType \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "getterDocumentation" : "/**\n@return \n@see RRType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyType", "setterDocumentation" : "/**\n@param trafficPolicyType \n@see RRType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param trafficPolicyType \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HostedZoneId" : { "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param hostedZoneId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZoneId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZoneId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZoneId", "setterDocumentation" : "/**\n@param hostedZoneId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param hostedZoneId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Id" : { "c2jName" : "Id", "c2jShape" : "TrafficPolicyInstanceId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**\n@param id */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Message" : { "c2jName" : "Message", "c2jShape" : "Message", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param message \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Message", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Message", "setterDocumentation" : "/**\n@param message */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param message \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**\n@param name */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "State" : { "c2jName" : "State", "c2jShape" : "TrafficPolicyInstanceState", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param state \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "State", "setterDocumentation" : "/**\n@param state */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param state \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TTL" : { "c2jName" : "TTL", "c2jShape" : "TTL", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param tTL \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TTL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TTL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TTL", "setterDocumentation" : "/**\n@param tTL */", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "tTL", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param tTL \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "tTL", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "TrafficPolicyId" : { "c2jName" : "TrafficPolicyId", "c2jShape" : "TrafficPolicyId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param trafficPolicyId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyId", "setterDocumentation" : "/**\n@param trafficPolicyId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param trafficPolicyId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TrafficPolicyType" : { "c2jName" : "TrafficPolicyType", "c2jShape" : "RRType", "deprecated" : false, "documentation" : "", "enumType" : "RRType", "fluentSetterDocumentation" : "/**\n@param trafficPolicyType \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "getterDocumentation" : "/**\n@return \n@see RRType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyType", "setterDocumentation" : "/**\n@param trafficPolicyType \n@see RRType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param trafficPolicyType \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TrafficPolicyVersion" : { "c2jName" : "TrafficPolicyVersion", "c2jShape" : "TrafficPolicyVersion", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param trafficPolicyVersion \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyVersion", "setterDocumentation" : "/**\n@param trafficPolicyVersion */", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "trafficPolicyVersion", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param trafficPolicyVersion \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "trafficPolicyVersion", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id", "HostedZoneId", "Name", "TTL", "State", "Message", "TrafficPolicyId", "TrafficPolicyVersion", "TrafficPolicyType" ], "shapeName" : "TrafficPolicyInstance", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TrafficPolicyInstance", "variableName" : "trafficPolicyInstance", "variableType" : "TrafficPolicyInstance", "documentation" : null, "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "wrapper" : false }, "TrafficPolicyInstanceAlreadyExistsException" : { "c2jName" : "TrafficPolicyInstanceAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  Traffic policy instance with given Id already exists.

                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : "TrafficPolicyInstanceAlreadyExists", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "TrafficPolicyInstanceAlreadyExistsException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TrafficPolicyInstanceAlreadyExistsException", "variableName" : "trafficPolicyInstanceAlreadyExistsException", "variableType" : "TrafficPolicyInstanceAlreadyExistsException", "documentation" : null, "simpleType" : "TrafficPolicyInstanceAlreadyExistsException", "variableSetterType" : "TrafficPolicyInstanceAlreadyExistsException" }, "wrapper" : false }, "TrafficPolicySummary" : { "c2jName" : "TrafficPolicySummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Id", "c2jShape" : "TrafficPolicyId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**\n@param id */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Name", "c2jShape" : "TrafficPolicyName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**\n@param name */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Type", "c2jShape" : "RRType", "deprecated" : false, "documentation" : "", "enumType" : "RRType", "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "getterDocumentation" : "/**\n@return \n@see RRType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type \n@see RRType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LatestVersion", "c2jShape" : "TrafficPolicyVersion", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param latestVersion \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LatestVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LatestVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LatestVersion", "setterDocumentation" : "/**\n@param latestVersion */", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "latestVersion", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param latestVersion \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "latestVersion", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TrafficPolicyCount", "c2jShape" : "TrafficPolicyVersion", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param trafficPolicyCount \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyCount", "setterDocumentation" : "/**\n@param trafficPolicyCount */", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "trafficPolicyCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param trafficPolicyCount \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "trafficPolicyCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "c2jName" : "Id", "c2jShape" : "TrafficPolicyId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**\n@param id */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LatestVersion" : { "c2jName" : "LatestVersion", "c2jShape" : "TrafficPolicyVersion", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param latestVersion \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LatestVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LatestVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LatestVersion", "setterDocumentation" : "/**\n@param latestVersion */", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "latestVersion", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param latestVersion \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "latestVersion", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "TrafficPolicyName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**\n@param name */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TrafficPolicyCount" : { "c2jName" : "TrafficPolicyCount", "c2jShape" : "TrafficPolicyVersion", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param trafficPolicyCount \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyCount", "setterDocumentation" : "/**\n@param trafficPolicyCount */", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "trafficPolicyCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param trafficPolicyCount \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "trafficPolicyCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Type" : { "c2jName" : "Type", "c2jShape" : "RRType", "deprecated" : false, "documentation" : "", "enumType" : "RRType", "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "getterDocumentation" : "/**\n@return \n@see RRType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type \n@see RRType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id", "Name", "Type", "LatestVersion", "TrafficPolicyCount" ], "shapeName" : "TrafficPolicySummary", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TrafficPolicySummary", "variableName" : "trafficPolicySummary", "variableType" : "TrafficPolicySummary", "documentation" : null, "simpleType" : "TrafficPolicySummary", "variableSetterType" : "TrafficPolicySummary" }, "wrapper" : false }, "UpdateHealthCheckRequest" : { "c2jName" : "UpdateHealthCheckRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  A complex type that contains the health check request information.

                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateHealthCheck", "locationName" : "UpdateHealthCheckRequest", "requestUri" : "/2013-04-01/healthcheck/{HealthCheckId}", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "members" : [ { "c2jName" : "HealthCheckId", "c2jShape" : "HealthCheckId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The ID for the health check for which you want detailed information. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The ID for the health check for which you want detailed information. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.

                                                                                                                                                                                                                                                                                                  \n@param healthCheckId The ID for the health check for which you want detailed information. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The ID for the health check for which you want detailed information. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.

                                                                                                                                                                                                                                                                                                  \n@return The ID for the health check for which you want detailed information. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "HealthCheckId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckId", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckId", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The ID for the health check for which you want detailed information. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.

                                                                                                                                                                                                                                                                                                  \n@param healthCheckId The ID for the health check for which you want detailed information. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The ID for the health check for which you want detailed information. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.

                                                                                                                                                                                                                                                                                                  \n@param healthCheckId The ID for the health check for which you want detailed information. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The ID for the health check for which you want detailed information. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthCheckVersion", "c2jShape" : "HealthCheckVersion", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  A sequential counter that Amazon Route 53 sets to 1 when you create a health check and increments by 1 each time you update settings for the health check.

                                                                                                                                                                                                                                                                                                  We recommend that you use GetHealthCheck or ListHealthChecks to get the current value of HealthCheckVersion for the health check that you want to update, and that you include that value in your UpdateHealthCheck request. This prevents Amazon Route 53 from overwriting an intervening update:

                                                                                                                                                                                                                                                                                                  • f the value in the UpdateHealthCheck request matches the value of HealthCheckVersion in the health check, Amazon Route 53 updates the health check with the new settings.

                                                                                                                                                                                                                                                                                                  • If the value of HealthCheckVersion in the health check is greater, the health check was changed after you got the version number. Amazon Route 53 does not update the health check, and it returns a HealthCheckVersionMismatch error.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A sequential counter that Amazon Route 53 sets to 1 when you create a health check and increments by 1 each time you update settings for the health check.

                                                                                                                                                                                                                                                                                                  We recommend that you use GetHealthCheck or ListHealthChecks to get the current value of HealthCheckVersion for the health check that you want to update, and that you include that value in your UpdateHealthCheck request. This prevents Amazon Route 53 from overwriting an intervening update:

                                                                                                                                                                                                                                                                                                  • f the value in the UpdateHealthCheck request matches the value of HealthCheckVersion in the health check, Amazon Route 53 updates the health check with the new settings.

                                                                                                                                                                                                                                                                                                  • If the value of HealthCheckVersion in the health check is greater, the health check was changed after you got the version number. Amazon Route 53 does not update the health check, and it returns a HealthCheckVersionMismatch error.

                                                                                                                                                                                                                                                                                                  \n@param healthCheckVersion A sequential counter that Amazon Route 53 sets to 1 when you create a health check and increments by 1 each time you update settings for the health check.

                                                                                                                                                                                                                                                                                                  We recommend that you use GetHealthCheck or ListHealthChecks to get the current value of HealthCheckVersion for the health check that you want to update, and that you include that value in your UpdateHealthCheck request. This prevents Amazon Route 53 from overwriting an intervening update:

                                                                                                                                                                                                                                                                                                  • f the value in the UpdateHealthCheck request matches the value of HealthCheckVersion in the health check, Amazon Route 53 updates the health check with the new settings.

                                                                                                                                                                                                                                                                                                  • If the value of HealthCheckVersion in the health check is greater, the health check was changed after you got the version number. Amazon Route 53 does not update the health check, and it returns a HealthCheckVersionMismatch error.

                                                                                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                    A sequential counter that Amazon Route 53 sets to 1 when you create a health check and increments by 1 each time you update settings for the health check.

                                                                                                                                                                                                                                                                                                    We recommend that you use GetHealthCheck or ListHealthChecks to get the current value of HealthCheckVersion for the health check that you want to update, and that you include that value in your UpdateHealthCheck request. This prevents Amazon Route 53 from overwriting an intervening update:

                                                                                                                                                                                                                                                                                                    • f the value in the UpdateHealthCheck request matches the value of HealthCheckVersion in the health check, Amazon Route 53 updates the health check with the new settings.

                                                                                                                                                                                                                                                                                                    • If the value of HealthCheckVersion in the health check is greater, the health check was changed after you got the version number. Amazon Route 53 does not update the health check, and it returns a HealthCheckVersionMismatch error.

                                                                                                                                                                                                                                                                                                    \n@return A sequential counter that Amazon Route 53 sets to 1 when you create a health check and increments by 1 each time you update settings for the health check.

                                                                                                                                                                                                                                                                                                    We recommend that you use GetHealthCheck or ListHealthChecks to get the current value of HealthCheckVersion for the health check that you want to update, and that you include that value in your UpdateHealthCheck request. This prevents Amazon Route 53 from overwriting an intervening update:

                                                                                                                                                                                                                                                                                                    • f the value in the UpdateHealthCheck request matches the value of HealthCheckVersion in the health check, Amazon Route 53 updates the health check with the new settings.

                                                                                                                                                                                                                                                                                                    • If the value of HealthCheckVersion in the health check is greater, the health check was changed after you got the version number. Amazon Route 53 does not update the health check, and it returns a HealthCheckVersionMismatch error.

                                                                                                                                                                                                                                                                                                    • */", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckVersion", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                      A sequential counter that Amazon Route 53 sets to 1 when you create a health check and increments by 1 each time you update settings for the health check.

                                                                                                                                                                                                                                                                                                      We recommend that you use GetHealthCheck or ListHealthChecks to get the current value of HealthCheckVersion for the health check that you want to update, and that you include that value in your UpdateHealthCheck request. This prevents Amazon Route 53 from overwriting an intervening update:

                                                                                                                                                                                                                                                                                                      • f the value in the UpdateHealthCheck request matches the value of HealthCheckVersion in the health check, Amazon Route 53 updates the health check with the new settings.

                                                                                                                                                                                                                                                                                                      • If the value of HealthCheckVersion in the health check is greater, the health check was changed after you got the version number. Amazon Route 53 does not update the health check, and it returns a HealthCheckVersionMismatch error.

                                                                                                                                                                                                                                                                                                      \n@param healthCheckVersion A sequential counter that Amazon Route 53 sets to 1 when you create a health check and increments by 1 each time you update settings for the health check.

                                                                                                                                                                                                                                                                                                      We recommend that you use GetHealthCheck or ListHealthChecks to get the current value of HealthCheckVersion for the health check that you want to update, and that you include that value in your UpdateHealthCheck request. This prevents Amazon Route 53 from overwriting an intervening update:

                                                                                                                                                                                                                                                                                                      • f the value in the UpdateHealthCheck request matches the value of HealthCheckVersion in the health check, Amazon Route 53 updates the health check with the new settings.

                                                                                                                                                                                                                                                                                                      • If the value of HealthCheckVersion in the health check is greater, the health check was changed after you got the version number. Amazon Route 53 does not update the health check, and it returns a HealthCheckVersionMismatch error.

                                                                                                                                                                                                                                                                                                      • */", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "healthCheckVersion", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                        A sequential counter that Amazon Route 53 sets to 1 when you create a health check and increments by 1 each time you update settings for the health check.

                                                                                                                                                                                                                                                                                                        We recommend that you use GetHealthCheck or ListHealthChecks to get the current value of HealthCheckVersion for the health check that you want to update, and that you include that value in your UpdateHealthCheck request. This prevents Amazon Route 53 from overwriting an intervening update:

                                                                                                                                                                                                                                                                                                        • f the value in the UpdateHealthCheck request matches the value of HealthCheckVersion in the health check, Amazon Route 53 updates the health check with the new settings.

                                                                                                                                                                                                                                                                                                        • If the value of HealthCheckVersion in the health check is greater, the health check was changed after you got the version number. Amazon Route 53 does not update the health check, and it returns a HealthCheckVersionMismatch error.

                                                                                                                                                                                                                                                                                                        \n@param healthCheckVersion A sequential counter that Amazon Route 53 sets to 1 when you create a health check and increments by 1 each time you update settings for the health check.

                                                                                                                                                                                                                                                                                                        We recommend that you use GetHealthCheck or ListHealthChecks to get the current value of HealthCheckVersion for the health check that you want to update, and that you include that value in your UpdateHealthCheck request. This prevents Amazon Route 53 from overwriting an intervening update:

                                                                                                                                                                                                                                                                                                        • f the value in the UpdateHealthCheck request matches the value of HealthCheckVersion in the health check, Amazon Route 53 updates the health check with the new settings.

                                                                                                                                                                                                                                                                                                        • If the value of HealthCheckVersion in the health check is greater, the health check was changed after you got the version number. Amazon Route 53 does not update the health check, and it returns a HealthCheckVersionMismatch error.

                                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "healthCheckVersion", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                          A sequential counter that Amazon Route 53 sets to 1 when you create a health check and increments by 1 each time you update settings for the health check.

                                                                                                                                                                                                                                                                                                          We recommend that you use GetHealthCheck or ListHealthChecks to get the current value of HealthCheckVersion for the health check that you want to update, and that you include that value in your UpdateHealthCheck request. This prevents Amazon Route 53 from overwriting an intervening update:

                                                                                                                                                                                                                                                                                                          • f the value in the UpdateHealthCheck request matches the value of HealthCheckVersion in the health check, Amazon Route 53 updates the health check with the new settings.

                                                                                                                                                                                                                                                                                                          • If the value of HealthCheckVersion in the health check is greater, the health check was changed after you got the version number. Amazon Route 53 does not update the health check, and it returns a HealthCheckVersionMismatch error.

                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IPAddress", "c2jShape" : "IPAddress", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                          The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                          f the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance never changes. For more information, see Elastic IP Addresses (EIP) in the Amazon EC2 User Guide for Linux Instances.

                                                                                                                                                                                                                                                                                                          If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                          For more information, see UpdateHealthCheckRequest$FullyQualifiedDomainName.

                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                          The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                          f the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance never changes. For more information, see Elastic IP Addresses (EIP) in the Amazon EC2 User Guide for Linux Instances.

                                                                                                                                                                                                                                                                                                          If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                          For more information, see UpdateHealthCheckRequest$FullyQualifiedDomainName.

                                                                                                                                                                                                                                                                                                          \n@param iPAddress The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                          f the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance never changes. For more information, see Elastic IP Addresses (EIP) in the Amazon EC2 User Guide for Linux Instances.

                                                                                                                                                                                                                                                                                                          If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                          For more information, see UpdateHealthCheckRequest$FullyQualifiedDomainName.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                          The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                          f the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance never changes. For more information, see Elastic IP Addresses (EIP) in the Amazon EC2 User Guide for Linux Instances.

                                                                                                                                                                                                                                                                                                          If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                          For more information, see UpdateHealthCheckRequest$FullyQualifiedDomainName.

                                                                                                                                                                                                                                                                                                          \n@return The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                          f the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance never changes. For more information, see Elastic IP Addresses (EIP) in the Amazon EC2 User Guide for Linux Instances.

                                                                                                                                                                                                                                                                                                          If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                          For more information, see UpdateHealthCheckRequest$FullyQualifiedDomainName.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IPAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IPAddress", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IPAddress", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                          The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                          f the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance never changes. For more information, see Elastic IP Addresses (EIP) in the Amazon EC2 User Guide for Linux Instances.

                                                                                                                                                                                                                                                                                                          If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                          For more information, see UpdateHealthCheckRequest$FullyQualifiedDomainName.

                                                                                                                                                                                                                                                                                                          \n@param iPAddress The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                          f the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance never changes. For more information, see Elastic IP Addresses (EIP) in the Amazon EC2 User Guide for Linux Instances.

                                                                                                                                                                                                                                                                                                          If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                          For more information, see UpdateHealthCheckRequest$FullyQualifiedDomainName.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iPAddress", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                          The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                          f the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance never changes. For more information, see Elastic IP Addresses (EIP) in the Amazon EC2 User Guide for Linux Instances.

                                                                                                                                                                                                                                                                                                          If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                          For more information, see UpdateHealthCheckRequest$FullyQualifiedDomainName.

                                                                                                                                                                                                                                                                                                          \n@param iPAddress The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                          f the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance never changes. For more information, see Elastic IP Addresses (EIP) in the Amazon EC2 User Guide for Linux Instances.

                                                                                                                                                                                                                                                                                                          If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                          For more information, see UpdateHealthCheckRequest$FullyQualifiedDomainName.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "iPAddress", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                          The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                          f the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance never changes. For more information, see Elastic IP Addresses (EIP) in the Amazon EC2 User Guide for Linux Instances.

                                                                                                                                                                                                                                                                                                          If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                          For more information, see UpdateHealthCheckRequest$FullyQualifiedDomainName.

                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Port", "c2jShape" : "Port", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                          The port on the endpoint on which you want Amazon Route 53 to perform health checks.

                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                          The port on the endpoint on which you want Amazon Route 53 to perform health checks.

                                                                                                                                                                                                                                                                                                          \n@param port The port on the endpoint on which you want Amazon Route 53 to perform health checks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                          The port on the endpoint on which you want Amazon Route 53 to perform health checks.

                                                                                                                                                                                                                                                                                                          \n@return The port on the endpoint on which you want Amazon Route 53 to perform health checks.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Port", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Port", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                          The port on the endpoint on which you want Amazon Route 53 to perform health checks.

                                                                                                                                                                                                                                                                                                          \n@param port The port on the endpoint on which you want Amazon Route 53 to perform health checks.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                          The port on the endpoint on which you want Amazon Route 53 to perform health checks.

                                                                                                                                                                                                                                                                                                          \n@param port The port on the endpoint on which you want Amazon Route 53 to perform health checks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                          The port on the endpoint on which you want Amazon Route 53 to perform health checks.

                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ResourcePath", "c2jShape" : "ResourcePath", "deprecated" : false, "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.

                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourcePath", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourcePath", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourcePath", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourcePath", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourcePath", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FullyQualifiedDomainName", "c2jShape" : "FullyQualifiedDomainName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                          Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                                                                                                                                                                                                                                          If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                          If you specify IPAddress:

                                                                                                                                                                                                                                                                                                          The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Amazon Route 53 to perform health checks. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                                                                                                                                                                                                                                          • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the above cases.

                                                                                                                                                                                                                                                                                                          If you don't specify IPAddress:

                                                                                                                                                                                                                                                                                                          If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                          If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.example.com).

                                                                                                                                                                                                                                                                                                          In this configuration, if the value of FullyQualifiedDomainName matches the name of the resource record sets and you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                                                                                                                                                                                                                                          In addition, if the value of Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.

                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                          Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                                                                                                                                                                                                                                          If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                          If you specify IPAddress:

                                                                                                                                                                                                                                                                                                          The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Amazon Route 53 to perform health checks. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                                                                                                                                                                                                                                          • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the above cases.

                                                                                                                                                                                                                                                                                                          If you don't specify IPAddress:

                                                                                                                                                                                                                                                                                                          If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                          If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.example.com).

                                                                                                                                                                                                                                                                                                          In this configuration, if the value of FullyQualifiedDomainName matches the name of the resource record sets and you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                                                                                                                                                                                                                                          In addition, if the value of Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.

                                                                                                                                                                                                                                                                                                          \n@param fullyQualifiedDomainName Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                                                                                                                                                                                                                                          If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                          If you specify IPAddress:

                                                                                                                                                                                                                                                                                                          The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Amazon Route 53 to perform health checks. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                                                                                                                                                                                                                                          • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the above cases.

                                                                                                                                                                                                                                                                                                          If you don't specify IPAddress:

                                                                                                                                                                                                                                                                                                          If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                          If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.example.com).

                                                                                                                                                                                                                                                                                                          In this configuration, if the value of FullyQualifiedDomainName matches the name of the resource record sets and you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                                                                                                                                                                                                                                          In addition, if the value of Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                          Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                                                                                                                                                                                                                                          If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                          If you specify IPAddress:

                                                                                                                                                                                                                                                                                                          The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Amazon Route 53 to perform health checks. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                                                                                                                                                                                                                                          • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the above cases.

                                                                                                                                                                                                                                                                                                          If you don't specify IPAddress:

                                                                                                                                                                                                                                                                                                          If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                          If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.example.com).

                                                                                                                                                                                                                                                                                                          In this configuration, if the value of FullyQualifiedDomainName matches the name of the resource record sets and you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                                                                                                                                                                                                                                          In addition, if the value of Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.

                                                                                                                                                                                                                                                                                                          \n@return Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                                                                                                                                                                                                                                          If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                          If you specify IPAddress:

                                                                                                                                                                                                                                                                                                          The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Amazon Route 53 to perform health checks. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                                                                                                                                                                                                                                          • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the above cases.

                                                                                                                                                                                                                                                                                                          If you don't specify IPAddress:

                                                                                                                                                                                                                                                                                                          If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                          If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.example.com).

                                                                                                                                                                                                                                                                                                          In this configuration, if the value of FullyQualifiedDomainName matches the name of the resource record sets and you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                                                                                                                                                                                                                                          In addition, if the value of Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FullyQualifiedDomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FullyQualifiedDomainName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FullyQualifiedDomainName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                          Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                                                                                                                                                                                                                                          If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                          If you specify IPAddress:

                                                                                                                                                                                                                                                                                                          The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Amazon Route 53 to perform health checks. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                                                                                                                                                                                                                                          • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the above cases.

                                                                                                                                                                                                                                                                                                          If you don't specify IPAddress:

                                                                                                                                                                                                                                                                                                          If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                          If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.example.com).

                                                                                                                                                                                                                                                                                                          In this configuration, if the value of FullyQualifiedDomainName matches the name of the resource record sets and you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                                                                                                                                                                                                                                          In addition, if the value of Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.

                                                                                                                                                                                                                                                                                                          \n@param fullyQualifiedDomainName Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                                                                                                                                                                                                                                          If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                          If you specify IPAddress:

                                                                                                                                                                                                                                                                                                          The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Amazon Route 53 to perform health checks. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                                                                                                                                                                                                                                          • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the above cases.

                                                                                                                                                                                                                                                                                                          If you don't specify IPAddress:

                                                                                                                                                                                                                                                                                                          If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                          If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.example.com).

                                                                                                                                                                                                                                                                                                          In this configuration, if the value of FullyQualifiedDomainName matches the name of the resource record sets and you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                                                                                                                                                                                                                                          In addition, if the value of Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fullyQualifiedDomainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                          Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                                                                                                                                                                                                                                          If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                          If you specify IPAddress:

                                                                                                                                                                                                                                                                                                          The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Amazon Route 53 to perform health checks. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                                                                                                                                                                                                                                          • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the above cases.

                                                                                                                                                                                                                                                                                                          If you don't specify IPAddress:

                                                                                                                                                                                                                                                                                                          If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                          If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.example.com).

                                                                                                                                                                                                                                                                                                          In this configuration, if the value of FullyQualifiedDomainName matches the name of the resource record sets and you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                                                                                                                                                                                                                                          In addition, if the value of Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.

                                                                                                                                                                                                                                                                                                          \n@param fullyQualifiedDomainName Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                                                                                                                                                                                                                                          If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                          If you specify IPAddress:

                                                                                                                                                                                                                                                                                                          The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Amazon Route 53 to perform health checks. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                                                                                                                                                                                                                                          • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the above cases.

                                                                                                                                                                                                                                                                                                          If you don't specify IPAddress:

                                                                                                                                                                                                                                                                                                          If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                          If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.example.com).

                                                                                                                                                                                                                                                                                                          In this configuration, if the value of FullyQualifiedDomainName matches the name of the resource record sets and you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                                                                                                                                                                                                                                          In addition, if the value of Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "fullyQualifiedDomainName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                          Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                                                                                                                                                                                                                                          If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                          If you specify IPAddress:

                                                                                                                                                                                                                                                                                                          The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Amazon Route 53 to perform health checks. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                                                                                                                                                                                                                                          • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                          If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the above cases.

                                                                                                                                                                                                                                                                                                          If you don't specify IPAddress:

                                                                                                                                                                                                                                                                                                          If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                          If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.example.com).

                                                                                                                                                                                                                                                                                                          In this configuration, if the value of FullyQualifiedDomainName matches the name of the resource record sets and you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                                                                                                                                                                                                                                          In addition, if the value of Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.

                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SearchString", "c2jShape" : "SearchString", "deprecated" : false, "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. (You can't change the value of Type when you update a health check.)

                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "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. (You can't change the value of Type when you update a health check.)

                                                                                                                                                                                                                                                                                                          \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. (You can't change the value of Type when you update a health check.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "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. (You can't change the value of Type when you update a health check.)

                                                                                                                                                                                                                                                                                                          \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. (You can't change the value of Type when you update a health check.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchString", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchString", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchString", "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. (You can't change the value of Type when you update a health check.)

                                                                                                                                                                                                                                                                                                          \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. (You can't change the value of Type when you update a health check.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "searchString", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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. (You can't change the value of Type when you update a health check.)

                                                                                                                                                                                                                                                                                                          \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. (You can't change the value of Type when you update a health check.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "searchString", "variableType" : "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. (You can't change the value of Type when you update a health check.)

                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FailureThreshold", "c2jShape" : "FailureThreshold", "deprecated" : false, "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. For more information, see How Amazon Route 53 Determines Whether an Endpoint Is Healthy in the Amazon Route 53 Developer Guide.

                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "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. 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. 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.*/", "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. 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. For more information, see How Amazon Route 53 Determines Whether an Endpoint Is Healthy in the Amazon Route 53 Developer Guide.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FailureThreshold", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FailureThreshold", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FailureThreshold", "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. 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. For more information, see How Amazon Route 53 Determines Whether an Endpoint Is Healthy in the Amazon Route 53 Developer Guide.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "failureThreshold", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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. 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. 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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "failureThreshold", "variableType" : "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. 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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Inverted", "c2jShape" : "Inverted", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                          Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.

                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                          Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.

                                                                                                                                                                                                                                                                                                          \n@param inverted Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                          Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.

                                                                                                                                                                                                                                                                                                          \n@return Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Inverted", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Inverted", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Inverted", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                          Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.

                                                                                                                                                                                                                                                                                                          \n@param inverted Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "inverted", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                          Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.

                                                                                                                                                                                                                                                                                                          \n@param inverted Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "inverted", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                          Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.

                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthThreshold", "c2jShape" : "HealthThreshold", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                          The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the ChildHealthChecks and ChildHealthCheck elements.

                                                                                                                                                                                                                                                                                                          Note the following:

                                                                                                                                                                                                                                                                                                          • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                                                                                                                                                                                                                                          • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                          The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the ChildHealthChecks and ChildHealthCheck elements.

                                                                                                                                                                                                                                                                                                          Note the following:

                                                                                                                                                                                                                                                                                                          • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                                                                                                                                                                                                                                          • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                                                                                                                                                                                                                                          \n@param healthThreshold The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the ChildHealthChecks and ChildHealthCheck elements.

                                                                                                                                                                                                                                                                                                          Note the following:

                                                                                                                                                                                                                                                                                                          • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                                                                                                                                                                                                                                          • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                            The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the ChildHealthChecks and ChildHealthCheck elements.

                                                                                                                                                                                                                                                                                                            Note the following:

                                                                                                                                                                                                                                                                                                            • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                                                                                                                                                                                                                                            • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                                                                                                                                                                                                                                            \n@return The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the ChildHealthChecks and ChildHealthCheck elements.

                                                                                                                                                                                                                                                                                                            Note the following:

                                                                                                                                                                                                                                                                                                            • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                                                                                                                                                                                                                                            • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                                                                                                                                                                                                                                            • */", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthThreshold", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthThreshold", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthThreshold", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                              The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the ChildHealthChecks and ChildHealthCheck elements.

                                                                                                                                                                                                                                                                                                              Note the following:

                                                                                                                                                                                                                                                                                                              • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                                                                                                                                                                                                                                              • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                                                                                                                                                                                                                                              \n@param healthThreshold The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the ChildHealthChecks and ChildHealthCheck elements.

                                                                                                                                                                                                                                                                                                              Note the following:

                                                                                                                                                                                                                                                                                                              • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                                                                                                                                                                                                                                              • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                                                                                                                                                                                                                                              • */", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthThreshold", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the ChildHealthChecks and ChildHealthCheck elements.

                                                                                                                                                                                                                                                                                                                Note the following:

                                                                                                                                                                                                                                                                                                                • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                                                                                                                                                                                                                                                • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                                                                                                                                                                                                                                                \n@param healthThreshold The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the ChildHealthChecks and ChildHealthCheck elements.

                                                                                                                                                                                                                                                                                                                Note the following:

                                                                                                                                                                                                                                                                                                                • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                                                                                                                                                                                                                                                • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthThreshold", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the ChildHealthChecks and ChildHealthCheck elements.

                                                                                                                                                                                                                                                                                                                  Note the following:

                                                                                                                                                                                                                                                                                                                  • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                                                                                                                                                                                                                                                  • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ChildHealthChecks", "c2jShape" : "ChildHealthCheckList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                  A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.

                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.

                                                                                                                                                                                                                                                                                                                  \n@param childHealthChecks A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.

                                                                                                                                                                                                                                                                                                                  \n@return A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChildHealthChecks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChildHealthChecks", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "HealthCheckId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChildHealthCheck", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChildHealthCheck", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ChildHealthCheck", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ChildHealthChecks", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.

                                                                                                                                                                                                                                                                                                                  \n@param childHealthChecks A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "childHealthChecks", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.

                                                                                                                                                                                                                                                                                                                  \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 A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "childHealthChecks", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                  A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EnableSNI", "c2jShape" : "EnableSNI", "deprecated" : false, "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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                                                                                                                                                                                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                                                                                                                                                                                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.

                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                                                                                                                                                                                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                                                                                                                                                                                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.

                                                                                                                                                                                                                                                                                                                  \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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                                                                                                                                                                                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                                                                                                                                                                                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                                                                                                                                                                                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                                                                                                                                                                                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.

                                                                                                                                                                                                                                                                                                                  \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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                                                                                                                                                                                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                                                                                                                                                                                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EnableSNI", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EnableSNI", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EnableSNI", "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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                                                                                                                                                                                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                                                                                                                                                                                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.

                                                                                                                                                                                                                                                                                                                  \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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                                                                                                                                                                                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                                                                                                                                                                                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableSNI", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                                                                                                                                                                                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                                                                                                                                                                                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.

                                                                                                                                                                                                                                                                                                                  \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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                                                                                                                                                                                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                                                                                                                                                                                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableSNI", "variableType" : "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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                                                                                                                                                                                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                                                                                                                                                                                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Regions", "c2jShape" : "HealthCheckRegionList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                  A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.

                                                                                                                                                                                                                                                                                                                  ", "enumType" : "HealthCheckRegion", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.

                                                                                                                                                                                                                                                                                                                  \n@param regions A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.

                                                                                                                                                                                                                                                                                                                  \n@return A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.\n@see HealthCheckRegion*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Regions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Regions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "HealthCheckRegion", "deprecated" : false, "documentation" : "", "enumType" : "HealthCheckRegion", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "getterDocumentation" : "/**\n@return \n@see HealthCheckRegion*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Region", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Region", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see HealthCheckRegion*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Region", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Regions", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.

                                                                                                                                                                                                                                                                                                                  \n@param regions A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.\n@see HealthCheckRegion*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "regions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.

                                                                                                                                                                                                                                                                                                                  \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 complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "regions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                  A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AlarmIdentifier", "c2jShape" : "AlarmIdentifier", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param alarmIdentifier \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "AlarmIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AlarmIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AlarmIdentifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AlarmIdentifier", "setterDocumentation" : "/**\n@param alarmIdentifier */", "setterModel" : { "variableDeclarationType" : "AlarmIdentifier", "variableName" : "alarmIdentifier", "variableType" : "AlarmIdentifier", "documentation" : "", "simpleType" : "AlarmIdentifier", "variableSetterType" : "AlarmIdentifier" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param alarmIdentifier \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AlarmIdentifier", "variableName" : "alarmIdentifier", "variableType" : "AlarmIdentifier", "documentation" : "", "simpleType" : "AlarmIdentifier", "variableSetterType" : "AlarmIdentifier" }, "xmlNameSpaceUri" : null }, { "c2jName" : "InsufficientDataHealthStatus", "c2jShape" : "InsufficientDataHealthStatus", "deprecated" : false, "documentation" : "", "enumType" : "InsufficientDataHealthStatus", "fluentSetterDocumentation" : "/**\n@param insufficientDataHealthStatus \n@return Returns a reference to this object so that method calls can be chained together.\n@see InsufficientDataHealthStatus*/", "getterDocumentation" : "/**\n@return \n@see InsufficientDataHealthStatus*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InsufficientDataHealthStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InsufficientDataHealthStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InsufficientDataHealthStatus", "setterDocumentation" : "/**\n@param insufficientDataHealthStatus \n@see InsufficientDataHealthStatus*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "insufficientDataHealthStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param insufficientDataHealthStatus \n@return Returns a reference to this object so that method calls can be chained together.\n@see InsufficientDataHealthStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "insufficientDataHealthStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AlarmIdentifier" : { "c2jName" : "AlarmIdentifier", "c2jShape" : "AlarmIdentifier", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param alarmIdentifier \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "AlarmIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AlarmIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AlarmIdentifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AlarmIdentifier", "setterDocumentation" : "/**\n@param alarmIdentifier */", "setterModel" : { "variableDeclarationType" : "AlarmIdentifier", "variableName" : "alarmIdentifier", "variableType" : "AlarmIdentifier", "documentation" : "", "simpleType" : "AlarmIdentifier", "variableSetterType" : "AlarmIdentifier" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param alarmIdentifier \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AlarmIdentifier", "variableName" : "alarmIdentifier", "variableType" : "AlarmIdentifier", "documentation" : "", "simpleType" : "AlarmIdentifier", "variableSetterType" : "AlarmIdentifier" }, "xmlNameSpaceUri" : null }, "ChildHealthChecks" : { "c2jName" : "ChildHealthChecks", "c2jShape" : "ChildHealthCheckList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                  A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.

                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.

                                                                                                                                                                                                                                                                                                                  \n@param childHealthChecks A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.

                                                                                                                                                                                                                                                                                                                  \n@return A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChildHealthChecks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChildHealthChecks", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "HealthCheckId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChildHealthCheck", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChildHealthCheck", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ChildHealthCheck", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ChildHealthChecks", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.

                                                                                                                                                                                                                                                                                                                  \n@param childHealthChecks A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "childHealthChecks", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.

                                                                                                                                                                                                                                                                                                                  \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 A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "childHealthChecks", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                  A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "EnableSNI" : { "c2jName" : "EnableSNI", "c2jShape" : "EnableSNI", "deprecated" : false, "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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                                                                                                                                                                                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                                                                                                                                                                                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.

                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                                                                                                                                                                                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                                                                                                                                                                                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.

                                                                                                                                                                                                                                                                                                                  \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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                                                                                                                                                                                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                                                                                                                                                                                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                                                                                                                                                                                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                                                                                                                                                                                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.

                                                                                                                                                                                                                                                                                                                  \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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                                                                                                                                                                                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                                                                                                                                                                                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EnableSNI", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EnableSNI", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EnableSNI", "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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                                                                                                                                                                                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                                                                                                                                                                                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.

                                                                                                                                                                                                                                                                                                                  \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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                                                                                                                                                                                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                                                                                                                                                                                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableSNI", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                                                                                                                                                                                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                                                                                                                                                                                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.

                                                                                                                                                                                                                                                                                                                  \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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                                                                                                                                                                                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                                                                                                                                                                                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableSNI", "variableType" : "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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

                                                                                                                                                                                                                                                                                                                  Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be SSL alert handshake_failure. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

                                                                                                                                                                                                                                                                                                                  The SSL/TLS certificate on your endpoint includes a domain name in the Common Name field and possibly several more in the Subject Alternative Names field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "FailureThreshold" : { "c2jName" : "FailureThreshold", "c2jShape" : "FailureThreshold", "deprecated" : false, "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. For more information, see How Amazon Route 53 Determines Whether an Endpoint Is Healthy in the Amazon Route 53 Developer Guide.

                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "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. 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. 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.*/", "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. 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. For more information, see How Amazon Route 53 Determines Whether an Endpoint Is Healthy in the Amazon Route 53 Developer Guide.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FailureThreshold", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FailureThreshold", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FailureThreshold", "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. 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. For more information, see How Amazon Route 53 Determines Whether an Endpoint Is Healthy in the Amazon Route 53 Developer Guide.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "failureThreshold", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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. 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. 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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "failureThreshold", "variableType" : "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. 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" }, "xmlNameSpaceUri" : null }, "FullyQualifiedDomainName" : { "c2jName" : "FullyQualifiedDomainName", "c2jShape" : "FullyQualifiedDomainName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                  Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                                                                                                                                                                                                                                                  If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                                  If you specify IPAddress:

                                                                                                                                                                                                                                                                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Amazon Route 53 to perform health checks. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                                                                                                                                                                                                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the above cases.

                                                                                                                                                                                                                                                                                                                  If you don't specify IPAddress:

                                                                                                                                                                                                                                                                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.example.com).

                                                                                                                                                                                                                                                                                                                  In this configuration, if the value of FullyQualifiedDomainName matches the name of the resource record sets and you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                                                                                                                                                                                                                                                  In addition, if the value of Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.

                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                                                                                                                                                                                                                                                  If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                                  If you specify IPAddress:

                                                                                                                                                                                                                                                                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Amazon Route 53 to perform health checks. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                                                                                                                                                                                                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the above cases.

                                                                                                                                                                                                                                                                                                                  If you don't specify IPAddress:

                                                                                                                                                                                                                                                                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.example.com).

                                                                                                                                                                                                                                                                                                                  In this configuration, if the value of FullyQualifiedDomainName matches the name of the resource record sets and you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                                                                                                                                                                                                                                                  In addition, if the value of Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.

                                                                                                                                                                                                                                                                                                                  \n@param fullyQualifiedDomainName Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                                                                                                                                                                                                                                                  If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                                  If you specify IPAddress:

                                                                                                                                                                                                                                                                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Amazon Route 53 to perform health checks. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                                                                                                                                                                                                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the above cases.

                                                                                                                                                                                                                                                                                                                  If you don't specify IPAddress:

                                                                                                                                                                                                                                                                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.example.com).

                                                                                                                                                                                                                                                                                                                  In this configuration, if the value of FullyQualifiedDomainName matches the name of the resource record sets and you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                                                                                                                                                                                                                                                  In addition, if the value of Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                                                                                                                                                                                                                                                  If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                                  If you specify IPAddress:

                                                                                                                                                                                                                                                                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Amazon Route 53 to perform health checks. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                                                                                                                                                                                                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the above cases.

                                                                                                                                                                                                                                                                                                                  If you don't specify IPAddress:

                                                                                                                                                                                                                                                                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.example.com).

                                                                                                                                                                                                                                                                                                                  In this configuration, if the value of FullyQualifiedDomainName matches the name of the resource record sets and you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                                                                                                                                                                                                                                                  In addition, if the value of Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.

                                                                                                                                                                                                                                                                                                                  \n@return Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                                                                                                                                                                                                                                                  If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                                  If you specify IPAddress:

                                                                                                                                                                                                                                                                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Amazon Route 53 to perform health checks. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                                                                                                                                                                                                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the above cases.

                                                                                                                                                                                                                                                                                                                  If you don't specify IPAddress:

                                                                                                                                                                                                                                                                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.example.com).

                                                                                                                                                                                                                                                                                                                  In this configuration, if the value of FullyQualifiedDomainName matches the name of the resource record sets and you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                                                                                                                                                                                                                                                  In addition, if the value of Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FullyQualifiedDomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FullyQualifiedDomainName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FullyQualifiedDomainName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                                                                                                                                                                                                                                                  If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                                  If you specify IPAddress:

                                                                                                                                                                                                                                                                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Amazon Route 53 to perform health checks. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                                                                                                                                                                                                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the above cases.

                                                                                                                                                                                                                                                                                                                  If you don't specify IPAddress:

                                                                                                                                                                                                                                                                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.example.com).

                                                                                                                                                                                                                                                                                                                  In this configuration, if the value of FullyQualifiedDomainName matches the name of the resource record sets and you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                                                                                                                                                                                                                                                  In addition, if the value of Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.

                                                                                                                                                                                                                                                                                                                  \n@param fullyQualifiedDomainName Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                                                                                                                                                                                                                                                  If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                                  If you specify IPAddress:

                                                                                                                                                                                                                                                                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Amazon Route 53 to perform health checks. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                                                                                                                                                                                                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the above cases.

                                                                                                                                                                                                                                                                                                                  If you don't specify IPAddress:

                                                                                                                                                                                                                                                                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.example.com).

                                                                                                                                                                                                                                                                                                                  In this configuration, if the value of FullyQualifiedDomainName matches the name of the resource record sets and you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                                                                                                                                                                                                                                                  In addition, if the value of Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fullyQualifiedDomainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                                                                                                                                                                                                                                                  If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                                  If you specify IPAddress:

                                                                                                                                                                                                                                                                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Amazon Route 53 to perform health checks. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                                                                                                                                                                                                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the above cases.

                                                                                                                                                                                                                                                                                                                  If you don't specify IPAddress:

                                                                                                                                                                                                                                                                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.example.com).

                                                                                                                                                                                                                                                                                                                  In this configuration, if the value of FullyQualifiedDomainName matches the name of the resource record sets and you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                                                                                                                                                                                                                                                  In addition, if the value of Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.

                                                                                                                                                                                                                                                                                                                  \n@param fullyQualifiedDomainName Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                                                                                                                                                                                                                                                  If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                                  If you specify IPAddress:

                                                                                                                                                                                                                                                                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Amazon Route 53 to perform health checks. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                                                                                                                                                                                                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the above cases.

                                                                                                                                                                                                                                                                                                                  If you don't specify IPAddress:

                                                                                                                                                                                                                                                                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.example.com).

                                                                                                                                                                                                                                                                                                                  In this configuration, if the value of FullyQualifiedDomainName matches the name of the resource record sets and you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                                                                                                                                                                                                                                                  In addition, if the value of Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "fullyQualifiedDomainName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

                                                                                                                                                                                                                                                                                                                  If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                                  If you specify IPAddress:

                                                                                                                                                                                                                                                                                                                  The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Amazon Route 53 to perform health checks. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

                                                                                                                                                                                                                                                                                                                  • If you specify a value of 80 for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  • If you specify a value of 443 for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes FullyQualifiedDomainName:Port to the endpoint in the Host header.

                                                                                                                                                                                                                                                                                                                  If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the above cases.

                                                                                                                                                                                                                                                                                                                  If you don't specify IPAddress:

                                                                                                                                                                                                                                                                                                                  If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                                  If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, 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 (www.example.com).

                                                                                                                                                                                                                                                                                                                  In this configuration, if the value of FullyQualifiedDomainName matches the name of the resource record sets and you then associate the health check with those resource record sets, health check results will be unpredictable.

                                                                                                                                                                                                                                                                                                                  In addition, if the value of Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HealthCheckId" : { "c2jName" : "HealthCheckId", "c2jShape" : "HealthCheckId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                  The ID for the health check for which you want detailed information. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.

                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The ID for the health check for which you want detailed information. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.

                                                                                                                                                                                                                                                                                                                  \n@param healthCheckId The ID for the health check for which you want detailed information. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The ID for the health check for which you want detailed information. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.

                                                                                                                                                                                                                                                                                                                  \n@return The ID for the health check for which you want detailed information. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "HealthCheckId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckId", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckId", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The ID for the health check for which you want detailed information. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.

                                                                                                                                                                                                                                                                                                                  \n@param healthCheckId The ID for the health check for which you want detailed information. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The ID for the health check for which you want detailed information. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.

                                                                                                                                                                                                                                                                                                                  \n@param healthCheckId The ID for the health check for which you want detailed information. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The ID for the health check for which you want detailed information. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HealthCheckVersion" : { "c2jName" : "HealthCheckVersion", "c2jShape" : "HealthCheckVersion", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                  A sequential counter that Amazon Route 53 sets to 1 when you create a health check and increments by 1 each time you update settings for the health check.

                                                                                                                                                                                                                                                                                                                  We recommend that you use GetHealthCheck or ListHealthChecks to get the current value of HealthCheckVersion for the health check that you want to update, and that you include that value in your UpdateHealthCheck request. This prevents Amazon Route 53 from overwriting an intervening update:

                                                                                                                                                                                                                                                                                                                  • f the value in the UpdateHealthCheck request matches the value of HealthCheckVersion in the health check, Amazon Route 53 updates the health check with the new settings.

                                                                                                                                                                                                                                                                                                                  • If the value of HealthCheckVersion in the health check is greater, the health check was changed after you got the version number. Amazon Route 53 does not update the health check, and it returns a HealthCheckVersionMismatch error.

                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A sequential counter that Amazon Route 53 sets to 1 when you create a health check and increments by 1 each time you update settings for the health check.

                                                                                                                                                                                                                                                                                                                  We recommend that you use GetHealthCheck or ListHealthChecks to get the current value of HealthCheckVersion for the health check that you want to update, and that you include that value in your UpdateHealthCheck request. This prevents Amazon Route 53 from overwriting an intervening update:

                                                                                                                                                                                                                                                                                                                  • f the value in the UpdateHealthCheck request matches the value of HealthCheckVersion in the health check, Amazon Route 53 updates the health check with the new settings.

                                                                                                                                                                                                                                                                                                                  • If the value of HealthCheckVersion in the health check is greater, the health check was changed after you got the version number. Amazon Route 53 does not update the health check, and it returns a HealthCheckVersionMismatch error.

                                                                                                                                                                                                                                                                                                                  \n@param healthCheckVersion A sequential counter that Amazon Route 53 sets to 1 when you create a health check and increments by 1 each time you update settings for the health check.

                                                                                                                                                                                                                                                                                                                  We recommend that you use GetHealthCheck or ListHealthChecks to get the current value of HealthCheckVersion for the health check that you want to update, and that you include that value in your UpdateHealthCheck request. This prevents Amazon Route 53 from overwriting an intervening update:

                                                                                                                                                                                                                                                                                                                  • f the value in the UpdateHealthCheck request matches the value of HealthCheckVersion in the health check, Amazon Route 53 updates the health check with the new settings.

                                                                                                                                                                                                                                                                                                                  • If the value of HealthCheckVersion in the health check is greater, the health check was changed after you got the version number. Amazon Route 53 does not update the health check, and it returns a HealthCheckVersionMismatch error.

                                                                                                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                    A sequential counter that Amazon Route 53 sets to 1 when you create a health check and increments by 1 each time you update settings for the health check.

                                                                                                                                                                                                                                                                                                                    We recommend that you use GetHealthCheck or ListHealthChecks to get the current value of HealthCheckVersion for the health check that you want to update, and that you include that value in your UpdateHealthCheck request. This prevents Amazon Route 53 from overwriting an intervening update:

                                                                                                                                                                                                                                                                                                                    • f the value in the UpdateHealthCheck request matches the value of HealthCheckVersion in the health check, Amazon Route 53 updates the health check with the new settings.

                                                                                                                                                                                                                                                                                                                    • If the value of HealthCheckVersion in the health check is greater, the health check was changed after you got the version number. Amazon Route 53 does not update the health check, and it returns a HealthCheckVersionMismatch error.

                                                                                                                                                                                                                                                                                                                    \n@return A sequential counter that Amazon Route 53 sets to 1 when you create a health check and increments by 1 each time you update settings for the health check.

                                                                                                                                                                                                                                                                                                                    We recommend that you use GetHealthCheck or ListHealthChecks to get the current value of HealthCheckVersion for the health check that you want to update, and that you include that value in your UpdateHealthCheck request. This prevents Amazon Route 53 from overwriting an intervening update:

                                                                                                                                                                                                                                                                                                                    • f the value in the UpdateHealthCheck request matches the value of HealthCheckVersion in the health check, Amazon Route 53 updates the health check with the new settings.

                                                                                                                                                                                                                                                                                                                    • If the value of HealthCheckVersion in the health check is greater, the health check was changed after you got the version number. Amazon Route 53 does not update the health check, and it returns a HealthCheckVersionMismatch error.

                                                                                                                                                                                                                                                                                                                    • */", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckVersion", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                      A sequential counter that Amazon Route 53 sets to 1 when you create a health check and increments by 1 each time you update settings for the health check.

                                                                                                                                                                                                                                                                                                                      We recommend that you use GetHealthCheck or ListHealthChecks to get the current value of HealthCheckVersion for the health check that you want to update, and that you include that value in your UpdateHealthCheck request. This prevents Amazon Route 53 from overwriting an intervening update:

                                                                                                                                                                                                                                                                                                                      • f the value in the UpdateHealthCheck request matches the value of HealthCheckVersion in the health check, Amazon Route 53 updates the health check with the new settings.

                                                                                                                                                                                                                                                                                                                      • If the value of HealthCheckVersion in the health check is greater, the health check was changed after you got the version number. Amazon Route 53 does not update the health check, and it returns a HealthCheckVersionMismatch error.

                                                                                                                                                                                                                                                                                                                      \n@param healthCheckVersion A sequential counter that Amazon Route 53 sets to 1 when you create a health check and increments by 1 each time you update settings for the health check.

                                                                                                                                                                                                                                                                                                                      We recommend that you use GetHealthCheck or ListHealthChecks to get the current value of HealthCheckVersion for the health check that you want to update, and that you include that value in your UpdateHealthCheck request. This prevents Amazon Route 53 from overwriting an intervening update:

                                                                                                                                                                                                                                                                                                                      • f the value in the UpdateHealthCheck request matches the value of HealthCheckVersion in the health check, Amazon Route 53 updates the health check with the new settings.

                                                                                                                                                                                                                                                                                                                      • If the value of HealthCheckVersion in the health check is greater, the health check was changed after you got the version number. Amazon Route 53 does not update the health check, and it returns a HealthCheckVersionMismatch error.

                                                                                                                                                                                                                                                                                                                      • */", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "healthCheckVersion", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                        A sequential counter that Amazon Route 53 sets to 1 when you create a health check and increments by 1 each time you update settings for the health check.

                                                                                                                                                                                                                                                                                                                        We recommend that you use GetHealthCheck or ListHealthChecks to get the current value of HealthCheckVersion for the health check that you want to update, and that you include that value in your UpdateHealthCheck request. This prevents Amazon Route 53 from overwriting an intervening update:

                                                                                                                                                                                                                                                                                                                        • f the value in the UpdateHealthCheck request matches the value of HealthCheckVersion in the health check, Amazon Route 53 updates the health check with the new settings.

                                                                                                                                                                                                                                                                                                                        • If the value of HealthCheckVersion in the health check is greater, the health check was changed after you got the version number. Amazon Route 53 does not update the health check, and it returns a HealthCheckVersionMismatch error.

                                                                                                                                                                                                                                                                                                                        \n@param healthCheckVersion A sequential counter that Amazon Route 53 sets to 1 when you create a health check and increments by 1 each time you update settings for the health check.

                                                                                                                                                                                                                                                                                                                        We recommend that you use GetHealthCheck or ListHealthChecks to get the current value of HealthCheckVersion for the health check that you want to update, and that you include that value in your UpdateHealthCheck request. This prevents Amazon Route 53 from overwriting an intervening update:

                                                                                                                                                                                                                                                                                                                        • f the value in the UpdateHealthCheck request matches the value of HealthCheckVersion in the health check, Amazon Route 53 updates the health check with the new settings.

                                                                                                                                                                                                                                                                                                                        • If the value of HealthCheckVersion in the health check is greater, the health check was changed after you got the version number. Amazon Route 53 does not update the health check, and it returns a HealthCheckVersionMismatch error.

                                                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "healthCheckVersion", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                          A sequential counter that Amazon Route 53 sets to 1 when you create a health check and increments by 1 each time you update settings for the health check.

                                                                                                                                                                                                                                                                                                                          We recommend that you use GetHealthCheck or ListHealthChecks to get the current value of HealthCheckVersion for the health check that you want to update, and that you include that value in your UpdateHealthCheck request. This prevents Amazon Route 53 from overwriting an intervening update:

                                                                                                                                                                                                                                                                                                                          • f the value in the UpdateHealthCheck request matches the value of HealthCheckVersion in the health check, Amazon Route 53 updates the health check with the new settings.

                                                                                                                                                                                                                                                                                                                          • If the value of HealthCheckVersion in the health check is greater, the health check was changed after you got the version number. Amazon Route 53 does not update the health check, and it returns a HealthCheckVersionMismatch error.

                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "HealthThreshold" : { "c2jName" : "HealthThreshold", "c2jShape" : "HealthThreshold", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                          The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the ChildHealthChecks and ChildHealthCheck elements.

                                                                                                                                                                                                                                                                                                                          Note the following:

                                                                                                                                                                                                                                                                                                                          • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                                                                                                                                                                                                                                                          • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the ChildHealthChecks and ChildHealthCheck elements.

                                                                                                                                                                                                                                                                                                                          Note the following:

                                                                                                                                                                                                                                                                                                                          • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                                                                                                                                                                                                                                                          • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                                                                                                                                                                                                                                                          \n@param healthThreshold The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the ChildHealthChecks and ChildHealthCheck elements.

                                                                                                                                                                                                                                                                                                                          Note the following:

                                                                                                                                                                                                                                                                                                                          • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                                                                                                                                                                                                                                                          • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                            The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the ChildHealthChecks and ChildHealthCheck elements.

                                                                                                                                                                                                                                                                                                                            Note the following:

                                                                                                                                                                                                                                                                                                                            • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                                                                                                                                                                                                                                                            • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                                                                                                                                                                                                                                                            \n@return The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the ChildHealthChecks and ChildHealthCheck elements.

                                                                                                                                                                                                                                                                                                                            Note the following:

                                                                                                                                                                                                                                                                                                                            • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                                                                                                                                                                                                                                                            • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                                                                                                                                                                                                                                                            • */", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthThreshold", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthThreshold", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthThreshold", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                              The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the ChildHealthChecks and ChildHealthCheck elements.

                                                                                                                                                                                                                                                                                                                              Note the following:

                                                                                                                                                                                                                                                                                                                              • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                                                                                                                                                                                                                                                              • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                                                                                                                                                                                                                                                              \n@param healthThreshold The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the ChildHealthChecks and ChildHealthCheck elements.

                                                                                                                                                                                                                                                                                                                              Note the following:

                                                                                                                                                                                                                                                                                                                              • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                                                                                                                                                                                                                                                              • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                                                                                                                                                                                                                                                              • */", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthThreshold", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the ChildHealthChecks and ChildHealthCheck elements.

                                                                                                                                                                                                                                                                                                                                Note the following:

                                                                                                                                                                                                                                                                                                                                • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                                                                                                                                                                                                                                                                • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                                                                                                                                                                                                                                                                \n@param healthThreshold The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the ChildHealthChecks and ChildHealthCheck elements.

                                                                                                                                                                                                                                                                                                                                Note the following:

                                                                                                                                                                                                                                                                                                                                • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                                                                                                                                                                                                                                                                • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthThreshold", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the ChildHealthChecks and ChildHealthCheck elements.

                                                                                                                                                                                                                                                                                                                                  Note the following:

                                                                                                                                                                                                                                                                                                                                  • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.

                                                                                                                                                                                                                                                                                                                                  • If you specify 0, Amazon Route 53 always considers this health check to be healthy.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "IPAddress" : { "c2jName" : "IPAddress", "c2jShape" : "IPAddress", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                                                  f the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance never changes. For more information, see Elastic IP Addresses (EIP) in the Amazon EC2 User Guide for Linux Instances.

                                                                                                                                                                                                                                                                                                                                  If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                                                  For more information, see UpdateHealthCheckRequest$FullyQualifiedDomainName.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                                                  f the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance never changes. For more information, see Elastic IP Addresses (EIP) in the Amazon EC2 User Guide for Linux Instances.

                                                                                                                                                                                                                                                                                                                                  If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                                                  For more information, see UpdateHealthCheckRequest$FullyQualifiedDomainName.

                                                                                                                                                                                                                                                                                                                                  \n@param iPAddress The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                                                  f the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance never changes. For more information, see Elastic IP Addresses (EIP) in the Amazon EC2 User Guide for Linux Instances.

                                                                                                                                                                                                                                                                                                                                  If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                                                  For more information, see UpdateHealthCheckRequest$FullyQualifiedDomainName.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                                                  f the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance never changes. For more information, see Elastic IP Addresses (EIP) in the Amazon EC2 User Guide for Linux Instances.

                                                                                                                                                                                                                                                                                                                                  If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                                                  For more information, see UpdateHealthCheckRequest$FullyQualifiedDomainName.

                                                                                                                                                                                                                                                                                                                                  \n@return The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                                                  f the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance never changes. For more information, see Elastic IP Addresses (EIP) in the Amazon EC2 User Guide for Linux Instances.

                                                                                                                                                                                                                                                                                                                                  If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                                                  For more information, see UpdateHealthCheckRequest$FullyQualifiedDomainName.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IPAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IPAddress", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IPAddress", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                                                  f the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance never changes. For more information, see Elastic IP Addresses (EIP) in the Amazon EC2 User Guide for Linux Instances.

                                                                                                                                                                                                                                                                                                                                  If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                                                  For more information, see UpdateHealthCheckRequest$FullyQualifiedDomainName.

                                                                                                                                                                                                                                                                                                                                  \n@param iPAddress The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                                                  f the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance never changes. For more information, see Elastic IP Addresses (EIP) in the Amazon EC2 User Guide for Linux Instances.

                                                                                                                                                                                                                                                                                                                                  If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                                                  For more information, see UpdateHealthCheckRequest$FullyQualifiedDomainName.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iPAddress", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                                                  f the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance never changes. For more information, see Elastic IP Addresses (EIP) in the Amazon EC2 User Guide for Linux Instances.

                                                                                                                                                                                                                                                                                                                                  If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                                                  For more information, see UpdateHealthCheckRequest$FullyQualifiedDomainName.

                                                                                                                                                                                                                                                                                                                                  \n@param iPAddress The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                                                  f the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance never changes. For more information, see Elastic IP Addresses (EIP) in the Amazon EC2 User Guide for Linux Instances.

                                                                                                                                                                                                                                                                                                                                  If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                                                  For more information, see UpdateHealthCheckRequest$FullyQualifiedDomainName.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "iPAddress", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

                                                                                                                                                                                                                                                                                                                                  f the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance never changes. For more information, see Elastic IP Addresses (EIP) in the Amazon EC2 User Guide for Linux Instances.

                                                                                                                                                                                                                                                                                                                                  If a health check already has a value for IPAddress, you can change the value. However, you can't update an existing health check to add or remove the value of IPAddress.

                                                                                                                                                                                                                                                                                                                                  For more information, see UpdateHealthCheckRequest$FullyQualifiedDomainName.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "InsufficientDataHealthStatus" : { "c2jName" : "InsufficientDataHealthStatus", "c2jShape" : "InsufficientDataHealthStatus", "deprecated" : false, "documentation" : "", "enumType" : "InsufficientDataHealthStatus", "fluentSetterDocumentation" : "/**\n@param insufficientDataHealthStatus \n@return Returns a reference to this object so that method calls can be chained together.\n@see InsufficientDataHealthStatus*/", "getterDocumentation" : "/**\n@return \n@see InsufficientDataHealthStatus*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InsufficientDataHealthStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InsufficientDataHealthStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InsufficientDataHealthStatus", "setterDocumentation" : "/**\n@param insufficientDataHealthStatus \n@see InsufficientDataHealthStatus*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "insufficientDataHealthStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param insufficientDataHealthStatus \n@return Returns a reference to this object so that method calls can be chained together.\n@see InsufficientDataHealthStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "insufficientDataHealthStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Inverted" : { "c2jName" : "Inverted", "c2jShape" : "Inverted", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.

                                                                                                                                                                                                                                                                                                                                  \n@param inverted Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.

                                                                                                                                                                                                                                                                                                                                  \n@return Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Inverted", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Inverted", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Inverted", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.

                                                                                                                                                                                                                                                                                                                                  \n@param inverted Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "inverted", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.

                                                                                                                                                                                                                                                                                                                                  \n@param inverted Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "inverted", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Port" : { "c2jName" : "Port", "c2jShape" : "Port", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The port on the endpoint on which you want Amazon Route 53 to perform health checks.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The port on the endpoint on which you want Amazon Route 53 to perform health checks.

                                                                                                                                                                                                                                                                                                                                  \n@param port The port on the endpoint on which you want Amazon Route 53 to perform health checks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The port on the endpoint on which you want Amazon Route 53 to perform health checks.

                                                                                                                                                                                                                                                                                                                                  \n@return The port on the endpoint on which you want Amazon Route 53 to perform health checks.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Port", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Port", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The port on the endpoint on which you want Amazon Route 53 to perform health checks.

                                                                                                                                                                                                                                                                                                                                  \n@param port The port on the endpoint on which you want Amazon Route 53 to perform health checks.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The port on the endpoint on which you want Amazon Route 53 to perform health checks.

                                                                                                                                                                                                                                                                                                                                  \n@param port The port on the endpoint on which you want Amazon Route 53 to perform health checks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The port on the endpoint on which you want Amazon Route 53 to perform health checks.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Regions" : { "c2jName" : "Regions", "c2jShape" : "HealthCheckRegionList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : "HealthCheckRegion", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.

                                                                                                                                                                                                                                                                                                                                  \n@param regions A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.

                                                                                                                                                                                                                                                                                                                                  \n@return A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.\n@see HealthCheckRegion*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Regions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Regions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "HealthCheckRegion", "deprecated" : false, "documentation" : "", "enumType" : "HealthCheckRegion", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "getterDocumentation" : "/**\n@return \n@see HealthCheckRegion*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Region", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Region", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see HealthCheckRegion*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Region", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Regions", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.

                                                                                                                                                                                                                                                                                                                                  \n@param regions A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.\n@see HealthCheckRegion*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "regions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.

                                                                                                                                                                                                                                                                                                                                  \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 complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "regions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ResourcePath" : { "c2jName" : "ResourcePath", "c2jShape" : "ResourcePath", "deprecated" : false, "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.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourcePath", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourcePath", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourcePath", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourcePath", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourcePath", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "SearchString" : { "c2jName" : "SearchString", "c2jShape" : "SearchString", "deprecated" : false, "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. (You can't change the value of Type when you update a health check.)

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "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. (You can't change the value of Type when you update a health check.)

                                                                                                                                                                                                                                                                                                                                  \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. (You can't change the value of Type when you update a health check.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "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. (You can't change the value of Type when you update a health check.)

                                                                                                                                                                                                                                                                                                                                  \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. (You can't change the value of Type when you update a health check.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchString", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchString", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchString", "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. (You can't change the value of Type when you update a health check.)

                                                                                                                                                                                                                                                                                                                                  \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. (You can't change the value of Type when you update a health check.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "searchString", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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. (You can't change the value of Type when you update a health check.)

                                                                                                                                                                                                                                                                                                                                  \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. (You can't change the value of Type when you update a health check.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "searchString", "variableType" : "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. (You can't change the value of Type when you update a health check.)

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "HealthCheckId" ], "shapeName" : "UpdateHealthCheckRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateHealthCheckRequest", "variableName" : "updateHealthCheckRequest", "variableType" : "UpdateHealthCheckRequest", "documentation" : null, "simpleType" : "UpdateHealthCheckRequest", "variableSetterType" : "UpdateHealthCheckRequest" }, "wrapper" : false }, "UpdateHealthCheckResult" : { "c2jName" : "UpdateHealthCheckResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "HealthCheck", "c2jShape" : "HealthCheck", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param healthCheck \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "HealthCheck", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheck", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheck", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheck", "setterDocumentation" : "/**\n@param healthCheck */", "setterModel" : { "variableDeclarationType" : "HealthCheck", "variableName" : "healthCheck", "variableType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param healthCheck \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HealthCheck", "variableName" : "healthCheck", "variableType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HealthCheck" : { "c2jName" : "HealthCheck", "c2jShape" : "HealthCheck", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param healthCheck \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "HealthCheck", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheck", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheck", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheck", "setterDocumentation" : "/**\n@param healthCheck */", "setterModel" : { "variableDeclarationType" : "HealthCheck", "variableName" : "healthCheck", "variableType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param healthCheck \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HealthCheck", "variableName" : "healthCheck", "variableType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "xmlNameSpaceUri" : null } }, "required" : [ "HealthCheck" ], "shapeName" : "UpdateHealthCheckResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateHealthCheckResult", "variableName" : "updateHealthCheckResult", "variableType" : "UpdateHealthCheckResult", "documentation" : null, "simpleType" : "UpdateHealthCheckResult", "variableSetterType" : "UpdateHealthCheckResult" }, "wrapper" : false }, "UpdateHostedZoneCommentRequest" : { "c2jName" : "UpdateHostedZoneCommentRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A complex type that contains the hosted zone request information.

                                                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateHostedZoneComment", "locationName" : "UpdateHostedZoneCommentRequest", "requestUri" : "/2013-04-01/hostedzone/{Id}", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "members" : [ { "c2jName" : "Id", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The ID for the hosted zone for which you want to update the comment.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The ID for the hosted zone for which you want to update the comment.

                                                                                                                                                                                                                                                                                                                                  \n@param id The ID for the hosted zone for which you want to update the comment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The ID for the hosted zone for which you want to update the comment.

                                                                                                                                                                                                                                                                                                                                  \n@return The ID for the hosted zone for which you want to update the comment.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The ID for the hosted zone for which you want to update the comment.

                                                                                                                                                                                                                                                                                                                                  \n@param id The ID for the hosted zone for which you want to update the comment.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The ID for the hosted zone for which you want to update the comment.

                                                                                                                                                                                                                                                                                                                                  \n@param id The ID for the hosted zone for which you want to update the comment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The ID for the hosted zone for which you want to update the comment.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Comment", "c2jShape" : "ResourceDescription", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route 53 deletes the existing value of the Comment element, if any.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route 53 deletes the existing value of the Comment element, if any.

                                                                                                                                                                                                                                                                                                                                  \n@param comment The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route 53 deletes the existing value of the Comment element, if any.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route 53 deletes the existing value of the Comment element, if any.

                                                                                                                                                                                                                                                                                                                                  \n@return The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route 53 deletes the existing value of the Comment element, if any.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Comment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Comment", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route 53 deletes the existing value of the Comment element, if any.

                                                                                                                                                                                                                                                                                                                                  \n@param comment The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route 53 deletes the existing value of the Comment element, if any.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route 53 deletes the existing value of the Comment element, if any.

                                                                                                                                                                                                                                                                                                                                  \n@param comment The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route 53 deletes the existing value of the Comment element, if any.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route 53 deletes the existing value of the Comment element, if any.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Comment" : { "c2jName" : "Comment", "c2jShape" : "ResourceDescription", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route 53 deletes the existing value of the Comment element, if any.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route 53 deletes the existing value of the Comment element, if any.

                                                                                                                                                                                                                                                                                                                                  \n@param comment The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route 53 deletes the existing value of the Comment element, if any.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route 53 deletes the existing value of the Comment element, if any.

                                                                                                                                                                                                                                                                                                                                  \n@return The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route 53 deletes the existing value of the Comment element, if any.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Comment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Comment", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route 53 deletes the existing value of the Comment element, if any.

                                                                                                                                                                                                                                                                                                                                  \n@param comment The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route 53 deletes the existing value of the Comment element, if any.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route 53 deletes the existing value of the Comment element, if any.

                                                                                                                                                                                                                                                                                                                                  \n@param comment The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route 53 deletes the existing value of the Comment element, if any.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route 53 deletes the existing value of the Comment element, if any.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Id" : { "c2jName" : "Id", "c2jShape" : "ResourceId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The ID for the hosted zone for which you want to update the comment.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The ID for the hosted zone for which you want to update the comment.

                                                                                                                                                                                                                                                                                                                                  \n@param id The ID for the hosted zone for which you want to update the comment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The ID for the hosted zone for which you want to update the comment.

                                                                                                                                                                                                                                                                                                                                  \n@return The ID for the hosted zone for which you want to update the comment.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The ID for the hosted zone for which you want to update the comment.

                                                                                                                                                                                                                                                                                                                                  \n@param id The ID for the hosted zone for which you want to update the comment.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The ID for the hosted zone for which you want to update the comment.

                                                                                                                                                                                                                                                                                                                                  \n@param id The ID for the hosted zone for which you want to update the comment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The ID for the hosted zone for which you want to update the comment.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id" ], "shapeName" : "UpdateHostedZoneCommentRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateHostedZoneCommentRequest", "variableName" : "updateHostedZoneCommentRequest", "variableType" : "UpdateHostedZoneCommentRequest", "documentation" : null, "simpleType" : "UpdateHostedZoneCommentRequest", "variableSetterType" : "UpdateHostedZoneCommentRequest" }, "wrapper" : false }, "UpdateHostedZoneCommentResult" : { "c2jName" : "UpdateHostedZoneCommentResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A complex type that contains the response to the UpdateHostedZoneCommentRequest.

                                                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "HostedZone", "c2jShape" : "HostedZone", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param hostedZone \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "HostedZone", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZone", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZone", "setterDocumentation" : "/**\n@param hostedZone */", "setterModel" : { "variableDeclarationType" : "HostedZone", "variableName" : "hostedZone", "variableType" : "HostedZone", "documentation" : "", "simpleType" : "HostedZone", "variableSetterType" : "HostedZone" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param hostedZone \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HostedZone", "variableName" : "hostedZone", "variableType" : "HostedZone", "documentation" : "", "simpleType" : "HostedZone", "variableSetterType" : "HostedZone" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HostedZone" : { "c2jName" : "HostedZone", "c2jShape" : "HostedZone", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param hostedZone \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "HostedZone", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HostedZone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HostedZone", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostedZone", "setterDocumentation" : "/**\n@param hostedZone */", "setterModel" : { "variableDeclarationType" : "HostedZone", "variableName" : "hostedZone", "variableType" : "HostedZone", "documentation" : "", "simpleType" : "HostedZone", "variableSetterType" : "HostedZone" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param hostedZone \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HostedZone", "variableName" : "hostedZone", "variableType" : "HostedZone", "documentation" : "", "simpleType" : "HostedZone", "variableSetterType" : "HostedZone" }, "xmlNameSpaceUri" : null } }, "required" : [ "HostedZone" ], "shapeName" : "UpdateHostedZoneCommentResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateHostedZoneCommentResult", "variableName" : "updateHostedZoneCommentResult", "variableType" : "UpdateHostedZoneCommentResult", "documentation" : null, "simpleType" : "UpdateHostedZoneCommentResult", "variableSetterType" : "UpdateHostedZoneCommentResult" }, "wrapper" : false }, "UpdateTrafficPolicyCommentRequest" : { "c2jName" : "UpdateTrafficPolicyCommentRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A complex type that contains information about the traffic policy for which you want to update the comment.

                                                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateTrafficPolicyComment", "locationName" : "UpdateTrafficPolicyCommentRequest", "requestUri" : "/2013-04-01/trafficpolicy/{Id}/{Version}", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "members" : [ { "c2jName" : "Id", "c2jShape" : "TrafficPolicyId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The value of Id for the traffic policy for which you want to update the comment.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The value of Id for the traffic policy for which you want to update the comment.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Version", "c2jShape" : "TrafficPolicyVersion", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The value of Version for the traffic policy for which you want to update the comment.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Version", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Version", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Version", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "version", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "version", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The value of Version for the traffic policy for which you want to update the comment.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Comment", "c2jShape" : "TrafficPolicyComment", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The new comment for the specified traffic policy and version.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The new comment for the specified traffic policy and version.

                                                                                                                                                                                                                                                                                                                                  \n@return The new comment for the specified traffic policy and version.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Comment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Comment", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The new comment for the specified traffic policy and version.

                                                                                                                                                                                                                                                                                                                                  \n@param comment The new comment for the specified traffic policy and version.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The new comment for the specified traffic policy and version.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Comment" : { "c2jName" : "Comment", "c2jShape" : "TrafficPolicyComment", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The new comment for the specified traffic policy and version.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The new comment for the specified traffic policy and version.

                                                                                                                                                                                                                                                                                                                                  \n@return The new comment for the specified traffic policy and version.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Comment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Comment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Comment", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The new comment for the specified traffic policy and version.

                                                                                                                                                                                                                                                                                                                                  \n@param comment The new comment for the specified traffic policy and version.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "comment", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The new comment for the specified traffic policy and version.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Id" : { "c2jName" : "Id", "c2jShape" : "TrafficPolicyId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The value of Id for the traffic policy for which you want to update the comment.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The value of Id for the traffic policy for which you want to update the comment.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Version" : { "c2jName" : "Version", "c2jShape" : "TrafficPolicyVersion", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The value of Version for the traffic policy for which you want to update the comment.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Version", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Version", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Version", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "version", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "version", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The value of Version for the traffic policy for which you want to update the comment.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id", "Version", "Comment" ], "shapeName" : "UpdateTrafficPolicyCommentRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateTrafficPolicyCommentRequest", "variableName" : "updateTrafficPolicyCommentRequest", "variableType" : "UpdateTrafficPolicyCommentRequest", "documentation" : null, "simpleType" : "UpdateTrafficPolicyCommentRequest", "variableSetterType" : "UpdateTrafficPolicyCommentRequest" }, "wrapper" : false }, "UpdateTrafficPolicyCommentResult" : { "c2jName" : "UpdateTrafficPolicyCommentResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A complex type that contains the response information for the traffic policy.

                                                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TrafficPolicy", "c2jShape" : "TrafficPolicy", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A complex type that contains settings for the specified traffic policy.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "TrafficPolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicy", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicy", "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.*/", "setterModel" : { "variableDeclarationType" : "TrafficPolicy", "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "documentation" : "", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "TrafficPolicy", "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A complex type that contains settings for the specified traffic policy.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TrafficPolicy" : { "c2jName" : "TrafficPolicy", "c2jShape" : "TrafficPolicy", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A complex type that contains settings for the specified traffic policy.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "TrafficPolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicy", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicy", "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.*/", "setterModel" : { "variableDeclarationType" : "TrafficPolicy", "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "documentation" : "", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "TrafficPolicy", "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A complex type that contains settings for the specified traffic policy.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "xmlNameSpaceUri" : null } }, "required" : [ "TrafficPolicy" ], "shapeName" : "UpdateTrafficPolicyCommentResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateTrafficPolicyCommentResult", "variableName" : "updateTrafficPolicyCommentResult", "variableType" : "UpdateTrafficPolicyCommentResult", "documentation" : null, "simpleType" : "UpdateTrafficPolicyCommentResult", "variableSetterType" : "UpdateTrafficPolicyCommentResult" }, "wrapper" : false }, "UpdateTrafficPolicyInstanceRequest" : { "c2jName" : "UpdateTrafficPolicyInstanceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A complex type that contains information about the resource record sets that you want to update based on a specified traffic policy instance.

                                                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateTrafficPolicyInstance", "locationName" : "UpdateTrafficPolicyInstanceRequest", "requestUri" : "/2013-04-01/trafficpolicyinstance/{Id}", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "members" : [ { "c2jName" : "Id", "c2jShape" : "TrafficPolicyInstanceId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The ID of the traffic policy instance that you want to update.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The ID of the traffic policy instance that you want to update.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TTL", "c2jShape" : "TTL", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TTL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TTL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TTL", "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.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "tTL", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "tTL", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TrafficPolicyId", "c2jShape" : "TrafficPolicyId", "deprecated" : false, "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.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyId", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyId", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TrafficPolicyVersion", "c2jShape" : "TrafficPolicyVersion", "deprecated" : false, "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.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyVersion", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "trafficPolicyVersion", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "trafficPolicyVersion", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "c2jName" : "Id", "c2jShape" : "TrafficPolicyInstanceId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The ID of the traffic policy instance that you want to update.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The ID of the traffic policy instance that you want to update.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TTL" : { "c2jName" : "TTL", "c2jShape" : "TTL", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TTL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TTL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TTL", "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.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "tTL", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "tTL", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "TrafficPolicyId" : { "c2jName" : "TrafficPolicyId", "c2jShape" : "TrafficPolicyId", "deprecated" : false, "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.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyId", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "trafficPolicyId", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "TrafficPolicyVersion" : { "c2jName" : "TrafficPolicyVersion", "c2jShape" : "TrafficPolicyVersion", "deprecated" : false, "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.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyVersion", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "trafficPolicyVersion", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "trafficPolicyVersion", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id", "TTL", "TrafficPolicyId", "TrafficPolicyVersion" ], "shapeName" : "UpdateTrafficPolicyInstanceRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateTrafficPolicyInstanceRequest", "variableName" : "updateTrafficPolicyInstanceRequest", "variableType" : "UpdateTrafficPolicyInstanceRequest", "documentation" : null, "simpleType" : "UpdateTrafficPolicyInstanceRequest", "variableSetterType" : "UpdateTrafficPolicyInstanceRequest" }, "wrapper" : false }, "UpdateTrafficPolicyInstanceResult" : { "c2jName" : "UpdateTrafficPolicyInstanceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A complex type that contains information about the resource record sets that Amazon Route 53 created based on a specified traffic policy.

                                                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TrafficPolicyInstance", "c2jShape" : "TrafficPolicyInstance", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A complex type that contains settings for the updated traffic policy instance.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "TrafficPolicyInstance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstance", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstance", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstance", "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.*/", "setterModel" : { "variableDeclarationType" : "TrafficPolicyInstance", "variableName" : "trafficPolicyInstance", "variableType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "TrafficPolicyInstance", "variableName" : "trafficPolicyInstance", "variableType" : "TrafficPolicyInstance", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A complex type that contains settings for the updated traffic policy instance.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TrafficPolicyInstance" : { "c2jName" : "TrafficPolicyInstance", "c2jShape" : "TrafficPolicyInstance", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A complex type that contains settings for the updated traffic policy instance.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "TrafficPolicyInstance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TrafficPolicyInstance", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficPolicyInstance", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TrafficPolicyInstance", "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.*/", "setterModel" : { "variableDeclarationType" : "TrafficPolicyInstance", "variableName" : "trafficPolicyInstance", "variableType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "TrafficPolicyInstance", "variableName" : "trafficPolicyInstance", "variableType" : "TrafficPolicyInstance", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A complex type that contains settings for the updated traffic policy instance.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "xmlNameSpaceUri" : null } }, "required" : [ "TrafficPolicyInstance" ], "shapeName" : "UpdateTrafficPolicyInstanceResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateTrafficPolicyInstanceResult", "variableName" : "updateTrafficPolicyInstanceResult", "variableType" : "UpdateTrafficPolicyInstanceResult", "documentation" : null, "simpleType" : "UpdateTrafficPolicyInstanceResult", "variableSetterType" : "UpdateTrafficPolicyInstanceResult" }, "wrapper" : false }, "VPC" : { "c2jName" : "VPC", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "VPCRegion", "c2jShape" : "VPCRegion", "deprecated" : false, "documentation" : "", "enumType" : "VPCRegion", "fluentSetterDocumentation" : "/**\n@param vPCRegion \n@return Returns a reference to this object so that method calls can be chained together.\n@see VPCRegion*/", "getterDocumentation" : "/**\n@return \n@see VPCRegion*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VPCRegion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VPCRegion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VPCRegion", "setterDocumentation" : "/**\n@param vPCRegion \n@see VPCRegion*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vPCRegion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param vPCRegion \n@return Returns a reference to this object so that method calls can be chained together.\n@see VPCRegion*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vPCRegion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VPCId", "c2jShape" : "VPCId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param vPCId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VPCId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VPCId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VPCId", "setterDocumentation" : "/**\n@param vPCId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vPCId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param vPCId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vPCId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VPCId" : { "c2jName" : "VPCId", "c2jShape" : "VPCId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param vPCId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VPCId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VPCId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VPCId", "setterDocumentation" : "/**\n@param vPCId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vPCId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param vPCId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vPCId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VPCRegion" : { "c2jName" : "VPCRegion", "c2jShape" : "VPCRegion", "deprecated" : false, "documentation" : "", "enumType" : "VPCRegion", "fluentSetterDocumentation" : "/**\n@param vPCRegion \n@return Returns a reference to this object so that method calls can be chained together.\n@see VPCRegion*/", "getterDocumentation" : "/**\n@return \n@see VPCRegion*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VPCRegion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VPCRegion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VPCRegion", "setterDocumentation" : "/**\n@param vPCRegion \n@see VPCRegion*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vPCRegion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param vPCRegion \n@return Returns a reference to this object so that method calls can be chained together.\n@see VPCRegion*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vPCRegion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "VPC", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "VPC", "variableName" : "vPC", "variableType" : "VPC", "documentation" : null, "simpleType" : "VPC", "variableSetterType" : "VPC" }, "wrapper" : false }, "VPCAssociationNotFoundException" : { "c2jName" : "VPCAssociationNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The specified VPC and hosted zone are not currently associated.

                                                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : "VPCAssociationNotFound", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "VPCAssociationNotFoundException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "VPCAssociationNotFoundException", "variableName" : "vPCAssociationNotFoundException", "variableType" : "VPCAssociationNotFoundException", "documentation" : null, "simpleType" : "VPCAssociationNotFoundException", "variableSetterType" : "VPCAssociationNotFoundException" }, "wrapper" : false }, "VPCRegion" : { "c2jName" : "VPCRegion", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "UsEast1", "value" : "us-east-1" }, { "name" : "UsWest1", "value" : "us-west-1" }, { "name" : "UsWest2", "value" : "us-west-2" }, { "name" : "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" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "VPCRegion", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "VPCRegion", "variableName" : "vPCRegion", "variableType" : "VPCRegion", "documentation" : null, "simpleType" : "VPCRegion", "variableSetterType" : "VPCRegion" }, "wrapper" : false } }, "clientConfigFactory" : "ClientConfigurationFactory", "examples" : { "examples" : { }, "version" : "1.0" }, "exceptionUnmarshallerImpl" : "StandardErrorUnmarshaller", "fileHeader" : "/*\n * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights\n * Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */", "hasWaiters" : true, "sdkBaseResponseFqcn" : "com.amazonaws.AmazonWebServiceResult", "sdkModeledExceptionBaseClassName" : "AmazonRoute53Exception", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.route53.model.AmazonRoute53Exception", "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException" }