AWSSDK.Route53.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWSSDK.Route53</name>
    </assembly>
    <members>
        <member name="T:Amazon.Route53.Internal.AmazonRoute53PostMarshallHandler">
            <summary>
            Custom pipeline handler
            </summary>
        </member>
        <member name="M:Amazon.Route53.Internal.AmazonRoute53PostMarshallHandler.InvokeSync(Amazon.Runtime.IExecutionContext)">
            <summary>
            Calls pre invoke logic before calling the next handler
            in the pipeline.
            </summary>
            <param name="executionContext">The execution context which contains both the
            requests and response context.</param>
        </member>
        <member name="M:Amazon.Route53.Internal.AmazonRoute53PostMarshallHandler.InvokeAsync``1(Amazon.Runtime.IExecutionContext)">
            <summary>
            Calls pre invoke logic before calling the next handler
            in the pipeline.
            </summary>
            <typeparam name="T">The response type for the current request.</typeparam>
            <param name="executionContext">The execution context, it contains the
            request and response context.</param>
            <returns>A task that represents the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.Internal.AmazonRoute53PostMarshallHandler.PreInvoke(Amazon.Runtime.IExecutionContext)">
            <summary>
            Custom pipeline handler
            </summary>
            <param name="executionContext"></param>
        </member>
        <member name="M:Amazon.Route53.Internal.AmazonRoute53PostMarshallHandler.ProcessRequestHandlers(Amazon.Runtime.IExecutionContext)">
            <summary>
            Remove duplicates in resource path which can happen if the exact return values from the CreateHostedZone
            operation are used.
            </summary>
            <param name="executionContext">Execution context.</param>
        </member>
        <member name="T:Amazon.Route53.Internal.AmazonRoute53PreMarshallHandler">
            <summary>
            Custom pipeline handler
            </summary>
        </member>
        <member name="M:Amazon.Route53.Internal.AmazonRoute53PreMarshallHandler.InvokeSync(Amazon.Runtime.IExecutionContext)">
            <summary>
            Calls pre invoke logic before calling the next handler
            in the pipeline.
            </summary>
            <param name="executionContext">The execution context which contains both the
            requests and response context.</param>
        </member>
        <member name="M:Amazon.Route53.Internal.AmazonRoute53PreMarshallHandler.InvokeAsync``1(Amazon.Runtime.IExecutionContext)">
            <summary>
            Calls pre invoke logic before calling the next handler
            in the pipeline.
            </summary>
            <typeparam name="T">The response type for the current request.</typeparam>
            <param name="executionContext">The execution context, it contains the
            request and response context.</param>
            <returns>A task that represents the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.Internal.AmazonRoute53PreMarshallHandler.PreInvoke(Amazon.Runtime.IExecutionContext)">
            <summary>
            Custom pipeline handler
            </summary>
            <param name="executionContext"></param>
        </member>
        <member name="M:Amazon.Route53.Internal.AmazonRoute53PreMarshallHandler.ProcessRequestHandlers(Amazon.Runtime.IExecutionContext)">
            <summary>
            Remove prefixes in resource ids.
            </summary>
            <param name="executionContext">Execution context.</param>
        </member>
        <member name="T:Amazon.Route53.AmazonRoute53Config">
            <summary>
            Configuration for accessing Amazon Route53 service
            </summary>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Config.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="P:Amazon.Route53.AmazonRoute53Config.RegionEndpointServiceName">
            <summary>
            The constant used to lookup in the region hash the endpoint.
            </summary>
        </member>
        <member name="P:Amazon.Route53.AmazonRoute53Config.ServiceVersion">
            <summary>
            Gets the ServiceVersion property.
            </summary>
        </member>
        <member name="P:Amazon.Route53.AmazonRoute53Config.UserAgent">
            <summary>
            Gets the value of UserAgent property.
            </summary>
        </member>
        <member name="T:Amazon.Route53.AmazonRoute53Exception">
            <summary>
             Common exception for the Route53 service.
             </summary>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Exception.#ctor(System.String)">
            <summary>
            Construct instance of AmazonRoute53Exception
            </summary>
            <param name="message"></param>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Exception.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of AmazonRoute53Exception
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Exception.#ctor(System.Exception)">
            <summary>
            Construct instance of AmazonRoute53Exception
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Exception.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of AmazonRoute53Exception
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Exception.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of AmazonRoute53Exception
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.ChangeAction">
            <summary>
            Constants used for properties of type ChangeAction.
            </summary>
        </member>
        <member name="F:Amazon.Route53.ChangeAction.CREATE">
            <summary>
            Constant CREATE for ChangeAction
            </summary>
        </member>
        <member name="F:Amazon.Route53.ChangeAction.DELETE">
            <summary>
            Constant DELETE for ChangeAction
            </summary>
        </member>
        <member name="F:Amazon.Route53.ChangeAction.UPSERT">
            <summary>
            Constant UPSERT for ChangeAction
            </summary>
        </member>
        <member name="M:Amazon.Route53.ChangeAction.#ctor(System.String)">
            <summary>
            This constant constructor does not need to be called if the constant
            you are attempting to use is already defined as a static instance of
            this class.
            This constructor should be used to construct constants that are not
            defined as statics, for instance if attempting to use a feature that is
            newer than the current version of the SDK.
            </summary>
        </member>
        <member name="M:Amazon.Route53.ChangeAction.FindValue(System.String)">
            <summary>
            Finds the constant for the unique value.
            </summary>
            <param name="value">The unique value for the constant</param>
            <returns>The constant for the unique value</returns>
        </member>
        <member name="M:Amazon.Route53.ChangeAction.op_Implicit(System.String)~Amazon.Route53.ChangeAction">
            <summary>
            Utility method to convert strings to the constant class.
            </summary>
            <param name="value">The string value to convert to the constant class.</param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.ChangeStatus">
            <summary>
            Constants used for properties of type ChangeStatus.
            </summary>
        </member>
        <member name="F:Amazon.Route53.ChangeStatus.INSYNC">
            <summary>
            Constant INSYNC for ChangeStatus
            </summary>
        </member>
        <member name="F:Amazon.Route53.ChangeStatus.PENDING">
            <summary>
            Constant PENDING for ChangeStatus
            </summary>
        </member>
        <member name="M:Amazon.Route53.ChangeStatus.#ctor(System.String)">
            <summary>
            This constant constructor does not need to be called if the constant
            you are attempting to use is already defined as a static instance of
            this class.
            This constructor should be used to construct constants that are not
            defined as statics, for instance if attempting to use a feature that is
            newer than the current version of the SDK.
            </summary>
        </member>
        <member name="M:Amazon.Route53.ChangeStatus.FindValue(System.String)">
            <summary>
            Finds the constant for the unique value.
            </summary>
            <param name="value">The unique value for the constant</param>
            <returns>The constant for the unique value</returns>
        </member>
        <member name="M:Amazon.Route53.ChangeStatus.op_Implicit(System.String)~Amazon.Route53.ChangeStatus">
            <summary>
            Utility method to convert strings to the constant class.
            </summary>
            <param name="value">The string value to convert to the constant class.</param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.HealthCheckType">
            <summary>
            Constants used for properties of type HealthCheckType.
            </summary>
        </member>
        <member name="F:Amazon.Route53.HealthCheckType.CALCULATED">
            <summary>
            Constant CALCULATED for HealthCheckType
            </summary>
        </member>
        <member name="F:Amazon.Route53.HealthCheckType.HTTP">
            <summary>
            Constant HTTP for HealthCheckType
            </summary>
        </member>
        <member name="F:Amazon.Route53.HealthCheckType.HTTP_STR_MATCH">
            <summary>
            Constant HTTP_STR_MATCH for HealthCheckType
            </summary>
        </member>
        <member name="F:Amazon.Route53.HealthCheckType.HTTPS">
            <summary>
            Constant HTTPS for HealthCheckType
            </summary>
        </member>
        <member name="F:Amazon.Route53.HealthCheckType.HTTPS_STR_MATCH">
            <summary>
            Constant HTTPS_STR_MATCH for HealthCheckType
            </summary>
        </member>
        <member name="F:Amazon.Route53.HealthCheckType.TCP">
            <summary>
            Constant TCP for HealthCheckType
            </summary>
        </member>
        <member name="M:Amazon.Route53.HealthCheckType.#ctor(System.String)">
            <summary>
            This constant constructor does not need to be called if the constant
            you are attempting to use is already defined as a static instance of
            this class.
            This constructor should be used to construct constants that are not
            defined as statics, for instance if attempting to use a feature that is
            newer than the current version of the SDK.
            </summary>
        </member>
        <member name="M:Amazon.Route53.HealthCheckType.FindValue(System.String)">
            <summary>
            Finds the constant for the unique value.
            </summary>
            <param name="value">The unique value for the constant</param>
            <returns>The constant for the unique value</returns>
        </member>
        <member name="M:Amazon.Route53.HealthCheckType.op_Implicit(System.String)~Amazon.Route53.HealthCheckType">
            <summary>
            Utility method to convert strings to the constant class.
            </summary>
            <param name="value">The string value to convert to the constant class.</param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.ResourceRecordSetFailover">
            <summary>
            Constants used for properties of type ResourceRecordSetFailover.
            </summary>
        </member>
        <member name="F:Amazon.Route53.ResourceRecordSetFailover.PRIMARY">
            <summary>
            Constant PRIMARY for ResourceRecordSetFailover
            </summary>
        </member>
        <member name="F:Amazon.Route53.ResourceRecordSetFailover.SECONDARY">
            <summary>
            Constant SECONDARY for ResourceRecordSetFailover
            </summary>
        </member>
        <member name="M:Amazon.Route53.ResourceRecordSetFailover.#ctor(System.String)">
            <summary>
            This constant constructor does not need to be called if the constant
            you are attempting to use is already defined as a static instance of
            this class.
            This constructor should be used to construct constants that are not
            defined as statics, for instance if attempting to use a feature that is
            newer than the current version of the SDK.
            </summary>
        </member>
        <member name="M:Amazon.Route53.ResourceRecordSetFailover.FindValue(System.String)">
            <summary>
            Finds the constant for the unique value.
            </summary>
            <param name="value">The unique value for the constant</param>
            <returns>The constant for the unique value</returns>
        </member>
        <member name="M:Amazon.Route53.ResourceRecordSetFailover.op_Implicit(System.String)~Amazon.Route53.ResourceRecordSetFailover">
            <summary>
            Utility method to convert strings to the constant class.
            </summary>
            <param name="value">The string value to convert to the constant class.</param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.ResourceRecordSetRegion">
            <summary>
            Constants used for properties of type ResourceRecordSetRegion.
            </summary>
        </member>
        <member name="F:Amazon.Route53.ResourceRecordSetRegion.ApNortheast1">
            <summary>
            Constant ApNortheast1 for ResourceRecordSetRegion
            </summary>
        </member>
        <member name="F:Amazon.Route53.ResourceRecordSetRegion.ApSoutheast1">
            <summary>
            Constant ApSoutheast1 for ResourceRecordSetRegion
            </summary>
        </member>
        <member name="F:Amazon.Route53.ResourceRecordSetRegion.ApSoutheast2">
            <summary>
            Constant ApSoutheast2 for ResourceRecordSetRegion
            </summary>
        </member>
        <member name="F:Amazon.Route53.ResourceRecordSetRegion.CnNorth1">
            <summary>
            Constant CnNorth1 for ResourceRecordSetRegion
            </summary>
        </member>
        <member name="F:Amazon.Route53.ResourceRecordSetRegion.EuCentral1">
            <summary>
            Constant EuCentral1 for ResourceRecordSetRegion
            </summary>
        </member>
        <member name="F:Amazon.Route53.ResourceRecordSetRegion.EuWest1">
            <summary>
            Constant EuWest1 for ResourceRecordSetRegion
            </summary>
        </member>
        <member name="F:Amazon.Route53.ResourceRecordSetRegion.SaEast1">
            <summary>
            Constant SaEast1 for ResourceRecordSetRegion
            </summary>
        </member>
        <member name="F:Amazon.Route53.ResourceRecordSetRegion.UsEast1">
            <summary>
            Constant UsEast1 for ResourceRecordSetRegion
            </summary>
        </member>
        <member name="F:Amazon.Route53.ResourceRecordSetRegion.UsWest1">
            <summary>
            Constant UsWest1 for ResourceRecordSetRegion
            </summary>
        </member>
        <member name="F:Amazon.Route53.ResourceRecordSetRegion.UsWest2">
            <summary>
            Constant UsWest2 for ResourceRecordSetRegion
            </summary>
        </member>
        <member name="M:Amazon.Route53.ResourceRecordSetRegion.#ctor(System.String)">
            <summary>
            This constant constructor does not need to be called if the constant
            you are attempting to use is already defined as a static instance of
            this class.
            This constructor should be used to construct constants that are not
            defined as statics, for instance if attempting to use a feature that is
            newer than the current version of the SDK.
            </summary>
        </member>
        <member name="M:Amazon.Route53.ResourceRecordSetRegion.FindValue(System.String)">
            <summary>
            Finds the constant for the unique value.
            </summary>
            <param name="value">The unique value for the constant</param>
            <returns>The constant for the unique value</returns>
        </member>
        <member name="M:Amazon.Route53.ResourceRecordSetRegion.op_Implicit(System.String)~Amazon.Route53.ResourceRecordSetRegion">
            <summary>
            Utility method to convert strings to the constant class.
            </summary>
            <param name="value">The string value to convert to the constant class.</param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.RRType">
            <summary>
            Constants used for properties of type RRType.
            </summary>
        </member>
        <member name="F:Amazon.Route53.RRType.A">
            <summary>
            Constant A for RRType
            </summary>
        </member>
        <member name="F:Amazon.Route53.RRType.AAAA">
            <summary>
            Constant AAAA for RRType
            </summary>
        </member>
        <member name="F:Amazon.Route53.RRType.CNAME">
            <summary>
            Constant CNAME for RRType
            </summary>
        </member>
        <member name="F:Amazon.Route53.RRType.MX">
            <summary>
            Constant MX for RRType
            </summary>
        </member>
        <member name="F:Amazon.Route53.RRType.NS">
            <summary>
            Constant NS for RRType
            </summary>
        </member>
        <member name="F:Amazon.Route53.RRType.PTR">
            <summary>
            Constant PTR for RRType
            </summary>
        </member>
        <member name="F:Amazon.Route53.RRType.SOA">
            <summary>
            Constant SOA for RRType
            </summary>
        </member>
        <member name="F:Amazon.Route53.RRType.SPF">
            <summary>
            Constant SPF for RRType
            </summary>
        </member>
        <member name="F:Amazon.Route53.RRType.SRV">
            <summary>
            Constant SRV for RRType
            </summary>
        </member>
        <member name="F:Amazon.Route53.RRType.TXT">
            <summary>
            Constant TXT for RRType
            </summary>
        </member>
        <member name="M:Amazon.Route53.RRType.#ctor(System.String)">
            <summary>
            This constant constructor does not need to be called if the constant
            you are attempting to use is already defined as a static instance of
            this class.
            This constructor should be used to construct constants that are not
            defined as statics, for instance if attempting to use a feature that is
            newer than the current version of the SDK.
            </summary>
        </member>
        <member name="M:Amazon.Route53.RRType.FindValue(System.String)">
            <summary>
            Finds the constant for the unique value.
            </summary>
            <param name="value">The unique value for the constant</param>
            <returns>The constant for the unique value</returns>
        </member>
        <member name="M:Amazon.Route53.RRType.op_Implicit(System.String)~Amazon.Route53.RRType">
            <summary>
            Utility method to convert strings to the constant class.
            </summary>
            <param name="value">The string value to convert to the constant class.</param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.TagResourceType">
            <summary>
            Constants used for properties of type TagResourceType.
            </summary>
        </member>
        <member name="F:Amazon.Route53.TagResourceType.Healthcheck">
            <summary>
            Constant Healthcheck for TagResourceType
            </summary>
        </member>
        <member name="F:Amazon.Route53.TagResourceType.Hostedzone">
            <summary>
            Constant Hostedzone for TagResourceType
            </summary>
        </member>
        <member name="M:Amazon.Route53.TagResourceType.#ctor(System.String)">
            <summary>
            This constant constructor does not need to be called if the constant
            you are attempting to use is already defined as a static instance of
            this class.
            This constructor should be used to construct constants that are not
            defined as statics, for instance if attempting to use a feature that is
            newer than the current version of the SDK.
            </summary>
        </member>
        <member name="M:Amazon.Route53.TagResourceType.FindValue(System.String)">
            <summary>
            Finds the constant for the unique value.
            </summary>
            <param name="value">The unique value for the constant</param>
            <returns>The constant for the unique value</returns>
        </member>
        <member name="M:Amazon.Route53.TagResourceType.op_Implicit(System.String)~Amazon.Route53.TagResourceType">
            <summary>
            Utility method to convert strings to the constant class.
            </summary>
            <param name="value">The string value to convert to the constant class.</param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.VPCRegion">
            <summary>
            Constants used for properties of type VPCRegion.
            </summary>
        </member>
        <member name="F:Amazon.Route53.VPCRegion.ApNortheast1">
            <summary>
            Constant ApNortheast1 for VPCRegion
            </summary>
        </member>
        <member name="F:Amazon.Route53.VPCRegion.ApSoutheast1">
            <summary>
            Constant ApSoutheast1 for VPCRegion
            </summary>
        </member>
        <member name="F:Amazon.Route53.VPCRegion.ApSoutheast2">
            <summary>
            Constant ApSoutheast2 for VPCRegion
            </summary>
        </member>
        <member name="F:Amazon.Route53.VPCRegion.CnNorth1">
            <summary>
            Constant CnNorth1 for VPCRegion
            </summary>
        </member>
        <member name="F:Amazon.Route53.VPCRegion.EuCentral1">
            <summary>
            Constant EuCentral1 for VPCRegion
            </summary>
        </member>
        <member name="F:Amazon.Route53.VPCRegion.EuWest1">
            <summary>
            Constant EuWest1 for VPCRegion
            </summary>
        </member>
        <member name="F:Amazon.Route53.VPCRegion.SaEast1">
            <summary>
            Constant SaEast1 for VPCRegion
            </summary>
        </member>
        <member name="F:Amazon.Route53.VPCRegion.UsEast1">
            <summary>
            Constant UsEast1 for VPCRegion
            </summary>
        </member>
        <member name="F:Amazon.Route53.VPCRegion.UsWest1">
            <summary>
            Constant UsWest1 for VPCRegion
            </summary>
        </member>
        <member name="F:Amazon.Route53.VPCRegion.UsWest2">
            <summary>
            Constant UsWest2 for VPCRegion
            </summary>
        </member>
        <member name="M:Amazon.Route53.VPCRegion.#ctor(System.String)">
            <summary>
            This constant constructor does not need to be called if the constant
            you are attempting to use is already defined as a static instance of
            this class.
            This constructor should be used to construct constants that are not
            defined as statics, for instance if attempting to use a feature that is
            newer than the current version of the SDK.
            </summary>
        </member>
        <member name="M:Amazon.Route53.VPCRegion.FindValue(System.String)">
            <summary>
            Finds the constant for the unique value.
            </summary>
            <param name="value">The unique value for the constant</param>
            <returns>The constant for the unique value</returns>
        </member>
        <member name="M:Amazon.Route53.VPCRegion.op_Implicit(System.String)~Amazon.Route53.VPCRegion">
            <summary>
            Utility method to convert strings to the constant class.
            </summary>
            <param name="value">The string value to convert to the constant class.</param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.AliasTarget">
            <summary>
            <i>Alias resource record sets only:</i> Information about the CloudFront distribution,
            ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which
            you are routing traffic.
             
              
            <para>
            If you're creating resource record sets for a private hosted zone, note the following:
            </para>
             <ul> <li>You can create alias resource record sets only for Amazon Route 53 resource
            record sets in the same private hosted zone. Creating alias resource record sets for
            CloudFront distributions, ELB load balancers, and Amazon S3 buckets is not supported.</li>
            <li>You can't create alias resource record sets for failover, geolocation, or latency
            resource record sets in a private hosted zone.</li> </ul>
            <para>
            For more information and an example, see <a href="http://docs.aws.amazon.com/Route53/latest/APIReference/CreateAliasRRSAPI.html">Example:
            Creating Alias Resource Record Sets</a> in the <i>Amazon Route 53 API Reference</i>.
            </para>
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.AliasTarget.#ctor">
            <summary>
            Empty constructor used to set properties independently even when a simple constructor is available
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.AliasTarget.#ctor(System.String,System.String)">
            <summary>
            Instantiates AliasTarget with the parameterized properties
            </summary>
            <param name="hostedZoneId"><i>Alias resource record sets only:</i> The value you use depends on where you want to route queries: <ul> <li><b>A CloudFront distribution:</b> Specify <code>Z2FDTNDATAQYW2</code>.</li> <li>An ELB load balancer: Specify the value of the hosted zone ID for the load balancer. You can get the hosted zone ID by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for <code>HostedZoneId</code> and <code>DNSName</code>. 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.</li> <li><b>An Amazon S3 bucket that is configured as a static website:</b> 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 <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region">Amazon Simple Storage Service (S3) Website Endpoints</a> in the <i>Amazon Web Services General Reference</i>.</li> <li><b>Another Amazon Route 53 resource record set in your hosted zone:</b> 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.)</li> </ul> For more information and an example, see <a href="http://docs.aws.amazon.com/Route53/latest/APIReference/CreateAliasRRSAPI.html">Example: Creating Alias Resource Record Sets</a> in the <i>Amazon Route 53 API Reference</i>.</param>
            <param name="dnsName"><i>Alias resource record sets only:</i> The external DNS name associated with the AWS Resource. The value that you specify depends on where you want to route queries: <ul> <li><b>A CloudFront distribution:</b> 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 <code>acme.example.com</code>, your CloudFront distribution must include <code>acme.example.com</code> as one of the alternate domain names. For more information, see <a href="http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html">Using Alternate Domain Names (CNAMEs)</a> in the <i>Amazon CloudFront Developer Guide</i>.</li> <li><b>An ELB load balancer:</b> Specify the DNS name associated with the load balancer. You can get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for <code>HostedZoneId</code> and <code>DNSName</code>. 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.</li> <li><b>An Amazon S3 bucket that is configured as a static website:</b> Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, <code>s3-website-us-east-1.amazonaws.com</code>. For more information about valid values, see the table <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region">Amazon Simple Storage Service (S3) Website Endpoints</a> in the <i>Amazon Web Services General Reference</i>. For more information about using Amazon S3 buckets for websites, see <a href="http://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html">Hosting a Static Website on Amazon S3</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</li> <li/> </ul> For more information and an example, see <a href="http://docs.aws.amazon.com/Route53/latest/APIReference/CreateAliasRRSAPI.html">Example: Creating Alias Resource Record Sets</a> in the <i>Amazon Route 53 API Reference</i>.</param>
        </member>
        <member name="P:Amazon.Route53.Model.AliasTarget.HostedZoneId">
            <summary>
            Gets and sets the property HostedZoneId.
            <para>
            <i>Alias resource record sets only:</i> The value you use depends on where you want
            to route queries:
            </para>
             <ul> <li><b>A CloudFront distribution:</b> Specify <code>Z2FDTNDATAQYW2</code>.</li>
            <li>An ELB load balancer: Specify the value of the hosted zone ID for the load balancer.
            You can get the hosted zone ID by using the AWS Management Console, the ELB API, or
            the AWS CLI. Use the same method to get values for <code>HostedZoneId</code> and <code>DNSName</code>.
            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.</li> <li><b>An Amazon S3 bucket that is
            configured as a static website:</b> 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 <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region">Amazon
            Simple Storage Service (S3) Website Endpoints</a> in the <i>Amazon Web Services General
            Reference</i>.</li> <li><b>Another Amazon Route 53 resource record set in your hosted
            zone:</b> 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.)</li> </ul>
             
            <para>
            For more information and an example, see <a href="http://docs.aws.amazon.com/Route53/latest/APIReference/CreateAliasRRSAPI.html">Example:
            Creating Alias Resource Record Sets</a> in the <i>Amazon Route 53 API Reference</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.AliasTarget.DNSName">
            <summary>
            Gets and sets the property DNSName.
            <para>
            <i>Alias resource record sets only:</i> The external DNS name associated with the
            AWS Resource. The value that you specify depends on where you want to route queries:
            </para>
             <ul> <li><b>A CloudFront distribution:</b> 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 <code>acme.example.com</code>, your CloudFront
            distribution must include <code>acme.example.com</code> as one of the alternate domain
            names. For more information, see <a href="http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html">Using
            Alternate Domain Names (CNAMEs)</a> in the <i>Amazon CloudFront Developer Guide</i>.</li>
            <li><b>An ELB load balancer:</b> Specify the DNS name associated with the load balancer.
            You can get the DNS name by using the AWS Management Console, the ELB API, or the
            AWS CLI. Use the same method to get values for <code>HostedZoneId</code> and <code>DNSName</code>.
            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.</li> <li><b>An Amazon S3 bucket that is
            configured as a static website:</b> Specify the domain name of the Amazon S3 website
            endpoint in which you created the bucket; for example, <code>s3-website-us-east-1.amazonaws.com</code>.
            For more information about valid values, see the table <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region">Amazon
            Simple Storage Service (S3) Website Endpoints</a> in the <i>Amazon Web Services General
            Reference</i>. For more information about using Amazon S3 buckets for websites, see
            <a href="http://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html">Hosting
            a Static Website on Amazon S3</a> in the <i>Amazon Simple Storage Service Developer
            Guide</i>.</li> <li/> </ul>
            <para>
            For more information and an example, see <a href="http://docs.aws.amazon.com/Route53/latest/APIReference/CreateAliasRRSAPI.html">Example:
            Creating Alias Resource Record Sets</a> in the <i>Amazon Route 53 API Reference</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.AliasTarget.EvaluateTargetHealth">
            <summary>
            Gets and sets the property EvaluateTargetHealth.
            <para>
            <i>Alias resource record sets only:</i> If you set the value of <code>EvaluateTargetHealth</code>
            to <code>true</code> 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
            <code>HealthCheckId</code> 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.
            </para>
              
            <para>
            In this configuration, when Amazon Route 53 receives a DNS query for an alias resource
            record set:
            </para>
             <ol> <li>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.</li>
            <li>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.)</li> <li>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.</li> <li>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.</li> </ol>
            <para>
            Note the following:
            </para>
             <ul><li>You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront
            distribution.</li> <li>If the AWS resource that you specify in <code>AliasTarget</code>
            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 <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-complex-configs.html#dns-failover-complex-configs-hc-omitting">What
            Happens When You Omit Health Checks?</a> in the <i>Amazon Route 53 Developer Guide</i>.</li>
            <li>If you specify an ELB load balancer in <code>AliasTarget</code>, 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 <code>EvaluateTargetHealth</code> is <code>true</code>
            for the corresponding alias resource record set, Amazon Route 53 routes queries to
            other resources.</li> <li>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 <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-complex-configs.html">How
            Health Checks Work in More Complex Amazon Route 53 Configurations</a> in the <i>Amazon
            Route 53 Developer Guide</i>.</li> </ul>
            <para>
            We recommend that you set <code>EvaluateTargetHealth</code> to <code>true</code> only
            when you have enough idle capacity to handle the failure of one or more endpoints.
            </para>
              
            <para>
            For more information and examples, see <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html">Amazon
            Route 53 Health Checks and DNS Failover</a> in the <i>Amazon Route 53 Developer Guide</i>.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.AssociateVPCWithHostedZoneRequest">
            <summary>
            Container for the parameters to the AssociateVPCWithHostedZone operation.
            This action associates a VPC with an hosted zone.
             
              
            <para>
            To associate a VPC with an hosted zone, send a <code>POST</code> request to the <code>2013-04-01/hostedzone/<i>hosted
            zone ID</i>/associatevpc</code> resource. The request body must include an XML document
            with a <code>AssociateVPCWithHostedZoneRequest</code> element. The response returns
            the <code>AssociateVPCWithHostedZoneResponse</code> element that contains <code>ChangeInfo</code>
            for you to track the progress of the <code>AssociateVPCWithHostedZoneRequest</code>
            you made. See <code>GetChange</code> operation for how to track the progress of your
            change.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.AssociateVPCWithHostedZoneRequest.HostedZoneId">
            <summary>
            Gets and sets the property HostedZoneId.
            <para>
            The ID of the hosted zone you want to associate your VPC with.
            </para>
              
            <para>
            Note that you cannot associate a VPC with a hosted zone that doesn't have an existing
            VPC association.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.AssociateVPCWithHostedZoneRequest.VPC">
            <summary>
            Gets and sets the property VPC.
            <para>
            The VPC that you want your hosted zone to be associated with.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.AssociateVPCWithHostedZoneRequest.Comment">
            <summary>
            Gets and sets the property Comment.
            <para>
            <i>Optional:</i> Any comments you want to include about a <code>AssociateVPCWithHostedZoneRequest</code>.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.AssociateVPCWithHostedZoneResponse">
            <summary>
            A complex type containing the response information for the request.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.AssociateVPCWithHostedZoneResponse.ChangeInfo">
            <summary>
            Gets and sets the property ChangeInfo.
            <para>
            A complex type that contains the ID, the status, and the date and time of your <code>AssociateVPCWithHostedZoneRequest</code>.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Change">
            <summary>
            A complex type that contains the information for each change in a change batch request.
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Change.#ctor">
            <summary>
            Empty constructor used to set properties independently even when a simple constructor is available
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Change.#ctor(Amazon.Route53.ChangeAction,Amazon.Route53.Model.ResourceRecordSet)">
            <summary>
            Instantiates Change with the parameterized properties
            </summary>
            <param name="action">The action to perform: <ul> <li><code>CREATE</code>: Creates a resource record set that has the specified values.</li> <li><CODE>DELETE</CODE>: Deletes a existing resource record set that has the specified values for <code>Name</code>, <code>Type</code>, <code>SetIdentifier</code> (for latency, weighted, geolocation, and failover resource record sets), and <code>TTL</code> (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).</li> <li><code>UPSERT</code>: 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: <code>Name</code>, <code>Type</code>, and <code>SetIdentifier</code> (for weighted, latency, geolocation, and failover resource record sets).</li> </ul></param>
            <param name="resourceRecordSet">Information about the resource record set to create or delete.</param>
        </member>
        <member name="P:Amazon.Route53.Model.Change.Action">
            <summary>
            Gets and sets the property Action.
            <para>
            The action to perform:
            </para>
             <ul> <li><code>CREATE</code>: Creates a resource record set that has the specified
            values.</li> <li><CODE>DELETE</CODE>: Deletes a existing resource record set that
            has the specified values for <code>Name</code>, <code>Type</code>, <code>SetIdentifier</code>
            (for latency, weighted, geolocation, and failover resource record sets), and <code>TTL</code>
            (except alias resource record sets, for which the TTL is determined by the AWS resource
            that you're routing DNS queries to).</li> <li><code>UPSERT</code>: 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:
            <code>Name</code>, <code>Type</code>, and <code>SetIdentifier</code> (for weighted,
            latency, geolocation, and failover resource record sets).</li> </ul>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.Change.ResourceRecordSet">
            <summary>
            Gets and sets the property ResourceRecordSet.
            <para>
            Information about the resource record set to create or delete.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ChangeBatch">
            <summary>
            A complex type that contains an optional comment and the changes that you want to
            make with a change batch request.
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.ChangeBatch.#ctor">
            <summary>
            Empty constructor used to set properties independently even when a simple constructor is available
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.ChangeBatch.#ctor(System.Collections.Generic.List{Amazon.Route53.Model.Change})">
            <summary>
            Instantiates ChangeBatch with the parameterized properties
            </summary>
            <param name="changes">A complex type that contains one <code>Change</code> element for each resource record set that you want to create or delete.</param>
        </member>
        <member name="P:Amazon.Route53.Model.ChangeBatch.Comment">
            <summary>
            Gets and sets the property Comment.
            <para>
            <i>Optional:</i> Any comments you want to include about a change batch request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ChangeBatch.Changes">
            <summary>
            Gets and sets the property Changes.
            <para>
            A complex type that contains one <code>Change</code> element for each resource record
            set that you want to create or delete.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ChangeBatchRecord">
            <summary>
            A complex type that lists the changes and information for a ChangeBatch.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ChangeBatchRecord.Id">
            <summary>
            Gets and sets the property Id.
            <para>
            The ID of the request. Use this ID to track when the change has completed across all
            Amazon Route 53 DNS servers.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ChangeBatchRecord.SubmittedAt">
            <summary>
            Gets and sets the property SubmittedAt.
            <para>
            The date and time the change was submitted, in the format <code>YYYY-MM-DDThh:mm:ssZ</code>,
            as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The <code>Z</code>
            after the time indicates that the time is listed in Coordinated Universal Time (UTC).
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ChangeBatchRecord.Status">
            <summary>
            Gets and sets the property Status.
            <para>
            The current state of the request. <code>PENDING</code> indicates that this request
            has not yet been applied to all Amazon Route 53 DNS servers.
            </para>
              
            <para>
            Valid Values: <code>PENDING</code> | <code>INSYNC</code>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ChangeBatchRecord.Comment">
            <summary>
            Gets and sets the property Comment.
            <para>
            A complex type that describes change information about changes made to your hosted
            zone.
            </para>
              
            <para>
            This element contains an ID that you use when performing a <a>GetChange</a> action
            to get detailed information about the change.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ChangeBatchRecord.Submitter">
            <summary>
            Gets and sets the property Submitter.
            <para>
            The AWS account ID attached to the changes.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ChangeBatchRecord.Changes">
            <summary>
            Gets and sets the property Changes.
            <para>
            A list of changes made in the ChangeBatch.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ChangeInfo">
            <summary>
            A complex type that describes change information about changes made to your hosted
            zone.
             
              
            <para>
            This element contains an ID that you use when performing a <a>GetChange</a> action
            to get detailed information about the change.
            </para>
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.ChangeInfo.#ctor">
            <summary>
            Empty constructor used to set properties independently even when a simple constructor is available
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.ChangeInfo.#ctor(System.String,Amazon.Route53.ChangeStatus,System.DateTime)">
            <summary>
            Instantiates ChangeInfo with the parameterized properties
            </summary>
            <param name="id">The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.</param>
            <param name="status">The current state of the request. <code>PENDING</code> indicates that this request has not yet been applied to all Amazon Route 53 DNS servers. Valid Values: <code>PENDING</code> | <code>INSYNC</code></param>
            <param name="submittedAt">The date and time the change was submitted, in the format <code>YYYY-MM-DDThh:mm:ssZ</code>, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The <code>Z</code> after the time indicates that the time is listed in Coordinated Universal Time (UTC).</param>
        </member>
        <member name="P:Amazon.Route53.Model.ChangeInfo.Id">
            <summary>
            Gets and sets the property Id.
            <para>
            The ID of the request. Use this ID to track when the change has completed across all
            Amazon Route 53 DNS servers.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ChangeInfo.Status">
            <summary>
            Gets and sets the property Status.
            <para>
            The current state of the request. <code>PENDING</code> indicates that this request
            has not yet been applied to all Amazon Route 53 DNS servers.
            </para>
              
            <para>
            Valid Values: <code>PENDING</code> | <code>INSYNC</code>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ChangeInfo.SubmittedAt">
            <summary>
            Gets and sets the property SubmittedAt.
            <para>
            The date and time the change was submitted, in the format <code>YYYY-MM-DDThh:mm:ssZ</code>,
            as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The <code>Z</code>
            after the time indicates that the time is listed in Coordinated Universal Time (UTC).
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ChangeInfo.Comment">
            <summary>
            Gets and sets the property Comment.
            <para>
            A complex type that describes change information about changes made to your hosted
            zone.
            </para>
              
            <para>
            This element contains an ID that you use when performing a <a>GetChange</a> action
            to get detailed information about the change.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ChangeResourceRecordSetsRequest">
            <summary>
            Container for the parameters to the ChangeResourceRecordSets operation.
            Use this action to create or change your authoritative DNS information. To use this
            action, send a <code>POST</code> request to the <code>2013-04-01/hostedzone/<i>hosted
            Zone ID</i>/rrset</code> resource. The request body must include an XML document with
            a <code>ChangeResourceRecordSetsRequest</code> element.
             
              
            <para>
            Changes are a list of change items and are considered transactional. For more information
            on transactional changes, also known as change batches, see <a href="http://docs.aws.amazon.com/Route53/latest/APIReference/">POST
            ChangeResourceRecordSets</a> in the <i>Amazon Route 53 API Reference</i>.
            </para>
             <important>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 <code>InvalidChangeBatch</code>
            error.</important>
            <para>
            In response to a <code>ChangeResourceRecordSets</code> request, your DNS data is changed
            on all Amazon Route 53 DNS servers. Initially, the status of a change is <code>PENDING</code>.
            This means the change has not yet propagated to all the authoritative Amazon Route
            53 DNS servers. When the change is propagated to all hosts, the change returns a status
            of <code>INSYNC</code>.
            </para>
              
            <para>
            Note the following limitations on a <code>ChangeResourceRecordSets</code> request:
            </para>
             <ul> <li>A request cannot contain more than 100 Change elements.</li> <li> A request
            cannot contain more than 1000 ResourceRecord elements.</li> <li>The sum of the number
            of characters (including spaces) in all <code>Value</code> elements in a request cannot
            exceed 32,000 characters.</li> </ul>
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.ChangeResourceRecordSetsRequest.#ctor">
            <summary>
            Empty constructor used to set properties independently even when a simple constructor is available
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.ChangeResourceRecordSetsRequest.#ctor(System.String,Amazon.Route53.Model.ChangeBatch)">
            <summary>
            Instantiates ChangeResourceRecordSetsRequest with the parameterized properties
            </summary>
            <param name="hostedZoneId">The ID of the hosted zone that contains the resource record sets that you want to change.</param>
            <param name="changeBatch">A complex type that contains an optional comment and the <code>Changes</code> element.</param>
        </member>
        <member name="P:Amazon.Route53.Model.ChangeResourceRecordSetsRequest.HostedZoneId">
            <summary>
            Gets and sets the property HostedZoneId.
            <para>
            The ID of the hosted zone that contains the resource record sets that you want to
            change.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ChangeResourceRecordSetsRequest.ChangeBatch">
            <summary>
            Gets and sets the property ChangeBatch.
            <para>
            A complex type that contains an optional comment and the <code>Changes</code> element.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ChangeResourceRecordSetsResponse">
            <summary>
            A complex type containing the response for the request.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ChangeResourceRecordSetsResponse.ChangeInfo">
            <summary>
            Gets and sets the property ChangeInfo.
            <para>
            A complex type that contains information about changes made to your hosted zone.
            </para>
              
            <para>
            This element contains an ID that you use when performing a <a>GetChange</a> action
            to get detailed information about the change.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ChangeTagsForResourceRequest">
            <summary>
            Container for the parameters to the ChangeTagsForResource operation.
             
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ChangeTagsForResourceRequest.ResourceType">
            <summary>
            Gets and sets the property ResourceType.
            <para>
            The type of the resource.
            </para>
              
            <para>
            - The resource type for health checks is <code>healthcheck</code>.
            </para>
              
            <para>
            - The resource type for hosted zones is <code>hostedzone</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ChangeTagsForResourceRequest.ResourceId">
            <summary>
            Gets and sets the property ResourceId.
            <para>
            The ID of the resource for which you want to add, change, or delete tags.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ChangeTagsForResourceRequest.AddTags">
            <summary>
            Gets and sets the property AddTags.
            <para>
            A complex type that contains a list of <code>Tag</code> elements. Each <code>Tag</code>
            element identifies a tag that you want to add or update for the specified resource.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ChangeTagsForResourceRequest.RemoveTagKeys">
            <summary>
            Gets and sets the property RemoveTagKeys.
            <para>
            A list of <code>Tag</code> keys that you want to remove from the specified resource.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ChangeTagsForResourceResponse">
            <summary>
            Empty response for the request.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ConcurrentModificationException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.ConcurrentModificationException.#ctor(System.String)">
            <summary>
            Constructs a new ConcurrentModificationException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.ConcurrentModificationException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of ConcurrentModificationException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.ConcurrentModificationException.#ctor(System.Exception)">
            <summary>
            Construct instance of ConcurrentModificationException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.ConcurrentModificationException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of ConcurrentModificationException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.ConcurrentModificationException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of ConcurrentModificationException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.ConflictingDomainExistsException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.ConflictingDomainExistsException.#ctor(System.String)">
            <summary>
            Constructs a new ConflictingDomainExistsException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.ConflictingDomainExistsException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of ConflictingDomainExistsException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.ConflictingDomainExistsException.#ctor(System.Exception)">
            <summary>
            Construct instance of ConflictingDomainExistsException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.ConflictingDomainExistsException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of ConflictingDomainExistsException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.ConflictingDomainExistsException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of ConflictingDomainExistsException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.ConflictingTypesException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.ConflictingTypesException.#ctor(System.String)">
            <summary>
            Constructs a new ConflictingTypesException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.ConflictingTypesException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of ConflictingTypesException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.ConflictingTypesException.#ctor(System.Exception)">
            <summary>
            Construct instance of ConflictingTypesException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.ConflictingTypesException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of ConflictingTypesException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.ConflictingTypesException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of ConflictingTypesException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.CreateHealthCheckRequest">
            <summary>
            Container for the parameters to the CreateHealthCheck operation.
            This action creates a new health check.
             
              
            <para>
            To create a new health check, send a <code>POST</code> request to the <code>2013-04-01/healthcheck</code>
            resource. The request body must include an XML document with a <code>CreateHealthCheckRequest</code>
            element. The response returns the <code>CreateHealthCheckResponse</code> element that
            contains metadata about the health check.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateHealthCheckRequest.CallerReference">
            <summary>
            Gets and sets the property CallerReference.
            <para>
            A unique string that identifies the request and that allows failed <code>CreateHealthCheck</code>
            requests to be retried without the risk of executing the operation twice. You must
            use a unique <code>CallerReference</code> string every time you create a health check.
            <code>CallerReference</code> can be any unique string; you might choose to use a string
            that identifies your project.
            </para>
              
            <para>
            Valid characters are any Unicode code points that are legal in an XML 1.0 document.
            The UTF-8 encoding of the value must be less than 128 bytes.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateHealthCheckRequest.HealthCheckConfig">
            <summary>
            Gets and sets the property HealthCheckConfig.
            <para>
            A complex type that contains health check configuration.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.CreateHealthCheckResponse">
            <summary>
            A complex type containing the response information for the new health check.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateHealthCheckResponse.HealthCheck">
            <summary>
            Gets and sets the property HealthCheck.
            <para>
            A complex type that contains identifying information about the health check.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateHealthCheckResponse.Location">
            <summary>
            Gets and sets the property Location.
            <para>
            The unique URL representing the new health check.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.CreateHostedZoneRequest">
            <summary>
            Container for the parameters to the CreateHostedZone operation.
            This action creates a new hosted zone.
             
              
            <para>
            To create a new hosted zone, send a <code>POST</code> request to the <code>2013-04-01/hostedzone</code>
            resource. The request body must include an XML document with a <code>CreateHostedZoneRequest</code>
            element. The response returns the <code>CreateHostedZoneResponse</code> element that
            contains metadata about the hosted zone.
            </para>
              
            <para>
            Amazon Route 53 automatically creates a default SOA record and four NS records for
            the zone. The NS records in the hosted zone are the name servers you give your registrar
            to delegate your domain to. For more information about SOA and NS records, see <a
            href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/SOA-NSrecords.html">NS
            and SOA Records that Amazon Route 53 Creates for a Hosted Zone</a> in the <i>Amazon
            Route 53 Developer Guide</i>.
            </para>
              
            <para>
            When you create a zone, its initial status is <code>PENDING</code>. This means that
            it is not yet available on all DNS servers. The status of the zone changes to <code>INSYNC</code>
            when the NS and SOA records are available on all Amazon Route 53 DNS servers.
            </para>
              
            <para>
            When trying to create a hosted zone using a reusable delegation set, you could specify
            an optional DelegationSetId, and Route53 would assign those 4 NS records for the zone,
            instead of alloting a new one.
            </para>
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.CreateHostedZoneRequest.#ctor">
            <summary>
            Empty constructor used to set properties independently even when a simple constructor is available
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.CreateHostedZoneRequest.#ctor(System.String,System.String)">
            <summary>
            Instantiates CreateHostedZoneRequest with the parameterized properties
            </summary>
            <param name="name">The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical. This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of <code>NameServers</code> elements returned in <code>DelegationSet</code>.</param>
            <param name="callerReference">A unique string that identifies the request and that allows failed <code>CreateHostedZone</code> requests to be retried without the risk of executing the operation twice. You must use a unique <code>CallerReference</code> string every time you create a hosted zone. <code>CallerReference</code> can be any unique string; you might choose to use a string that identifies your project, such as <code>DNSMigration_01</code>. Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.</param>
        </member>
        <member name="P:Amazon.Route53.Model.CreateHostedZoneRequest.Name">
            <summary>
            Gets and sets the property Name.
            <para>
            The name of the domain. This must be a fully-specified domain, for example, www.example.com.
            The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully
            qualified. This means that Amazon Route 53 treats www.example.com (without a trailing
            dot) and www.example.com. (with a trailing dot) as identical.
            </para>
              
            <para>
            This is the name you have registered with your DNS registrar. You should ask your
            registrar to change the authoritative name servers for your domain to the set of <code>NameServers</code>
            elements returned in <code>DelegationSet</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateHostedZoneRequest.VPC">
            <summary>
            Gets and sets the property VPC.
            <para>
            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.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateHostedZoneRequest.CallerReference">
            <summary>
            Gets and sets the property CallerReference.
            <para>
            A unique string that identifies the request and that allows failed <code>CreateHostedZone</code>
            requests to be retried without the risk of executing the operation twice. You must
            use a unique <code>CallerReference</code> string every time you create a hosted zone.
            <code>CallerReference</code> can be any unique string; you might choose to use a string
            that identifies your project, such as <code>DNSMigration_01</code>.
            </para>
              
            <para>
            Valid characters are any Unicode code points that are legal in an XML 1.0 document.
            The UTF-8 encoding of the value must be less than 128 bytes.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateHostedZoneRequest.HostedZoneConfig">
            <summary>
            Gets and sets the property HostedZoneConfig.
            <para>
            A complex type that contains an optional comment about your hosted zone.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateHostedZoneRequest.DelegationSetId">
            <summary>
            Gets and sets the property DelegationSetId.
            <para>
            The delegation set id of the reusable delgation set whose NS records you want to assign
            to the new hosted zone.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.CreateHostedZoneResponse">
            <summary>
            A complex type containing the response information for the new hosted zone.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateHostedZoneResponse.HostedZone">
            <summary>
            Gets and sets the property HostedZone.
            <para>
            A complex type that contains identifying information about the hosted zone.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateHostedZoneResponse.ChangeInfo">
            <summary>
            Gets and sets the property ChangeInfo.
            <para>
            A complex type that contains information about the request to create a hosted zone.
            This includes an ID that you use when you call the <a>GetChange</a> action to get
            the current status of the change request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateHostedZoneResponse.DelegationSet">
            <summary>
            Gets and sets the property DelegationSet.
            <para>
            A complex type that contains name server information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateHostedZoneResponse.VPC">
            <summary>
            Gets and sets the property VPC.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateHostedZoneResponse.Location">
            <summary>
            Gets and sets the property Location.
            <para>
            The unique URL representing the new hosted zone.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.CreateReusableDelegationSetRequest">
            <summary>
            Container for the parameters to the CreateReusableDelegationSet operation.
            This action creates a reusable delegationSet.
             
              
            <para>
            To create a new reusable delegationSet, send a <code>POST</code> request to the <code>2013-04-01/delegationset</code>
            resource. The request body must include an XML document with a <code>CreateReusableDelegationSetRequest</code>
            element. The response returns the <code>CreateReusableDelegationSetResponse</code>
            element that contains metadata about the delegationSet.
            </para>
              
            <para>
            If the optional parameter HostedZoneId is specified, it marks the delegationSet associated
            with that particular hosted zone as reusable.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateReusableDelegationSetRequest.CallerReference">
            <summary>
            Gets and sets the property CallerReference.
            <para>
            A unique string that identifies the request and that allows failed <code>CreateReusableDelegationSet</code>
            requests to be retried without the risk of executing the operation twice. You must
            use a unique <code>CallerReference</code> string every time you create a reusable
            delegation set. <code>CallerReference</code> can be any unique string; you might choose
            to use a string that identifies your project, such as <code>DNSMigration_01</code>.
            </para>
              
            <para>
            Valid characters are any Unicode code points that are legal in an XML 1.0 document.
            The UTF-8 encoding of the value must be less than 128 bytes.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateReusableDelegationSetRequest.HostedZoneId">
            <summary>
            Gets and sets the property HostedZoneId.
            <para>
            The ID of the hosted zone whose delegation set you want to mark as reusable. It is
            an optional parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.CreateReusableDelegationSetResponse">
            <summary>
             
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateReusableDelegationSetResponse.DelegationSet">
            <summary>
            Gets and sets the property DelegationSet.
            <para>
            A complex type that contains name server information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateReusableDelegationSetResponse.Location">
            <summary>
            Gets and sets the property Location.
            <para>
            The unique URL representing the new reusbale delegation set.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.CreateTrafficPolicyInstanceRequest">
            <summary>
            Container for the parameters to the CreateTrafficPolicyInstance operation.
            Creates resource record sets in a specified hosted zone based on the settings in a
            specified traffic policy version. In addition, <code>CreateTrafficPolicyInstance</code>
            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 <code>CreateTrafficPolicyInstance</code>
            created.
             
              
            <para>
            To create a traffic policy instance, send a <code>POST</code> request to the <code>2013-04-01/trafficpolicyinstance</code>
            resource. The request body must include an XML document with a <code>CreateTrafficPolicyRequest</code>
            element. The response returns the <code>CreateTrafficPolicyInstanceResponse</code>
            element, which contains information about the traffic policy instance.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateTrafficPolicyInstanceRequest.HostedZoneId">
            <summary>
            Gets and sets the property HostedZoneId.
            <para>
            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.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateTrafficPolicyInstanceRequest.Name">
            <summary>
            Gets and sets the property Name.
            <para>
            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.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateTrafficPolicyInstanceRequest.TTL">
            <summary>
            Gets and sets the property TTL.
            <para>
            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.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateTrafficPolicyInstanceRequest.TrafficPolicyId">
            <summary>
            Gets and sets the property TrafficPolicyId.
            <para>
            The ID of the traffic policy that you want to use to create resource record sets in
            the specified hosted zone.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateTrafficPolicyInstanceRequest.TrafficPolicyVersion">
            <summary>
            Gets and sets the property TrafficPolicyVersion.
            <para>
            The version of the traffic policy that you want to use to create resource record sets
            in the specified hosted zone.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.CreateTrafficPolicyInstanceResponse">
            <summary>
            A complex type that contains the response information for the <code>CreateTrafficPolicyInstance</code>
            request.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateTrafficPolicyInstanceResponse.TrafficPolicyInstance">
            <summary>
            Gets and sets the property TrafficPolicyInstance.
            <para>
            A complex type that contains settings for the new traffic policy instance.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateTrafficPolicyInstanceResponse.Location">
            <summary>
            Gets and sets the property Location.
            <para>
            A unique URL that represents a new traffic policy instance.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.CreateTrafficPolicyRequest">
            <summary>
            Container for the parameters to the CreateTrafficPolicy operation.
            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).
             
              
            <para>
            To create a traffic policy, send a <code>POST</code> request to the <code>2013-04-01/trafficpolicy</code>
            resource. The request body must include an XML document with a <code>CreateTrafficPolicyRequest</code>
            element. The response includes the <code>CreateTrafficPolicyResponse</code> element,
            which contains information about the new traffic policy.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateTrafficPolicyRequest.Name">
            <summary>
            Gets and sets the property Name.
            <para>
            The name of the traffic policy.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateTrafficPolicyRequest.Document">
            <summary>
            Gets and sets the property Document.
            <para>
            The definition of this traffic policy in JSON format.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateTrafficPolicyRequest.Comment">
            <summary>
            Gets and sets the property Comment.
            <para>
            Any comments that you want to include about the traffic policy.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.CreateTrafficPolicyResponse">
            <summary>
            A complex type that contains the response information for the <code>CreateTrafficPolicy</code>
            request.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateTrafficPolicyResponse.TrafficPolicy">
            <summary>
            Gets and sets the property TrafficPolicy.
            <para>
            A complex type that contains settings for the new traffic policy.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateTrafficPolicyResponse.Location">
            <summary>
            Gets and sets the property Location.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.CreateTrafficPolicyVersionRequest">
            <summary>
            Container for the parameters to the CreateTrafficPolicyVersion operation.
            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.
             
              
            <para>
            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).
            </para>
              
            <para>
            To create a new version, send a <code>POST</code> request to the <code>2013-04-01/trafficpolicy/</code>
            resource. The request body includes an XML document with a <code>CreateTrafficPolicyVersionRequest</code>
            element. The response returns the <code>CreateTrafficPolicyVersionResponse</code>
            element, which contains information about the new version of the traffic policy.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateTrafficPolicyVersionRequest.Id">
            <summary>
            Gets and sets the property Id.
            <para>
            The ID of the traffic policy for which you want to create a new version.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateTrafficPolicyVersionRequest.Document">
            <summary>
            Gets and sets the property Document.
            <para>
            The definition of a new traffic policy version, in JSON format. You must specify the
            full definition of the new traffic policy. You cannot specify just the differences
            between the new version and a previous version.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateTrafficPolicyVersionRequest.Comment">
            <summary>
            Gets and sets the property Comment.
            <para>
            Any comments that you want to include about the new traffic policy version.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.CreateTrafficPolicyVersionResponse">
            <summary>
            A complex type that contains the response information for the <code>CreateTrafficPolicyVersion</code>
            request.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateTrafficPolicyVersionResponse.TrafficPolicy">
            <summary>
            Gets and sets the property TrafficPolicy.
            <para>
            A complex type that contains settings for the new version of the traffic policy.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.CreateTrafficPolicyVersionResponse.Location">
            <summary>
            Gets and sets the property Location.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.DelegationSet">
            <summary>
            A complex type that contains name server information.
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.DelegationSet.#ctor">
            <summary>
            Empty constructor used to set properties independently even when a simple constructor is available
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.DelegationSet.#ctor(System.Collections.Generic.List{System.String})">
            <summary>
            Instantiates DelegationSet with the parameterized properties
            </summary>
            <param name="nameServers">A complex type that contains the authoritative name servers for the hosted zone. Use the method provided by your domain registrar to add an NS record to your domain for each <code>NameServer</code> that is assigned to your hosted zone.</param>
        </member>
        <member name="P:Amazon.Route53.Model.DelegationSet.Id">
            <summary>
            Gets and sets the property Id.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.DelegationSet.CallerReference">
            <summary>
            Gets and sets the property CallerReference.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.DelegationSet.NameServers">
            <summary>
            Gets and sets the property NameServers.
            <para>
            A complex type that contains the authoritative name servers for the hosted zone. Use
            the method provided by your domain registrar to add an NS record to your domain for
            each <code>NameServer</code> that is assigned to your hosted zone.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.DelegationSetAlreadyCreatedException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.DelegationSetAlreadyCreatedException.#ctor(System.String)">
            <summary>
            Constructs a new DelegationSetAlreadyCreatedException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.DelegationSetAlreadyCreatedException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of DelegationSetAlreadyCreatedException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.DelegationSetAlreadyCreatedException.#ctor(System.Exception)">
            <summary>
            Construct instance of DelegationSetAlreadyCreatedException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.DelegationSetAlreadyCreatedException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of DelegationSetAlreadyCreatedException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.DelegationSetAlreadyCreatedException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of DelegationSetAlreadyCreatedException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.DelegationSetAlreadyReusableException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.DelegationSetAlreadyReusableException.#ctor(System.String)">
            <summary>
            Constructs a new DelegationSetAlreadyReusableException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.DelegationSetAlreadyReusableException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of DelegationSetAlreadyReusableException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.DelegationSetAlreadyReusableException.#ctor(System.Exception)">
            <summary>
            Construct instance of DelegationSetAlreadyReusableException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.DelegationSetAlreadyReusableException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of DelegationSetAlreadyReusableException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.DelegationSetAlreadyReusableException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of DelegationSetAlreadyReusableException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.DelegationSetInUseException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.DelegationSetInUseException.#ctor(System.String)">
            <summary>
            Constructs a new DelegationSetInUseException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.DelegationSetInUseException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of DelegationSetInUseException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.DelegationSetInUseException.#ctor(System.Exception)">
            <summary>
            Construct instance of DelegationSetInUseException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.DelegationSetInUseException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of DelegationSetInUseException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.DelegationSetInUseException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of DelegationSetInUseException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.DelegationSetNotAvailableException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.DelegationSetNotAvailableException.#ctor(System.String)">
            <summary>
            Constructs a new DelegationSetNotAvailableException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.DelegationSetNotAvailableException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of DelegationSetNotAvailableException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.DelegationSetNotAvailableException.#ctor(System.Exception)">
            <summary>
            Construct instance of DelegationSetNotAvailableException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.DelegationSetNotAvailableException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of DelegationSetNotAvailableException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.DelegationSetNotAvailableException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of DelegationSetNotAvailableException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.DelegationSetNotReusableException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.DelegationSetNotReusableException.#ctor(System.String)">
            <summary>
            Constructs a new DelegationSetNotReusableException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.DelegationSetNotReusableException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of DelegationSetNotReusableException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.DelegationSetNotReusableException.#ctor(System.Exception)">
            <summary>
            Construct instance of DelegationSetNotReusableException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.DelegationSetNotReusableException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of DelegationSetNotReusableException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.DelegationSetNotReusableException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of DelegationSetNotReusableException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.DeleteHealthCheckRequest">
            <summary>
            Container for the parameters to the DeleteHealthCheck operation.
            This action deletes a health check. To delete a health check, send a <code>DELETE</code>
            request to the <code>2013-04-01/healthcheck/<i>health check ID</i></code> resource.
             
             <important> You can delete a health check only if there are no resource record sets
            associated with this health check. If resource record sets are associated with this
            health check, you must disassociate them before you can delete your health check.
            If you try to delete a health check that is associated with resource record sets,
            Amazon Route 53 will deny your request with a <code>HealthCheckInUse</code> error.
            For information about disassociating the records from your health check, see <a>ChangeResourceRecordSets</a>.</important>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.DeleteHealthCheckRequest.HealthCheckId">
            <summary>
            Gets and sets the property HealthCheckId.
            <para>
            The ID of the health check to delete.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.DeleteHealthCheckResponse">
            <summary>
            Empty response for the request.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.DeleteHostedZoneRequest">
            <summary>
            Container for the parameters to the DeleteHostedZone operation.
            This action deletes a hosted zone. To delete a hosted zone, send a <code>DELETE</code>
            request to the <code>2013-04-01/hostedzone/<i>hosted zone ID</i></code> resource.
             
              
            <para>
            For more information about deleting a hosted zone, see <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DeleteHostedZone.html">Deleting
            a Hosted Zone</a> in the <i>Amazon Route 53 Developer Guide</i>.
            </para>
             <important> You can delete a hosted zone only if there are no resource record sets
            other than the default SOA record and NS resource record sets. If your hosted zone
            contains other resource record sets, you must delete them before you can delete your
            hosted zone. If you try to delete a hosted zone that contains other resource record
            sets, Amazon Route 53 will deny your request with a <code>HostedZoneNotEmpty</code>
            error. For information about deleting records from your hosted zone, see <a>ChangeResourceRecordSets</a>.</important>
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.DeleteHostedZoneRequest.#ctor">
            <summary>
            Empty constructor used to set properties independently even when a simple constructor is available
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.DeleteHostedZoneRequest.#ctor(System.String)">
            <summary>
            Instantiates DeleteHostedZoneRequest with the parameterized properties
            </summary>
            <param name="id">The ID of the hosted zone you want to delete.</param>
        </member>
        <member name="P:Amazon.Route53.Model.DeleteHostedZoneRequest.Id">
            <summary>
            Gets and sets the property Id.
            <para>
            The ID of the hosted zone you want to delete.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.DeleteHostedZoneResponse">
            <summary>
            A complex type containing the response information for the request.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.DeleteHostedZoneResponse.ChangeInfo">
            <summary>
            Gets and sets the property ChangeInfo.
            <para>
            A complex type that contains the ID, the status, and the date and time of your delete
            request.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.DeleteReusableDelegationSetRequest">
            <summary>
            Container for the parameters to the DeleteReusableDelegationSet operation.
            This action deletes a reusable delegation set. To delete a reusable delegation set,
            send a <code>DELETE</code> request to the <code>2013-04-01/delegationset/<i>delegation
            set ID</i></code> resource.
             
             <important> You can delete a reusable delegation set only if there are no associated
            hosted zones. If your reusable delegation set contains associated hosted zones, you
            must delete them before you can delete your reusable delegation set. If you try to
            delete a reusable delegation set that contains associated hosted zones, Amazon Route
            53 will deny your request with a <code>DelegationSetInUse</code> error.</important>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.DeleteReusableDelegationSetRequest.Id">
            <summary>
            Gets and sets the property Id.
            <para>
            The ID of the reusable delegation set you want to delete.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.DeleteReusableDelegationSetResponse">
            <summary>
            Empty response for the request.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.DeleteTrafficPolicyInstanceRequest">
            <summary>
            Container for the parameters to the DeleteTrafficPolicyInstance operation.
            Deletes a traffic policy instance and all of the resource record sets that Amazon
            Route 53 created when you created the instance.
             
              
            <para>
            To delete a traffic policy instance, send a <code>DELETE</code> request to the <code>2013-04-01/trafficpolicy/<i>traffic
            policy instance ID</i></code> resource.
            </para>
             <important>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.</important>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.DeleteTrafficPolicyInstanceRequest.Id">
            <summary>
            Gets and sets the property Id.
            <para>
            The ID of the traffic policy instance that you want to delete.
            </para>
             <important>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.</important>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.DeleteTrafficPolicyInstanceResponse">
            <summary>
            An empty element.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.DeleteTrafficPolicyRequest">
            <summary>
            Container for the parameters to the DeleteTrafficPolicy operation.
            Deletes a traffic policy. To delete a traffic policy, send a <code>DELETE</code> request
            to the <code>2013-04-01/trafficpolicy</code> resource.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.DeleteTrafficPolicyRequest.Id">
            <summary>
            Gets and sets the property Id.
            <para>
            The ID of the traffic policy that you want to delete.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.DeleteTrafficPolicyRequest.Version">
            <summary>
            Gets and sets the property Version.
            <para>
            The version number of the traffic policy that you want to delete.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.DeleteTrafficPolicyResponse">
            <summary>
            An empty element.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.DisassociateVPCFromHostedZoneRequest">
            <summary>
            Container for the parameters to the DisassociateVPCFromHostedZone operation.
            This action disassociates a VPC from an hosted zone.
             
              
            <para>
            To disassociate a VPC to a hosted zone, send a <code>POST</code> request to the <code>2013-04-01/hostedzone/<i>hosted
            zone ID</i>/disassociatevpc</code> resource. The request body must include an XML
            document with a <code>DisassociateVPCFromHostedZoneRequest</code> element. The response
            returns the <code>DisassociateVPCFromHostedZoneResponse</code> element that contains
            <code>ChangeInfo</code> for you to track the progress of the <code>DisassociateVPCFromHostedZoneRequest</code>
            you made. See <code>GetChange</code> operation for how to track the progress of your
            change.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.DisassociateVPCFromHostedZoneRequest.HostedZoneId">
            <summary>
            Gets and sets the property HostedZoneId.
            <para>
            The ID of the hosted zone you want to disassociate your VPC from.
            </para>
              
            <para>
            Note that you cannot disassociate the last VPC from a hosted zone.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.DisassociateVPCFromHostedZoneRequest.VPC">
            <summary>
            Gets and sets the property VPC.
            <para>
            The VPC that you want your hosted zone to be disassociated from.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.DisassociateVPCFromHostedZoneRequest.Comment">
            <summary>
            Gets and sets the property Comment.
            <para>
            <i>Optional:</i> Any comments you want to include about a <code>DisassociateVPCFromHostedZoneRequest</code>.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.DisassociateVPCFromHostedZoneResponse">
            <summary>
            A complex type containing the response information for the request.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.DisassociateVPCFromHostedZoneResponse.ChangeInfo">
            <summary>
            Gets and sets the property ChangeInfo.
            <para>
            A complex type that contains the ID, the status, and the date and time of your <code>DisassociateVPCFromHostedZoneRequest</code>.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GeoLocation">
            <summary>
            A complex type that contains information about a geo location.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GeoLocation.ContinentCode">
            <summary>
            Gets and sets the property ContinentCode.
            <para>
            The code for a continent geo location. Note: only continent locations have a continent
            code.
            </para>
              
            <para>
            Valid values: <code>AF</code> | <code>AN</code> | <code>AS</code> | <code>EU</code>
            | <code>OC</code> | <code>NA</code> | <code>SA</code>
            </para>
              
            <para>
            Constraint: Specifying <code>ContinentCode</code> with either <code>CountryCode</code>
            or <code>SubdivisionCode</code> returns an <a>InvalidInput</a> error.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GeoLocation.CountryCode">
            <summary>
            Gets and sets the property CountryCode.
            <para>
            The code for a country geo location. The default location uses '*' for the country
            code and will match all locations that are not matched by a geo location.
            </para>
              
            <para>
            The default geo location uses a <code>*</code> for the country code. All other country
            codes follow the ISO 3166 two-character code.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GeoLocation.SubdivisionCode">
            <summary>
            Gets and sets the property SubdivisionCode.
            <para>
            The code for a country's subdivision (e.g., a province of Canada). A subdivision code
            is only valid with the appropriate country code.
            </para>
              
            <para>
            Constraint: Specifying <code>SubdivisionCode</code> without <code>CountryCode</code>
            returns an <a>InvalidInput</a> error.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GeoLocationDetails">
            <summary>
            A complex type that contains information about a <code>GeoLocation</code>.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GeoLocationDetails.ContinentCode">
            <summary>
            Gets and sets the property ContinentCode.
            <para>
            The code for a continent geo location. Note: only continent locations have a continent
            code.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GeoLocationDetails.ContinentName">
            <summary>
            Gets and sets the property ContinentName.
            <para>
            The name of the continent. This element is only present if <code>ContinentCode</code>
            is also present.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GeoLocationDetails.CountryCode">
            <summary>
            Gets and sets the property CountryCode.
            <para>
            The code for a country geo location. The default location uses '*' for the country
            code and will match all locations that are not matched by a geo location.
            </para>
              
            <para>
            The default geo location uses a <code>*</code> for the country code. All other country
            codes follow the ISO 3166 two-character code.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GeoLocationDetails.CountryName">
            <summary>
            Gets and sets the property CountryName.
            <para>
            The name of the country. This element is only present if <code>CountryCode</code>
            is also present.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GeoLocationDetails.SubdivisionCode">
            <summary>
            Gets and sets the property SubdivisionCode.
            <para>
            The code for a country's subdivision (e.g., a province of Canada). A subdivision code
            is only valid with the appropriate country code.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GeoLocationDetails.SubdivisionName">
            <summary>
            Gets and sets the property SubdivisionName.
            <para>
            The name of the subdivision. This element is only present if <code>SubdivisionCode</code>
            is also present.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GetChangeDetailsRequest">
            <summary>
            Container for the parameters to the GetChangeDetails operation.
            This action returns the status and changes of a change batch request.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GetChangeDetailsRequest.Id">
            <summary>
            Gets and sets the property Id.
            <para>
            The ID of the change batch request. The value that you specify here is the value that
            <code>ChangeResourceRecordSets</code> returned in the Id element when you submitted
            the request.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GetChangeDetailsResponse">
            <summary>
            A complex type that contains the <code>ChangeBatchRecord</code> element.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GetChangeDetailsResponse.ChangeBatchRecord">
            <summary>
            Gets and sets the property ChangeBatchRecord.
            <para>
            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.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GetChangeRequest">
            <summary>
            Container for the parameters to the GetChange operation.
            This action returns the current status of a change batch request. The status is one
            of the following values:
             
              
            <para>
            - <code>PENDING</code> 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.
            </para>
              
            <para>
            - <code>INSYNC</code> indicates that the changes have replicated to all Amazon Route
            53 DNS servers.
            </para>
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.GetChangeRequest.#ctor">
            <summary>
            Empty constructor used to set properties independently even when a simple constructor is available
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.GetChangeRequest.#ctor(System.String)">
            <summary>
            Instantiates GetChangeRequest with the parameterized properties
            </summary>
            <param name="id">The ID of the change batch request. The value that you specify here is the value that <code>ChangeResourceRecordSets</code> returned in the Id element when you submitted the request.</param>
        </member>
        <member name="P:Amazon.Route53.Model.GetChangeRequest.Id">
            <summary>
            Gets and sets the property Id.
            <para>
            The ID of the change batch request. The value that you specify here is the value that
            <code>ChangeResourceRecordSets</code> returned in the Id element when you submitted
            the request.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GetChangeResponse">
            <summary>
            A complex type that contains the <code>ChangeInfo</code> element.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GetChangeResponse.ChangeInfo">
            <summary>
            Gets and sets the property ChangeInfo.
            <para>
            A complex type that contains information about the specified change batch, including
            the change batch ID, the status of the change, and the date and time of the request.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GetCheckerIpRangesRequest">
            <summary>
            Container for the parameters to the GetCheckerIpRanges operation.
            To retrieve a list of the IP ranges used by Amazon Route 53 health checkers to check
            the health of your resources, send a <code>GET</code> request to the <code>2013-04-01/checkeripranges</code>
            resource. You can use these IP addresses to configure router and firewall rules to
            allow health checkers to check the health of your resources.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GetCheckerIpRangesResponse">
            <summary>
            A complex type that contains the <code>CheckerIpRanges</code> element.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GetCheckerIpRangesResponse.CheckerIpRanges">
            <summary>
            Gets and sets the property CheckerIpRanges.
            <para>
            A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route
            53 health checkers.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GetGeoLocationRequest">
            <summary>
            Container for the parameters to the GetGeoLocation operation.
            To retrieve a single geo location, send a <code>GET</code> request to the <code>2013-04-01/geolocation</code>
            resource with one of these options: continentcode | countrycode | countrycode and
            subdivisioncode.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GetGeoLocationRequest.ContinentCode">
            <summary>
            Gets and sets the property ContinentCode.
            <para>
            The code for a continent geo location. Note: only continent locations have a continent
            code.
            </para>
              
            <para>
            Valid values: <code>AF</code> | <code>AN</code> | <code>AS</code> | <code>EU</code>
            | <code>OC</code> | <code>NA</code> | <code>SA</code>
            </para>
              
            <para>
            Constraint: Specifying <code>ContinentCode</code> with either <code>CountryCode</code>
            or <code>SubdivisionCode</code> returns an <a>InvalidInput</a> error.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GetGeoLocationRequest.CountryCode">
            <summary>
            Gets and sets the property CountryCode.
            <para>
            The code for a country geo location. The default location uses '*' for the country
            code and will match all locations that are not matched by a geo location.
            </para>
              
            <para>
            The default geo location uses a <code>*</code> for the country code. All other country
            codes follow the ISO 3166 two-character code.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GetGeoLocationRequest.SubdivisionCode">
            <summary>
            Gets and sets the property SubdivisionCode.
            <para>
            The code for a country's subdivision (e.g., a province of Canada). A subdivision code
            is only valid with the appropriate country code.
            </para>
              
            <para>
            Constraint: Specifying <code>SubdivisionCode</code> without <code>CountryCode</code>
            returns an <a>InvalidInput</a> error.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GetGeoLocationResponse">
            <summary>
            A complex type containing information about the specified geo location.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GetGeoLocationResponse.GeoLocationDetails">
            <summary>
            Gets and sets the property GeoLocationDetails.
            <para>
            A complex type that contains the information about the specified geo location.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GetHealthCheckCountRequest">
            <summary>
            Container for the parameters to the GetHealthCheckCount operation.
            To retrieve a count of all your health checks, send a <code>GET</code> request to
            the <code>2013-04-01/healthcheckcount</code> resource.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GetHealthCheckCountResponse">
            <summary>
            A complex type that contains the count of health checks associated with the current
            AWS account.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GetHealthCheckCountResponse.HealthCheckCount">
            <summary>
            Gets and sets the property HealthCheckCount.
            <para>
            The number of health checks associated with the current AWS account.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GetHealthCheckLastFailureReasonRequest">
            <summary>
            Container for the parameters to the GetHealthCheckLastFailureReason operation.
            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 <code>GET</code> request to the <code>2013-04-01/healthcheck/<i>health check
            ID</i>/lastfailurereason</code> resource.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GetHealthCheckLastFailureReasonRequest.HealthCheckId">
            <summary>
            Gets and sets the property HealthCheckId.
            <para>
            The ID of the health check for which you want to retrieve the reason for the most
            recent failure.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GetHealthCheckLastFailureReasonResponse">
            <summary>
            A complex type that contains information about the most recent failure for the specified
            health check.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GetHealthCheckLastFailureReasonResponse.HealthCheckObservations">
            <summary>
            Gets and sets the property HealthCheckObservations.
            <para>
            A list that contains one <code>HealthCheckObservation</code> element for each Amazon
            Route 53 health checker.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GetHealthCheckRequest">
            <summary>
            Container for the parameters to the GetHealthCheck operation.
            To retrieve the health check, send a <code>GET</code> request to the <code>2013-04-01/healthcheck/<i>health
            check ID</i></code> resource.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GetHealthCheckRequest.HealthCheckId">
            <summary>
            Gets and sets the property HealthCheckId.
            <para>
            The ID of the health check to retrieve.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GetHealthCheckResponse">
            <summary>
            A complex type containing information about the specified health check.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GetHealthCheckResponse.HealthCheck">
            <summary>
            Gets and sets the property HealthCheck.
            <para>
            A complex type that contains the information about the specified health check.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GetHealthCheckStatusRequest">
            <summary>
            Container for the parameters to the GetHealthCheckStatus operation.
            To retrieve the health check status, send a <code>GET</code> request to the <code>2013-04-01/healthcheck/<i>health
            check ID</i>/status</code> resource. You can use this call to get a health check's
            current status.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GetHealthCheckStatusRequest.HealthCheckId">
            <summary>
            Gets and sets the property HealthCheckId.
            <para>
            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 <code>HealthCheckId</code>
            element and specify the ID of the applicable health check.
            </para>
              
            <para>
            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.
            </para>
              
            <para>
            The <code>HealthCheckId</code> 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:
            </para>
             <ul> <li>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.</li> <li>
            <para>
            You set <code>EvaluateTargetHealth</code> to <code>true</code> 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 <a>EvaluateTargetHealth</a>.
            </para>
              
            <para>
            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 <code>Value</code>
            element. When you add a <code>HealthCheckId</code> element to a resource record set,
            Amazon Route 53 checks the health of the endpoint that you specified in the health
            check.
            </para>
             </li> </ul>
            <para>
            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 <code>*</code>), in that order, until it
            finds a resource record set for which the endpoint is healthy.
            </para>
              
            <para>
            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 <code>FullyQualifiedDomainName</code>, specify the domain name of the server (such
            as <code>us-east-1-www.example.com</code>), not the name of the resource record sets
            (example.com).
            </para>
             <important>In this configuration, if you create a health check for which the value
            of <code>FullyQualifiedDomainName</code> 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.</important>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GetHealthCheckStatusResponse">
            <summary>
            A complex type that contains information about the status of the specified health
            check.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GetHealthCheckStatusResponse.HealthCheckObservations">
            <summary>
            Gets and sets the property HealthCheckObservations.
            <para>
            A list that contains one <code>HealthCheckObservation</code> element for each Amazon
            Route 53 health checker.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GetHostedZoneCountRequest">
            <summary>
            Container for the parameters to the GetHostedZoneCount operation.
            To retrieve a count of all your hosted zones, send a <code>GET</code> request to the
            <code>2013-04-01/hostedzonecount</code> resource.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GetHostedZoneCountResponse">
            <summary>
            A complex type that contains the count of hosted zones associated with the current
            AWS account.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GetHostedZoneCountResponse.HostedZoneCount">
            <summary>
            Gets and sets the property HostedZoneCount.
            <para>
            The number of hosted zones associated with the current AWS account.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GetHostedZoneRequest">
            <summary>
            Container for the parameters to the GetHostedZone operation.
            To retrieve the delegation set for a hosted zone, send a <code>GET</code> request
            to the <code>2013-04-01/hostedzone/<i>hosted zone ID</i></code> resource. The delegation
            set is the four Amazon Route 53 name servers that were assigned to the hosted zone
            when you created it.
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.GetHostedZoneRequest.#ctor">
            <summary>
            Empty constructor used to set properties independently even when a simple constructor is available
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.GetHostedZoneRequest.#ctor(System.String)">
            <summary>
            Instantiates GetHostedZoneRequest with the parameterized properties
            </summary>
            <param name="id">The ID of the hosted zone for which you want to get a list of the name servers in the delegation set.</param>
        </member>
        <member name="P:Amazon.Route53.Model.GetHostedZoneRequest.Id">
            <summary>
            Gets and sets the property Id.
            <para>
            The ID of the hosted zone for which you want to get a list of the name servers in
            the delegation set.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GetHostedZoneResponse">
            <summary>
            A complex type containing information about the specified hosted zone.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GetHostedZoneResponse.HostedZone">
            <summary>
            Gets and sets the property HostedZone.
            <para>
            A complex type that contains the information about the specified hosted zone.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GetHostedZoneResponse.DelegationSet">
            <summary>
            Gets and sets the property DelegationSet.
            <para>
            A complex type that contains information about the name servers for the specified
            hosted zone.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GetHostedZoneResponse.VPCs">
            <summary>
            Gets and sets the property VPCs.
            <para>
            A complex type that contains information about VPCs associated with the specified
            hosted zone.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GetReusableDelegationSetRequest">
            <summary>
            Container for the parameters to the GetReusableDelegationSet operation.
            To retrieve the reusable delegation set, send a <code>GET</code> request to the <code>2013-04-01/delegationset/<i>delegation
            set ID</i></code> resource.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GetReusableDelegationSetRequest.Id">
            <summary>
            Gets and sets the property Id.
            <para>
            The ID of the reusable delegation set for which you want to get a list of the name
            server.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GetReusableDelegationSetResponse">
            <summary>
            A complex type containing information about the specified reusable delegation set.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GetReusableDelegationSetResponse.DelegationSet">
            <summary>
            Gets and sets the property DelegationSet.
            <para>
            A complex type that contains the information about the nameservers for the specified
            delegation set ID.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GetTrafficPolicyInstanceCountRequest">
            <summary>
            Container for the parameters to the GetTrafficPolicyInstanceCount operation.
            Gets the number of traffic policy instances that are associated with the current AWS
            account.
             
              
            <para>
            To get the number of traffic policy instances, send a <code>GET</code> request to
            the <code>2013-04-01/trafficpolicyinstancecount</code> resource.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GetTrafficPolicyInstanceCountResponse">
            <summary>
            A complex type that contains information about the number of traffic policy instances
            that are associated with the current AWS account.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GetTrafficPolicyInstanceCountResponse.TrafficPolicyInstanceCount">
            <summary>
            Gets and sets the property TrafficPolicyInstanceCount.
            <para>
            The number of traffic policy instances that are associated with the current AWS account.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GetTrafficPolicyInstanceRequest">
            <summary>
            Container for the parameters to the GetTrafficPolicyInstance operation.
            Gets information about a specified traffic policy instance.
             
              
            <para>
            To get information about the traffic policy instance, send a <code>GET</code> request
            to the <code>2013-04-01/trafficpolicyinstance</code> resource.
            </para>
             <note>After you submit a <code>CreateTrafficPolicyInstance</code> or an <code>UpdateTrafficPolicyInstance</code>
            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
            <a>State</a> response element. </note>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GetTrafficPolicyInstanceRequest.Id">
            <summary>
            Gets and sets the property Id.
            <para>
            The ID of the traffic policy instance that you want to get information about.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GetTrafficPolicyInstanceResponse">
            <summary>
            A complex type that contains information about the resource record sets that Amazon
            Route 53 created based on a specified traffic policy.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GetTrafficPolicyInstanceResponse.TrafficPolicyInstance">
            <summary>
            Gets and sets the property TrafficPolicyInstance.
            <para>
            A complex type that contains settings for the traffic policy instance.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GetTrafficPolicyRequest">
            <summary>
            Container for the parameters to the GetTrafficPolicy operation.
            Gets information about a specific traffic policy version. To get the information,
            send a <code>GET</code> request to the <code>2013-04-01/trafficpolicy</code> resource.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GetTrafficPolicyRequest.Id">
            <summary>
            Gets and sets the property Id.
            <para>
            The ID of the traffic policy that you want to get information about.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GetTrafficPolicyRequest.Version">
            <summary>
            Gets and sets the property Version.
            <para>
            The version number of the traffic policy that you want to get information about.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.GetTrafficPolicyResponse">
            <summary>
            A complex type that contains the response information for the request.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.GetTrafficPolicyResponse.TrafficPolicy">
            <summary>
            Gets and sets the property TrafficPolicy.
            <para>
            A complex type that contains settings for the specified traffic policy.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.HealthCheck">
            <summary>
            A complex type that contains identifying information about the health check.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.HealthCheck.Id">
            <summary>
            Gets and sets the property Id.
            <para>
            The ID of the specified health check.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.HealthCheck.CallerReference">
            <summary>
            Gets and sets the property CallerReference.
            <para>
            A unique string that identifies the request to create the health check.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.HealthCheck.HealthCheckConfig">
            <summary>
            Gets and sets the property HealthCheckConfig.
            <para>
            A complex type that contains the health check configuration.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.HealthCheck.HealthCheckVersion">
            <summary>
            Gets and sets the property HealthCheckVersion.
            <para>
            The version of the health check. You can optionally pass this value in a call to <code>UpdateHealthCheck</code>
            to prevent overwriting another change to the health check.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.HealthCheckAlreadyExistsException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.HealthCheckAlreadyExistsException.#ctor(System.String)">
            <summary>
            Constructs a new HealthCheckAlreadyExistsException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.HealthCheckAlreadyExistsException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of HealthCheckAlreadyExistsException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.HealthCheckAlreadyExistsException.#ctor(System.Exception)">
            <summary>
            Construct instance of HealthCheckAlreadyExistsException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.HealthCheckAlreadyExistsException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of HealthCheckAlreadyExistsException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.HealthCheckAlreadyExistsException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of HealthCheckAlreadyExistsException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.HealthCheckConfig">
            <summary>
            A complex type that contains the health check configuration.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.HealthCheckConfig.IPAddress">
            <summary>
            Gets and sets the property IPAddress.
            <para>
            IP Address of the instance being checked.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.HealthCheckConfig.Port">
            <summary>
            Gets and sets the property Port.
            <para>
            Port on which connection will be opened to the instance to health check. For HTTP
            and HTTP_STR_MATCH this defaults to 80 if the port is not specified. For HTTPS and
            HTTPS_STR_MATCH this defaults to 443 if the port is not specified.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.HealthCheckConfig.Type">
            <summary>
            Gets and sets the property Type.
            <para>
            The type of health check to be performed. Currently supported types are TCP, HTTP,
            HTTPS, HTTP_STR_MATCH, and HTTPS_STR_MATCH.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.HealthCheckConfig.ResourcePath">
            <summary>
            Gets and sets the property ResourcePath.
            <para>
            Path to ping on the instance to check the health. Required for HTTP, HTTPS, HTTP_STR_MATCH,
            and HTTPS_STR_MATCH health checks. The HTTP request is issued to the instance on the
            given port and path.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.HealthCheckConfig.FullyQualifiedDomainName">
            <summary>
            Gets and sets the property FullyQualifiedDomainName.
            <para>
            Fully qualified domain name of the instance to be health checked.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.HealthCheckConfig.SearchString">
            <summary>
            Gets and sets the property SearchString.
            <para>
            A string to search for in the body of a health check response. Required for HTTP_STR_MATCH
            and HTTPS_STR_MATCH health checks.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.HealthCheckConfig.RequestInterval">
            <summary>
            Gets and sets the property RequestInterval.
            <para>
            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.
            </para>
              
            <para>
            Each Amazon Route 53 health checker makes requests at this interval. Valid values
            are 10 and 30. The default value is 30.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.HealthCheckConfig.FailureThreshold">
            <summary>
            Gets and sets the property FailureThreshold.
            <para>
            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.
            </para>
              
            <para>
            Valid values are integers between 1 and 10. For more information, see "How Amazon
            Route 53 Determines Whether an Endpoint Is Healthy" in the Amazon Route 53 Developer
            Guide.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.HealthCheckConfig.MeasureLatency">
            <summary>
            Gets and sets the property MeasureLatency.
            <para>
            A Boolean value that indicates whether you want Amazon Route 53 to measure the latency
            between health checkers in multiple AWS regions and your endpoint and to display CloudWatch
            latency graphs in the Amazon Route 53 console.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.HealthCheckConfig.Inverted">
            <summary>
            Gets and sets the property Inverted.
            <para>
            A boolean value that indicates whether the status of health check should be inverted.
            For example, if a health check is healthy but <code>Inverted</code> is <code>True</code>,
            then Amazon Route 53 considers the health check to be unhealthy.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.HealthCheckConfig.HealthThreshold">
            <summary>
            Gets and sets the property HealthThreshold.
            <para>
            The minimum number of child health checks that must be healthy for Amazon Route 53
            to consider the parent health check to be healthy. Valid values are integers between
            0 and 256, inclusive.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.HealthCheckConfig.ChildHealthChecks">
            <summary>
            Gets and sets the property ChildHealthChecks.
            <para>
            For a specified parent health check, a list of <code>HealthCheckId</code> values for
            the associated child health checks.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.HealthCheckInUseException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.HealthCheckInUseException.#ctor(System.String)">
            <summary>
            Constructs a new HealthCheckInUseException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.HealthCheckInUseException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of HealthCheckInUseException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.HealthCheckInUseException.#ctor(System.Exception)">
            <summary>
            Construct instance of HealthCheckInUseException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.HealthCheckInUseException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of HealthCheckInUseException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.HealthCheckInUseException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of HealthCheckInUseException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.HealthCheckObservation">
            <summary>
            A complex type that contains the IP address of a Amazon Route 53 health checker and
            the reason for the health check status.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.HealthCheckObservation.IPAddress">
            <summary>
            Gets and sets the property IPAddress.
            <para>
            The IP address of the Amazon Route 53 health checker that performed the health check.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.HealthCheckObservation.StatusReport">
            <summary>
            Gets and sets the property StatusReport.
            <para>
            A complex type that contains information about the health check status for the current
            observation.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.HealthCheckVersionMismatchException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.HealthCheckVersionMismatchException.#ctor(System.String)">
            <summary>
            Constructs a new HealthCheckVersionMismatchException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.HealthCheckVersionMismatchException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of HealthCheckVersionMismatchException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.HealthCheckVersionMismatchException.#ctor(System.Exception)">
            <summary>
            Construct instance of HealthCheckVersionMismatchException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.HealthCheckVersionMismatchException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of HealthCheckVersionMismatchException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.HealthCheckVersionMismatchException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of HealthCheckVersionMismatchException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.HostedZone">
            <summary>
            A complex type that contain information about the specified hosted zone.
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.HostedZone.#ctor">
            <summary>
            Empty constructor used to set properties independently even when a simple constructor is available
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.HostedZone.#ctor(System.String,System.String,System.String)">
            <summary>
            Instantiates HostedZone with the parameterized properties
            </summary>
            <param name="id">The ID of the specified hosted zone.</param>
            <param name="name">The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical. This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of <code>NameServers</code> elements returned in <code>DelegationSet</code>.</param>
            <param name="callerReference">A unique string that identifies the request to create the hosted zone.</param>
        </member>
        <member name="P:Amazon.Route53.Model.HostedZone.Id">
            <summary>
            Gets and sets the property Id.
            <para>
            The ID of the specified hosted zone.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.HostedZone.Name">
            <summary>
            Gets and sets the property Name.
            <para>
            The name of the domain. This must be a fully-specified domain, for example, www.example.com.
            The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully
            qualified. This means that Amazon Route 53 treats www.example.com (without a trailing
            dot) and www.example.com. (with a trailing dot) as identical.
            </para>
              
            <para>
            This is the name you have registered with your DNS registrar. You should ask your
            registrar to change the authoritative name servers for your domain to the set of <code>NameServers</code>
            elements returned in <code>DelegationSet</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.HostedZone.CallerReference">
            <summary>
            Gets and sets the property CallerReference.
            <para>
            A unique string that identifies the request to create the hosted zone.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.HostedZone.Config">
            <summary>
            Gets and sets the property Config.
            <para>
            A complex type that contains the <code>Comment</code> element.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.HostedZone.ResourceRecordSetCount">
            <summary>
            Gets and sets the property ResourceRecordSetCount.
            <para>
            Total number of resource record sets in the hosted zone.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.HostedZoneAlreadyExistsException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.HostedZoneAlreadyExistsException.#ctor(System.String)">
            <summary>
            Constructs a new HostedZoneAlreadyExistsException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.HostedZoneAlreadyExistsException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of HostedZoneAlreadyExistsException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.HostedZoneAlreadyExistsException.#ctor(System.Exception)">
            <summary>
            Construct instance of HostedZoneAlreadyExistsException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.HostedZoneAlreadyExistsException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of HostedZoneAlreadyExistsException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.HostedZoneAlreadyExistsException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of HostedZoneAlreadyExistsException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.HostedZoneConfig">
            <summary>
            A complex type that contains an optional comment about your hosted zone. If you don't
            want to specify a comment, you can omit the <code>HostedZoneConfig</code> and <code>Comment</code>
            elements from the XML document.
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.HostedZoneConfig.#ctor">
            <summary>
            Empty constructor used to set properties independently even when a simple constructor is available
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.HostedZoneConfig.Comment">
            <summary>
            Gets and sets the property Comment.
            <para>
            An optional comment about your hosted zone. If you don't want to specify a comment,
            you can omit the <code>HostedZoneConfig</code> and <code>Comment</code> elements from
            the XML document.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.HostedZoneConfig.PrivateZone">
            <summary>
            Gets and sets the property PrivateZone.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.HostedZoneNotEmptyException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.HostedZoneNotEmptyException.#ctor(System.String)">
            <summary>
            Constructs a new HostedZoneNotEmptyException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.HostedZoneNotEmptyException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of HostedZoneNotEmptyException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.HostedZoneNotEmptyException.#ctor(System.Exception)">
            <summary>
            Construct instance of HostedZoneNotEmptyException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.HostedZoneNotEmptyException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of HostedZoneNotEmptyException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.HostedZoneNotEmptyException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of HostedZoneNotEmptyException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.HostedZoneNotFoundException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.HostedZoneNotFoundException.#ctor(System.String)">
            <summary>
            Constructs a new HostedZoneNotFoundException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.HostedZoneNotFoundException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of HostedZoneNotFoundException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.HostedZoneNotFoundException.#ctor(System.Exception)">
            <summary>
            Construct instance of HostedZoneNotFoundException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.HostedZoneNotFoundException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of HostedZoneNotFoundException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.HostedZoneNotFoundException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of HostedZoneNotFoundException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.IncompatibleVersionException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.IncompatibleVersionException.#ctor(System.String)">
            <summary>
            Constructs a new IncompatibleVersionException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.IncompatibleVersionException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of IncompatibleVersionException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.IncompatibleVersionException.#ctor(System.Exception)">
            <summary>
            Construct instance of IncompatibleVersionException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.IncompatibleVersionException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of IncompatibleVersionException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.IncompatibleVersionException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of IncompatibleVersionException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.InvalidArgumentException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidArgumentException.#ctor(System.String)">
            <summary>
            Constructs a new InvalidArgumentException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidArgumentException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of InvalidArgumentException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidArgumentException.#ctor(System.Exception)">
            <summary>
            Construct instance of InvalidArgumentException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidArgumentException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of InvalidArgumentException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidArgumentException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of InvalidArgumentException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.InvalidChangeBatchException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidChangeBatchException.#ctor(System.String)">
            <summary>
            Constructs a new InvalidChangeBatchException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidChangeBatchException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of InvalidChangeBatchException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidChangeBatchException.#ctor(System.Exception)">
            <summary>
            Construct instance of InvalidChangeBatchException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidChangeBatchException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of InvalidChangeBatchException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidChangeBatchException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of InvalidChangeBatchException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.InvalidDomainNameException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidDomainNameException.#ctor(System.String)">
            <summary>
            Constructs a new InvalidDomainNameException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidDomainNameException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of InvalidDomainNameException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidDomainNameException.#ctor(System.Exception)">
            <summary>
            Construct instance of InvalidDomainNameException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidDomainNameException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of InvalidDomainNameException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidDomainNameException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of InvalidDomainNameException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.InvalidInputException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidInputException.#ctor(System.String)">
            <summary>
            Constructs a new InvalidInputException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidInputException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of InvalidInputException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidInputException.#ctor(System.Exception)">
            <summary>
            Construct instance of InvalidInputException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidInputException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of InvalidInputException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidInputException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of InvalidInputException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.InvalidTrafficPolicyDocumentException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidTrafficPolicyDocumentException.#ctor(System.String)">
            <summary>
            Constructs a new InvalidTrafficPolicyDocumentException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidTrafficPolicyDocumentException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of InvalidTrafficPolicyDocumentException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidTrafficPolicyDocumentException.#ctor(System.Exception)">
            <summary>
            Construct instance of InvalidTrafficPolicyDocumentException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidTrafficPolicyDocumentException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of InvalidTrafficPolicyDocumentException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidTrafficPolicyDocumentException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of InvalidTrafficPolicyDocumentException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.InvalidVPCIdException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidVPCIdException.#ctor(System.String)">
            <summary>
            Constructs a new InvalidVPCIdException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidVPCIdException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of InvalidVPCIdException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidVPCIdException.#ctor(System.Exception)">
            <summary>
            Construct instance of InvalidVPCIdException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidVPCIdException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of InvalidVPCIdException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.InvalidVPCIdException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of InvalidVPCIdException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.LastVPCAssociationException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.LastVPCAssociationException.#ctor(System.String)">
            <summary>
            Constructs a new LastVPCAssociationException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.LastVPCAssociationException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of LastVPCAssociationException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.LastVPCAssociationException.#ctor(System.Exception)">
            <summary>
            Construct instance of LastVPCAssociationException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.LastVPCAssociationException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of LastVPCAssociationException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.LastVPCAssociationException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of LastVPCAssociationException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.LimitsExceededException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.LimitsExceededException.#ctor(System.String)">
            <summary>
            Constructs a new LimitsExceededException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.LimitsExceededException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of LimitsExceededException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.LimitsExceededException.#ctor(System.Exception)">
            <summary>
            Construct instance of LimitsExceededException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.LimitsExceededException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of LimitsExceededException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.LimitsExceededException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of LimitsExceededException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.ListChangeBatchesByHostedZoneRequest">
            <summary>
            Container for the parameters to the ListChangeBatchesByHostedZone operation.
            This action gets the list of ChangeBatches in a given time period for a given hosted
            zone.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListChangeBatchesByHostedZoneRequest.HostedZoneId">
            <summary>
            Gets and sets the property HostedZoneId.
            <para>
            The ID of the hosted zone that you want to see changes for.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListChangeBatchesByHostedZoneRequest.StartDate">
            <summary>
            Gets and sets the property StartDate.
            <para>
            The start of the time period you want to see changes for.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListChangeBatchesByHostedZoneRequest.EndDate">
            <summary>
            Gets and sets the property EndDate.
            <para>
            The end of the time period you want to see changes for.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListChangeBatchesByHostedZoneRequest.MaxItems">
            <summary>
            Gets and sets the property MaxItems.
            <para>
            The maximum number of items on a page.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListChangeBatchesByHostedZoneRequest.Marker">
            <summary>
            Gets and sets the property Marker.
            <para>
            The page marker.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListChangeBatchesByHostedZoneResponse">
            <summary>
            The input for a ListChangeBatchesByHostedZone request.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListChangeBatchesByHostedZoneResponse.MaxItems">
            <summary>
            Gets and sets the property MaxItems.
            <para>
            The maximum number of items on a page.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListChangeBatchesByHostedZoneResponse.Marker">
            <summary>
            Gets and sets the property Marker.
            <para>
            The page marker.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListChangeBatchesByHostedZoneResponse.IsTruncated">
            <summary>
            Gets and sets the property IsTruncated.
            <para>
            A flag that indicates if there are more change batches to list.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListChangeBatchesByHostedZoneResponse.ChangeBatchRecords">
            <summary>
            Gets and sets the property ChangeBatchRecords.
            <para>
            The change batches within the given hosted zone and time period.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListChangeBatchesByHostedZoneResponse.NextMarker">
            <summary>
            Gets and sets the property NextMarker.
            <para>
            The next page marker.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListChangeBatchesByRRSetRequest">
            <summary>
            Container for the parameters to the ListChangeBatchesByRRSet operation.
            This action gets the list of ChangeBatches in a given time period for a given hosted
            zone and RRSet.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListChangeBatchesByRRSetRequest.HostedZoneId">
            <summary>
            Gets and sets the property HostedZoneId.
            <para>
            The ID of the hosted zone that you want to see changes for.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListChangeBatchesByRRSetRequest.Name">
            <summary>
            Gets and sets the property Name.
            <para>
            The name of the RRSet that you want to see changes for.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListChangeBatchesByRRSetRequest.Type">
            <summary>
            Gets and sets the property Type.
            <para>
            The type of the RRSet that you want to see changes for.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListChangeBatchesByRRSetRequest.SetIdentifier">
            <summary>
            Gets and sets the property SetIdentifier.
            <para>
            The identifier of the RRSet that you want to see changes for.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListChangeBatchesByRRSetRequest.StartDate">
            <summary>
            Gets and sets the property StartDate.
            <para>
            The start of the time period you want to see changes for.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListChangeBatchesByRRSetRequest.EndDate">
            <summary>
            Gets and sets the property EndDate.
            <para>
            The end of the time period you want to see changes for.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListChangeBatchesByRRSetRequest.MaxItems">
            <summary>
            Gets and sets the property MaxItems.
            <para>
            The maximum number of items on a page.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListChangeBatchesByRRSetRequest.Marker">
            <summary>
            Gets and sets the property Marker.
            <para>
            The page marker.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListChangeBatchesByRRSetResponse">
            <summary>
            The input for a ListChangeBatchesByRRSet request.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListChangeBatchesByRRSetResponse.MaxItems">
            <summary>
            Gets and sets the property MaxItems.
            <para>
            The maximum number of items on a page.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListChangeBatchesByRRSetResponse.Marker">
            <summary>
            Gets and sets the property Marker.
            <para>
            The page marker.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListChangeBatchesByRRSetResponse.IsTruncated">
            <summary>
            Gets and sets the property IsTruncated.
            <para>
            A flag that indicates if there are more change batches to list.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListChangeBatchesByRRSetResponse.ChangeBatchRecords">
            <summary>
            Gets and sets the property ChangeBatchRecords.
            <para>
            The change batches within the given hosted zone and time period.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListChangeBatchesByRRSetResponse.NextMarker">
            <summary>
            Gets and sets the property NextMarker.
            <para>
            The next page marker.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListGeoLocationsRequest">
            <summary>
            Container for the parameters to the ListGeoLocations operation.
            To retrieve a list of supported geo locations, send a <code>GET</code> request to
            the <code>2013-04-01/geolocations</code> resource. The response to this request includes
            a <code>GeoLocationDetailsList</code> element with zero, one, or multiple <code>GeoLocationDetails</code>
            child elements. The list is sorted by country code, and then subdivision code, followed
            by continents at the end of the list.
             
              
            <para>
            By default, the list of geo locations is displayed on a single page. You can control
            the length of the page that is displayed by using the <code>MaxItems</code> parameter.
            If the list is truncated, <code>IsTruncated</code> will be set to <i>true</i> and
            a combination of <code>NextContinentCode, NextCountryCode, NextSubdivisionCode</code>
            will be populated. You can pass these as parameters to <code>StartContinentCode, StartCountryCode,
            StartSubdivisionCode</code> to control the geo location that the list begins with.
             
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListGeoLocationsRequest.StartContinentCode">
            <summary>
            Gets and sets the property StartContinentCode.
            <para>
            The first continent code in the lexicographic ordering of geo locations that you want
            the <code>ListGeoLocations</code> request to list. For non-continent geo locations,
            this should be null.
            </para>
              
            <para>
            Valid values: <code>AF</code> | <code>AN</code> | <code>AS</code> | <code>EU</code>
            | <code>OC</code> | <code>NA</code> | <code>SA</code>
            </para>
              
            <para>
            Constraint: Specifying <code>ContinentCode</code> with either <code>CountryCode</code>
            or <code>SubdivisionCode</code> returns an <a>InvalidInput</a> error.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListGeoLocationsRequest.StartCountryCode">
            <summary>
            Gets and sets the property StartCountryCode.
            <para>
            The first country code in the lexicographic ordering of geo locations that you want
            the <code>ListGeoLocations</code> request to list.
            </para>
              
            <para>
            The default geo location uses a <code>*</code> for the country code. All other country
            codes follow the ISO 3166 two-character code.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListGeoLocationsRequest.StartSubdivisionCode">
            <summary>
            Gets and sets the property StartSubdivisionCode.
            <para>
            The first subdivision code in the lexicographic ordering of geo locations that you
            want the <code>ListGeoLocations</code> request to list.
            </para>
              
            <para>
            Constraint: Specifying <code>SubdivisionCode</code> without <code>CountryCode</code>
            returns an <a>InvalidInput</a> error.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListGeoLocationsRequest.MaxItems">
            <summary>
            Gets and sets the property MaxItems.
            <para>
            The maximum number of geo locations you want in the response body.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListGeoLocationsResponse">
            <summary>
            A complex type that contains information about the geo locations that are returned
            by the request and information about the response.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListGeoLocationsResponse.GeoLocationDetailsList">
            <summary>
            Gets and sets the property GeoLocationDetailsList.
            <para>
            A complex type that contains information about the geo locations that are returned
            by the request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListGeoLocationsResponse.IsTruncated">
            <summary>
            Gets and sets the property IsTruncated.
            <para>
            A flag that indicates whether there are more geo locations to be listed. If your results
            were truncated, you can make a follow-up request for the next page of results by using
            the values included in the <a>ListGeoLocationsResponse$NextContinentCode</a>, <a>ListGeoLocationsResponse$NextCountryCode</a>
            and <a>ListGeoLocationsResponse$NextSubdivisionCode</a> elements.
            </para>
              
            <para>
            Valid Values: <code>true</code> | <code>false</code>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListGeoLocationsResponse.NextContinentCode">
            <summary>
            Gets and sets the property NextContinentCode.
            <para>
            If the results were truncated, the continent code of the next geo location in the
            list. This element is present only if <a>ListGeoLocationsResponse$IsTruncated</a>
            is true and the next geo location to list is a continent location.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListGeoLocationsResponse.NextCountryCode">
            <summary>
            Gets and sets the property NextCountryCode.
            <para>
            If the results were truncated, the country code of the next geo location in the list.
            This element is present only if <a>ListGeoLocationsResponse$IsTruncated</a> is true
            and the next geo location to list is not a continent location.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListGeoLocationsResponse.NextSubdivisionCode">
            <summary>
            Gets and sets the property NextSubdivisionCode.
            <para>
            If the results were truncated, the subdivision code of the next geo location in the
            list. This element is present only if <a>ListGeoLocationsResponse$IsTruncated</a>
            is true and the next geo location has a subdivision.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListGeoLocationsResponse.MaxItems">
            <summary>
            Gets and sets the property MaxItems.
            <para>
            The maximum number of records you requested. The maximum value of <code>MaxItems</code>
            is 100.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListHealthChecksRequest">
            <summary>
            Container for the parameters to the ListHealthChecks operation.
            To retrieve a list of your health checks, send a <code>GET</code> request to the <code>2013-04-01/healthcheck</code>
            resource. The response to this request includes a <code>HealthChecks</code> element
            with zero, one, or multiple <code>HealthCheck</code> 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 <code>MaxItems</code> parameter. You can use
            the <code>Marker</code> parameter to control the health check that the list begins
            with.
             
             <note> 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.</note>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListHealthChecksRequest.Marker">
            <summary>
            Gets and sets the property Marker.
            <para>
            If the request returned more than one page of results, submit another request and
            specify the value of <code>NextMarker</code> from the last response in the <code>marker</code>
            parameter to get the next page of results.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListHealthChecksRequest.MaxItems">
            <summary>
            Gets and sets the property MaxItems.
            <para>
            Specify the maximum number of health checks to return per page of results.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListHealthChecksResponse">
            <summary>
            A complex type that contains the response for the request.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListHealthChecksResponse.HealthChecks">
            <summary>
            Gets and sets the property HealthChecks.
            <para>
            A complex type that contains information about the health checks associated with the
            current AWS account.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListHealthChecksResponse.Marker">
            <summary>
            Gets and sets the property Marker.
            <para>
            If the request returned more than one page of results, submit another request and
            specify the value of <code>NextMarker</code> from the last response in the <code>marker</code>
            parameter to get the next page of results.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListHealthChecksResponse.IsTruncated">
            <summary>
            Gets and sets the property IsTruncated.
            <para>
            A flag indicating whether there are more health checks to be listed. If your results
            were truncated, you can make a follow-up request for the next page of results by using
            the <code>Marker</code> element.
            </para>
              
            <para>
            Valid Values: <code>true</code> | <code>false</code>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListHealthChecksResponse.NextMarker">
            <summary>
            Gets and sets the property NextMarker.
            <para>
            Indicates where to continue listing health checks. If <a>ListHealthChecksResponse$IsTruncated</a>
            is <code>true</code>, make another request to <code>ListHealthChecks</code> and include
            the value of the <code>NextMarker</code> element in the <code>Marker</code> element
            to get the next page of results.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListHealthChecksResponse.MaxItems">
            <summary>
            Gets and sets the property MaxItems.
            <para>
            The maximum number of health checks to be included in the response body. If the number
            of health checks associated with this AWS account exceeds <code>MaxItems</code>, the
            value of <a>ListHealthChecksResponse$IsTruncated</a> in the response is <code>true</code>.
            Call <code>ListHealthChecks</code> again and specify the value of <a>ListHealthChecksResponse$NextMarker</a>
            in the <a>ListHostedZonesRequest$Marker</a> element to get the next page of results.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListHostedZonesByNameRequest">
            <summary>
            Container for the parameters to the ListHostedZonesByName operation.
            To retrieve a list of your hosted zones in lexicographic order, send a <code>GET</code>
            request to the <code>2013-04-01/hostedzonesbyname</code> resource. The response to
            this request includes a <code>HostedZones</code> element with zero or more <code>HostedZone</code>
            child elements lexicographically ordered by DNS name. By default, the list of hosted
            zones is displayed on a single page. You can control the length of the page that is
            displayed by using the <code>MaxItems</code> parameter. You can use the <code>DNSName</code>
            and <code>HostedZoneId</code> parameters to control the hosted zone that the list
            begins with.
             
             <note> 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.</note>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListHostedZonesByNameRequest.DNSName">
            <summary>
            Gets and sets the property DNSName.
            <para>
            The first name in the lexicographic ordering of domain names that you want the <code>ListHostedZonesByNameRequest</code>
            request to list.
            </para>
              
            <para>
            If the request returned more than one page of results, submit another request and
            specify the value of <code>NextDNSName</code> and <code>NextHostedZoneId</code> from
            the last response in the <code>DNSName</code> and <code>HostedZoneId</code> parameters
            to get the next page of results.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListHostedZonesByNameRequest.HostedZoneId">
            <summary>
            Gets and sets the property HostedZoneId.
            <para>
            If the request returned more than one page of results, submit another request and
            specify the value of <code>NextDNSName</code> and <code>NextHostedZoneId</code> from
            the last response in the <code>DNSName</code> and <code>HostedZoneId</code> parameters
            to get the next page of results.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListHostedZonesByNameRequest.MaxItems">
            <summary>
            Gets and sets the property MaxItems.
            <para>
            Specify the maximum number of hosted zones to return per page of results.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListHostedZonesByNameResponse">
            <summary>
            A complex type that contains the response for the request.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListHostedZonesByNameResponse.HostedZones">
            <summary>
            Gets and sets the property HostedZones.
            <para>
            A complex type that contains information about the hosted zones associated with the
            current AWS account.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListHostedZonesByNameResponse.DNSName">
            <summary>
            Gets and sets the property DNSName.
            <para>
            The <code>DNSName</code> value sent in the request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListHostedZonesByNameResponse.HostedZoneId">
            <summary>
            Gets and sets the property HostedZoneId.
            <para>
            The <code>HostedZoneId</code> value sent in the request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListHostedZonesByNameResponse.IsTruncated">
            <summary>
            Gets and sets the property IsTruncated.
            <para>
            A flag indicating whether there are more hosted zones to be listed. If your results
            were truncated, you can make a follow-up request for the next page of results by using
            the <code>NextDNSName</code> and <code>NextHostedZoneId</code> elements.
            </para>
              
            <para>
            Valid Values: <code>true</code> | <code>false</code>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListHostedZonesByNameResponse.NextDNSName">
            <summary>
            Gets and sets the property NextDNSName.
            <para>
            If <a>ListHostedZonesByNameResponse$IsTruncated</a> is <code>true</code>, there are
            more hosted zones associated with the current AWS account. To get the next page of
            results, make another request to <code>ListHostedZonesByName</code>. Specify the value
            of <a>ListHostedZonesByNameResponse$NextDNSName</a> in the <a>ListHostedZonesByNameRequest$DNSName</a>
            element and <a>ListHostedZonesByNameResponse$NextHostedZoneId</a> in the <a>ListHostedZonesByNameRequest$HostedZoneId</a>
            element.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListHostedZonesByNameResponse.NextHostedZoneId">
            <summary>
            Gets and sets the property NextHostedZoneId.
            <para>
            If <a>ListHostedZonesByNameResponse$IsTruncated</a> is <code>true</code>, there are
            more hosted zones associated with the current AWS account. To get the next page of
            results, make another request to <code>ListHostedZonesByName</code>. Specify the value
            of <a>ListHostedZonesByNameResponse$NextDNSName</a> in the <a>ListHostedZonesByNameRequest$DNSName</a>
            element and <a>ListHostedZonesByNameResponse$NextHostedZoneId</a> in the <a>ListHostedZonesByNameRequest$HostedZoneId</a>
            element.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListHostedZonesByNameResponse.MaxItems">
            <summary>
            Gets and sets the property MaxItems.
            <para>
            The maximum number of hosted zones to be included in the response body. If the number
            of hosted zones associated with this AWS account exceeds <code>MaxItems</code>, the
            value of <a>ListHostedZonesByNameResponse$IsTruncated</a> in the response is <code>true</code>.
            Call <code>ListHostedZonesByName</code> again and specify the value of <a>ListHostedZonesByNameResponse$NextDNSName</a>
            and <a>ListHostedZonesByNameResponse$NextHostedZoneId</a> elements respectively to
            get the next page of results.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListHostedZonesRequest">
            <summary>
            Container for the parameters to the ListHostedZones operation.
            To retrieve a list of your hosted zones, send a <code>GET</code> request to the <code>2013-04-01/hostedzone</code>
            resource. The response to this request includes a <code>HostedZones</code> element
            with zero, one, or multiple <code>HostedZone</code> child elements. By default, the
            list of hosted zones is displayed on a single page. You can control the length of
            the page that is displayed by using the <code>MaxItems</code> parameter. You can use
            the <code>Marker</code> parameter to control the hosted zone that the list begins
            with.
             
             <note> 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.</note>
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.ListHostedZonesRequest.#ctor">
            <summary>
            Empty constructor used to set properties independently even when a simple constructor is available
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListHostedZonesRequest.Marker">
            <summary>
            Gets and sets the property Marker.
            <para>
            If the request returned more than one page of results, submit another request and
            specify the value of <code>NextMarker</code> from the last response in the <code>marker</code>
            parameter to get the next page of results.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListHostedZonesRequest.MaxItems">
            <summary>
            Gets and sets the property MaxItems.
            <para>
            Specify the maximum number of hosted zones to return per page of results.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListHostedZonesRequest.DelegationSetId">
            <summary>
            Gets and sets the property DelegationSetId.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListHostedZonesResponse">
            <summary>
            A complex type that contains the response for the request.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListHostedZonesResponse.HostedZones">
            <summary>
            Gets and sets the property HostedZones.
            <para>
            A complex type that contains information about the hosted zones associated with the
            current AWS account.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListHostedZonesResponse.Marker">
            <summary>
            Gets and sets the property Marker.
            <para>
            If the request returned more than one page of results, submit another request and
            specify the value of <code>NextMarker</code> from the last response in the <code>marker</code>
            parameter to get the next page of results.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListHostedZonesResponse.IsTruncated">
            <summary>
            Gets and sets the property IsTruncated.
            <para>
            A flag indicating whether there are more hosted zones to be listed. If your results
            were truncated, you can make a follow-up request for the next page of results by using
            the <code>Marker</code> element.
            </para>
              
            <para>
            Valid Values: <code>true</code> | <code>false</code>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListHostedZonesResponse.NextMarker">
            <summary>
            Gets and sets the property NextMarker.
            <para>
            Indicates where to continue listing hosted zones. If <a>ListHostedZonesResponse$IsTruncated</a>
            is <code>true</code>, make another request to <code>ListHostedZones</code> and include
            the value of the <code>NextMarker</code> element in the <code>Marker</code> element
            to get the next page of results.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListHostedZonesResponse.MaxItems">
            <summary>
            Gets and sets the property MaxItems.
            <para>
            The maximum number of hosted zones to be included in the response body. If the number
            of hosted zones associated with this AWS account exceeds <code>MaxItems</code>, the
            value of <a>ListHostedZonesResponse$IsTruncated</a> in the response is <code>true</code>.
            Call <code>ListHostedZones</code> again and specify the value of <a>ListHostedZonesResponse$NextMarker</a>
            in the <a>ListHostedZonesRequest$Marker</a> element to get the next page of results.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListResourceRecordSetsRequest">
            <summary>
            Container for the parameters to the ListResourceRecordSets operation.
            Imagine all the resource record sets in a zone listed out in front of you. Imagine
            them sorted lexicographically first by DNS name (with the labels reversed, like "com.amazon.www"
            for example), and secondarily, lexicographically by record type. This operation retrieves
            at most MaxItems resource record sets from this list, in order, starting at a position
            specified by the Name and Type arguments:
             
             <ul> <li>If both Name and Type are omitted, this means start the results at the first
            RRSET in the HostedZone.</li> <li>If Name is specified but Type is omitted, this means
            start the results at the first RRSET in the list whose name is greater than or equal
            to Name. </li> <li>If both Name and Type are specified, this means start the results
            at the first RRSET in the list whose name is greater than or equal to Name and whose
            type is greater than or equal to Type.</li> <li>It is an error to specify the Type
            but not the Name.</li> </ul>
            <para>
            Use ListResourceRecordSets to retrieve a single known record set by specifying the
            record set's name and type, and setting MaxItems = 1
            </para>
              
            <para>
            To retrieve all the records in a HostedZone, first pause any processes making calls
            to ChangeResourceRecordSets. Initially call ListResourceRecordSets without a Name
            and Type to get the first page of record sets. For subsequent calls, set Name and
            Type to the NextName and NextType values returned by the previous response.
            </para>
              
            <para>
            In the presence of concurrent ChangeResourceRecordSets calls, there is no consistency
            of results across calls to ListResourceRecordSets. The only way to get a consistent
            multi-page snapshot of all RRSETs in a zone is to stop making changes while pagination
            is in progress.
            </para>
              
            <para>
            However, the results from ListResourceRecordSets are consistent within a page. If
            MakeChange calls are taking place concurrently, the result of each one will either
            be completely visible in your results or not at all. You will not see partial changes,
            or changes that do not ultimately succeed. (This follows from the fact that MakeChange
            is atomic)
            </para>
              
            <para>
            The results from ListResourceRecordSets are strongly consistent with ChangeResourceRecordSets.
            To be precise, if a single process makes a call to ChangeResourceRecordSets and receives
            a successful response, the effects of that change will be visible in a subsequent
            call to ListResourceRecordSets by that process.
            </para>
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.ListResourceRecordSetsRequest.#ctor">
            <summary>
            Empty constructor used to set properties independently even when a simple constructor is available
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.ListResourceRecordSetsRequest.#ctor(System.String)">
            <summary>
            Instantiates ListResourceRecordSetsRequest with the parameterized properties
            </summary>
            <param name="hostedZoneId">The ID of the hosted zone that contains the resource record sets that you want to get.</param>
        </member>
        <member name="P:Amazon.Route53.Model.ListResourceRecordSetsRequest.HostedZoneId">
            <summary>
            Gets and sets the property HostedZoneId.
            <para>
            The ID of the hosted zone that contains the resource record sets that you want to
            get.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListResourceRecordSetsRequest.StartRecordName">
            <summary>
            Gets and sets the property StartRecordName.
            <para>
            The first name in the lexicographic ordering of domain names that you want the <code>ListResourceRecordSets</code>
            request to list.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListResourceRecordSetsRequest.StartRecordType">
            <summary>
            Gets and sets the property StartRecordType.
            <para>
            The DNS type at which to begin the listing of resource record sets.
            </para>
              
            <para>
            Valid values: <code>A</code> | <code>AAAA</code> | <code>CNAME</code> | <code>MX</code>
            | <code>NS</code> | <code>PTR</code> | <code>SOA</code> | <code>SPF</code> | <code>SRV</code>
            | <code>TXT</code>
            </para>
              
            <para>
            Values for Weighted Resource Record Sets: <code>A</code> | <code>AAAA</code> | <code>CNAME</code>
            | <code>TXT</code>
            </para>
              
            <para>
            Values for Regional Resource Record Sets: <code>A</code> | <code>AAAA</code> | <code>CNAME</code>
            | <code>TXT</code>
            </para>
              
            <para>
            Values for Alias Resource Record Sets: <code>A</code> | <code>AAAA</code>
            </para>
              
            <para>
            Constraint: Specifying <code>type</code> without specifying <code>name</code> returns
            an <a>InvalidInput</a> error.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListResourceRecordSetsRequest.StartRecordIdentifier">
            <summary>
            Gets and sets the property StartRecordIdentifier.
            <para>
            <i>Weighted resource record sets only:</i> If results were truncated for a given DNS
            name and type, specify the value of <code>ListResourceRecordSetsResponse$NextRecordIdentifier</code>
            from the previous response to get the next resource record set that has the current
            DNS name and type.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListResourceRecordSetsRequest.MaxItems">
            <summary>
            Gets and sets the property MaxItems.
            <para>
            The maximum number of records you want in the response body.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListResourceRecordSetsResponse">
            <summary>
            A complex type that contains information about the resource record sets that are returned
            by the request and information about the response.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListResourceRecordSetsResponse.ResourceRecordSets">
            <summary>
            Gets and sets the property ResourceRecordSets.
            <para>
            A complex type that contains information about the resource record sets that are returned
            by the request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListResourceRecordSetsResponse.IsTruncated">
            <summary>
            Gets and sets the property IsTruncated.
            <para>
            A flag that indicates whether there are more resource record sets to be listed. If
            your results were truncated, you can make a follow-up request for the next page of
            results by using the <a>ListResourceRecordSetsResponse$NextRecordName</a> element.
            </para>
              
            <para>
            Valid Values: <code>true</code> | <code>false</code>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListResourceRecordSetsResponse.NextRecordName">
            <summary>
            Gets and sets the property NextRecordName.
            <para>
            If the results were truncated, the name of the next record in the list. This element
            is present only if <a>ListResourceRecordSetsResponse$IsTruncated</a> is true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListResourceRecordSetsResponse.NextRecordType">
            <summary>
            Gets and sets the property NextRecordType.
            <para>
            If the results were truncated, the type of the next record in the list. This element
            is present only if <a>ListResourceRecordSetsResponse$IsTruncated</a> is true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListResourceRecordSetsResponse.NextRecordIdentifier">
            <summary>
            Gets and sets the property NextRecordIdentifier.
            <para>
            <i>Weighted resource record sets only:</i> If results were truncated for a given DNS
            name and type, the value of <code>SetIdentifier</code> for the next resource record
            set that has the current DNS name and type.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListResourceRecordSetsResponse.MaxItems">
            <summary>
            Gets and sets the property MaxItems.
            <para>
            The maximum number of records you requested. The maximum value of <code>MaxItems</code>
            is 100.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListReusableDelegationSetsRequest">
            <summary>
            Container for the parameters to the ListReusableDelegationSets operation.
            To retrieve a list of your reusable delegation sets, send a <code>GET</code> request
            to the <code>2013-04-01/delegationset</code> resource. The response to this request
            includes a <code>DelegationSets</code> element with zero, one, or multiple <code>DelegationSet</code>
            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 <code>MaxItems</code>
            parameter. You can use the <code>Marker</code> parameter to control the delegation
            set that the list begins with.
             
             <note> 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.</note>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListReusableDelegationSetsRequest.Marker">
            <summary>
            Gets and sets the property Marker.
            <para>
            If the request returned more than one page of results, submit another request and
            specify the value of <code>NextMarker</code> from the last response in the <code>marker</code>
            parameter to get the next page of results.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListReusableDelegationSetsRequest.MaxItems">
            <summary>
            Gets and sets the property MaxItems.
            <para>
            Specify the maximum number of reusable delegation sets to return per page of results.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListReusableDelegationSetsResponse">
            <summary>
            A complex type that contains the response for the request.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListReusableDelegationSetsResponse.DelegationSets">
            <summary>
            Gets and sets the property DelegationSets.
            <para>
            A complex type that contains information about the reusable delegation sets associated
            with the current AWS account.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListReusableDelegationSetsResponse.Marker">
            <summary>
            Gets and sets the property Marker.
            <para>
            If the request returned more than one page of results, submit another request and
            specify the value of <code>NextMarker</code> from the last response in the <code>marker</code>
            parameter to get the next page of results.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListReusableDelegationSetsResponse.IsTruncated">
            <summary>
            Gets and sets the property IsTruncated.
            <para>
            A flag indicating whether there are more reusable delegation sets to be listed. If
            your results were truncated, you can make a follow-up request for the next page of
            results by using the <code>Marker</code> element.
            </para>
              
            <para>
            Valid Values: <code>true</code> | <code>false</code>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListReusableDelegationSetsResponse.NextMarker">
            <summary>
            Gets and sets the property NextMarker.
            <para>
            Indicates where to continue listing reusable delegation sets. If <a>ListReusableDelegationSetsResponse$IsTruncated</a>
            is <code>true</code>, make another request to <code>ListReusableDelegationSets</code>
            and include the value of the <code>NextMarker</code> element in the <code>Marker</code>
            element to get the next page of results.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListReusableDelegationSetsResponse.MaxItems">
            <summary>
            Gets and sets the property MaxItems.
            <para>
            The maximum number of reusable delegation sets to be included in the response body.
            If the number of reusable delegation sets associated with this AWS account exceeds
            <code>MaxItems</code>, the value of <a>ListReusablDelegationSetsResponse$IsTruncated</a>
            in the response is <code>true</code>. Call <code>ListReusableDelegationSets</code>
            again and specify the value of <a>ListReusableDelegationSetsResponse$NextMarker</a>
            in the <a>ListReusableDelegationSetsRequest$Marker</a> element to get the next page
            of results.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListTagsForResourceRequest">
            <summary>
            Container for the parameters to the ListTagsForResource operation.
             
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTagsForResourceRequest.ResourceType">
            <summary>
            Gets and sets the property ResourceType.
            <para>
            The type of the resource.
            </para>
              
            <para>
            - The resource type for health checks is <code>healthcheck</code>.
            </para>
              
            <para>
            - The resource type for hosted zones is <code>hostedzone</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTagsForResourceRequest.ResourceId">
            <summary>
            Gets and sets the property ResourceId.
            <para>
            The ID of the resource for which you want to retrieve tags.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListTagsForResourceResponse">
            <summary>
            A complex type containing tags for the specified resource.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTagsForResourceResponse.ResourceTagSet">
            <summary>
            Gets and sets the property ResourceTagSet.
            <para>
            A <code>ResourceTagSet</code> containing tags associated with the specified resource.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListTagsForResourcesRequest">
            <summary>
            Container for the parameters to the ListTagsForResources operation.
             
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTagsForResourcesRequest.ResourceType">
            <summary>
            Gets and sets the property ResourceType.
            <para>
            The type of the resources.
            </para>
              
            <para>
            - The resource type for health checks is <code>healthcheck</code>.
            </para>
              
            <para>
            - The resource type for hosted zones is <code>hostedzone</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTagsForResourcesRequest.ResourceIds">
            <summary>
            Gets and sets the property ResourceIds.
            <para>
            A complex type that contains the ResourceId element for each resource for which you
            want to get a list of tags.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListTagsForResourcesResponse">
            <summary>
            A complex type containing tags for the specified resources.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTagsForResourcesResponse.ResourceTagSets">
            <summary>
            Gets and sets the property ResourceTagSets.
            <para>
            A list of <code>ResourceTagSet</code>s containing tags associated with the specified
            resources.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListTrafficPoliciesRequest">
            <summary>
            Container for the parameters to the ListTrafficPolicies operation.
            Gets information about the latest version for every traffic policy that is associated
            with the current AWS account. To get the information, send a <code>GET</code> request
            to the <code>2013-04-01/trafficpolicy</code> resource.
             
              
            <para>
            Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot
            of traffic policies, you can use the <code>maxitems</code> parameter to list them
            in groups of up to 100.
            </para>
              
            <para>
            The response includes three values that help you navigate from one group of <code>maxitems</code>
            traffic policies to the next:
            </para>
             <ul> <li><b>IsTruncated</b></li>
            <para>
            If the value of <code>IsTruncated</code> in the response is <code>true</code>, there
            are more traffic policies associated with the current AWS account.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, this response includes the last
            traffic policy that is associated with the current account.
            </para>
             <li><b>TrafficPolicyIdMarker</b></li>
            <para>
            If <code>IsTruncated</code> is <code>true</code>, <code>TrafficPolicyIdMarker</code>
            is the ID of the first traffic policy in the next group of <code>MaxItems</code> traffic
            policies. If you want to list more traffic policies, make another call to <code>ListTrafficPolicies</code>,
            and specify the value of the <code>TrafficPolicyIdMarker</code> element from the response
            in the <code>TrafficPolicyIdMarker</code> request parameter.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, the <code>TrafficPolicyIdMarker</code>
            element is omitted from the response.
            </para>
             <li><b>MaxItems</b></li>
            <para>
            The value that you specified for the <code>MaxItems</code> parameter in the request
            that produced the current response.
            </para>
             </ul>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPoliciesRequest.TrafficPolicyIdMarker">
            <summary>
            Gets and sets the property TrafficPolicyIdMarker.
            <para>
            For your first request to <code>ListTrafficPolicies</code>, do not include the <code>TrafficPolicyIdMarker</code>
            parameter.
            </para>
              
            <para>
            If you have more traffic policies than the value of <code>MaxItems</code>, <code>ListTrafficPolicies</code>
            returns only the first <code>MaxItems</code> traffic policies. To get the next group
            of <code>MaxItems</code> policies, submit another request to <code>ListTrafficPolicies</code>.
            For the value of <code>TrafficPolicyIdMarker</code>, specify the value of the <code>TrafficPolicyIdMarker</code>
            element that was returned in the previous response.
            </para>
              
            <para>
            Policies are listed in the order in which they were created.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPoliciesRequest.MaxItems">
            <summary>
            Gets and sets the property MaxItems.
            <para>
            The maximum number of traffic policies to be included in the response body for this
            request. If you have more than <code>MaxItems</code> traffic policies, the value of
            the <code>IsTruncated</code> element in the response is <code>true</code>, and the
            value of the <code>TrafficPolicyIdMarker</code> element is the ID of the first traffic
            policy in the next group of <code>MaxItems</code> traffic policies.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListTrafficPoliciesResponse">
            <summary>
            A complex type that contains the response information for the request.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPoliciesResponse.TrafficPolicySummaries">
            <summary>
            Gets and sets the property TrafficPolicySummaries.
            <para>
            A list that contains one <code>TrafficPolicySummary</code> element for each traffic
            policy that was created by the current AWS account.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPoliciesResponse.IsTruncated">
            <summary>
            Gets and sets the property IsTruncated.
            <para>
            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 <code>MaxItems</code> traffic
            policies by calling <code>ListTrafficPolicies</code> again and specifying the value
            of the <code>TrafficPolicyIdMarker</code> element in the <code>TrafficPolicyIdMarker</code>
            request parameter.
            </para>
              
            <para>
            Valid Values: <code>true</code> | <code>false</code>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPoliciesResponse.TrafficPolicyIdMarker">
            <summary>
            Gets and sets the property TrafficPolicyIdMarker.
            <para>
            If the value of <code>IsTruncated</code> is <code>true</code>, <code>TrafficPolicyIdMarker</code>
            is the ID of the first traffic policy in the next group of <code>MaxItems</code> traffic
            policies.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPoliciesResponse.MaxItems">
            <summary>
            Gets and sets the property MaxItems.
            <para>
            The value that you specified for the <code>MaxItems</code> parameter in the call to
            <code>ListTrafficPolicies</code> that produced the current response.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListTrafficPolicyInstancesByHostedZoneRequest">
            <summary>
            Container for the parameters to the ListTrafficPolicyInstancesByHostedZone operation.
            Gets information about the traffic policy instances that you created in a specified
            hosted zone.
             
             <note>After you submit an <code>UpdateTrafficPolicyInstance</code> 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 <a>State</a> response
            element.</note>
            <para>
            To get information about the traffic policy instances that you created in a specified
            hosted zone, send a <code>GET</code> request to the <code>2013-04-01/trafficpolicyinstance</code>
            resource and include the ID of the hosted zone.
            </para>
              
            <para>
            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 <code>MaxItems</code> parameter to list
            them in groups of up to 100.
            </para>
              
            <para>
            The response includes four values that help you navigate from one group of <code>MaxItems</code>
            traffic policy instances to the next:
            </para>
             <ul> <li><b>IsTruncated</b></li>
            <para>
            If the value of <code/>IsTruncated in the response is <code>true</code>, there are
            more traffic policy instances associated with the current AWS account.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, this response includes the last
            traffic policy instance that is associated with the current account.
            </para>
             <li><b>MaxItems</b></li>
            <para>
            The value that you specified for the <code>MaxItems</code> parameter in the request
            that produced the current response.
            </para>
             <li><b>TrafficPolicyInstanceNameMarker</b> and <b>TrafficPolicyInstanceTypeMarker</b></li>
             
            <para>
            If <code>IsTruncated</code> is <code>true</code>, these two values in the response
            represent the first traffic policy instance in the next group of <code>MaxItems</code>
            traffic policy instances. To list more traffic policy instances, make another call
            to <code>ListTrafficPolicyInstancesByHostedZone</code>, and specify these values in
            the corresponding request parameters.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, all three elements are omitted
            from the response.
            </para>
             </ul>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesByHostedZoneRequest.HostedZoneId">
            <summary>
            Gets and sets the property HostedZoneId.
            <para>
            The ID of the hosted zone for which you want to list traffic policy instances.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesByHostedZoneRequest.TrafficPolicyInstanceNameMarker">
            <summary>
            Gets and sets the property TrafficPolicyInstanceNameMarker.
            <para>
            For the first request to <code>ListTrafficPolicyInstancesByHostedZone</code>, omit
            this value.
            </para>
              
            <para>
            If the value of <code>IsTruncated</code> in the previous response was <code>true</code>,
            <code>TrafficPolicyInstanceNameMarker</code> is the name of the first traffic policy
            instance in the next group of <code>MaxItems</code> traffic policy instances.
            </para>
              
            <para>
            If the value of <code>IsTruncated</code> in the previous response was <code>false</code>,
            there are no more traffic policy instances to get for this hosted zone.
            </para>
              
            <para>
            If the value of <code>IsTruncated</code> in the previous response was <code>false</code>,
            omit this value.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesByHostedZoneRequest.TrafficPolicyInstanceTypeMarker">
            <summary>
            Gets and sets the property TrafficPolicyInstanceTypeMarker.
            <para>
            For the first request to <code>ListTrafficPolicyInstancesByHostedZone</code>, omit
            this value.
            </para>
              
            <para>
            If the value of <code>IsTruncated</code> in the previous response was <code>true</code>,
            <code>TrafficPolicyInstanceTypeMarker</code> is the DNS type of the first traffic
            policy instance in the next group of <code>MaxItems</code> traffic policy instances.
            </para>
              
            <para>
            If the value of <code>IsTruncated</code> in the previous response was <code>false</code>,
            there are no more traffic policy instances to get for this hosted zone.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesByHostedZoneRequest.MaxItems">
            <summary>
            Gets and sets the property MaxItems.
            <para>
            The maximum number of traffic policy instances to be included in the response body
            for this request. If you have more than <code>MaxItems</code> traffic policy instances,
            the value of the <code>IsTruncated</code> element in the response is <code>true</code>,
            and the values of <code>HostedZoneIdMarker</code>, <code>TrafficPolicyInstanceNameMarker</code>,
            and <code>TrafficPolicyInstanceTypeMarker</code> represent the first traffic policy
            instance in the next group of <code>MaxItems</code> traffic policy instances.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListTrafficPolicyInstancesByHostedZoneResponse">
            <summary>
            A complex type that contains the response information for the request.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesByHostedZoneResponse.TrafficPolicyInstances">
            <summary>
            Gets and sets the property TrafficPolicyInstances.
            <para>
            A list that contains one <code>TrafficPolicyInstance</code> element for each traffic
            policy instance that matches the elements in the request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesByHostedZoneResponse.TrafficPolicyInstanceNameMarker">
            <summary>
            Gets and sets the property TrafficPolicyInstanceNameMarker.
            <para>
            If <code>IsTruncated</code> is <code>true</code>, <code>TrafficPolicyInstanceNameMarker</code>
            is the name of the first traffic policy instance in the next group of <code>MaxItems</code>
            traffic policy instances.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesByHostedZoneResponse.TrafficPolicyInstanceTypeMarker">
            <summary>
            Gets and sets the property TrafficPolicyInstanceTypeMarker.
            <para>
            If <code>IsTruncated</code> is true, <code>TrafficPolicyInstanceTypeMarker</code>
            is the DNS type of the resource record sets that are associated with the first traffic
            policy instance in the next group of <code>MaxItems</code> traffic policy instances.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesByHostedZoneResponse.IsTruncated">
            <summary>
            Gets and sets the property IsTruncated.
            <para>
            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 <code>MaxItems</code>
            traffic policy instances by calling <code>ListTrafficPolicyInstancesByHostedZone</code>
            again and specifying the values of the <code>HostedZoneIdMarker</code>, <code>TrafficPolicyInstanceNameMarker</code>,
            and <code>TrafficPolicyInstanceTypeMarker</code> elements in the corresponding request
            parameters.
            </para>
              
            <para>
            Valid Values: <code>true</code> | <code>false</code>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesByHostedZoneResponse.MaxItems">
            <summary>
            Gets and sets the property MaxItems.
            <para>
            The value that you specified for the <code>MaxItems</code> parameter in the call to
            <code>ListTrafficPolicyInstancesByHostedZone</code> that produced the current response.
             
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListTrafficPolicyInstancesByPolicyRequest">
            <summary>
            Container for the parameters to the ListTrafficPolicyInstancesByPolicy operation.
            Gets information about the traffic policy instances that you created by using a specify
            traffic policy version.
             
             <note>After you submit a <code>CreateTrafficPolicyInstance</code> or an <code>UpdateTrafficPolicyInstance</code>
            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
            <a>State</a> response element.</note>
            <para>
            To get information about the traffic policy instances that you created by using a
            specify traffic policy version, send a <code>GET</code> request to the <code>2013-04-01/trafficpolicyinstance</code>
            resource and include the ID and version of the traffic policy.
            </para>
              
            <para>
            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 <code>MaxItems</code> parameter to list
            them in groups of up to 100.
            </para>
              
            <para>
            The response includes five values that help you navigate from one group of <code>MaxItems</code>
            traffic policy instances to the next:
            </para>
             <ul> <li><b>IsTruncated</b>
            <para>
            If the value of <code>IsTruncated</code> in the response is <code>true</code>, there
            are more traffic policy instances associated with the specified traffic policy.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, this response includes the last
            traffic policy instance that is associated with the specified traffic policy.
            </para>
             </li> <li><b>MaxItems</b>
            <para>
            The value that you specified for the <code>MaxItems</code> parameter in the request
            that produced the current response.
            </para>
             </li> <li><b>HostedZoneIdMarker</b>, <b>TrafficPolicyInstanceNameMarker</b>, and
            <b>TrafficPolicyInstanceTypeMarker</b>
            <para>
            If <code>IsTruncated</code> is <code>true</code>, these values in the response represent
            the first traffic policy instance in the next group of <code>MaxItems</code> traffic
            policy instances. To list more traffic policy instances, make another call to <code>ListTrafficPolicyInstancesByPolicy</code>,
            and specify these values in the corresponding request parameters.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, all three elements are omitted
            from the response.
            </para>
             </li> </ul>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesByPolicyRequest.TrafficPolicyId">
            <summary>
            Gets and sets the property TrafficPolicyId.
            <para>
            The ID of the traffic policy for which you want to list traffic policy instances.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesByPolicyRequest.TrafficPolicyVersion">
            <summary>
            Gets and sets the property TrafficPolicyVersion.
            <para>
            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 <code>TrafficPolicyId</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesByPolicyRequest.HostedZoneIdMarker">
            <summary>
            Gets and sets the property HostedZoneIdMarker.
            <para>
            For the first request to <code>ListTrafficPolicyInstancesByPolicy</code>, omit this
            value.
            </para>
              
            <para>
            If the value of <code>IsTruncated</code> in the previous response was <code>true</code>,
            <code>HostedZoneIdMarker</code> is the ID of the hosted zone for the first traffic
            policy instance in the next group of <code>MaxItems</code> traffic policy instances.
            </para>
              
            <para>
            If the value of <code>IsTruncated</code> in the previous response was <code>false</code>,
            there are no more traffic policy instances to get for this hosted zone.
            </para>
              
            <para>
            If the value of <code>IsTruncated</code> in the previous response was <code>false</code>,
            omit this value.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesByPolicyRequest.TrafficPolicyInstanceNameMarker">
            <summary>
            Gets and sets the property TrafficPolicyInstanceNameMarker.
            <para>
            For the first request to <code>ListTrafficPolicyInstancesByPolicy</code>, omit this
            value.
            </para>
              
            <para>
            If the value of <code>IsTruncated</code> in the previous response was <code>true</code>,
            <code>TrafficPolicyInstanceNameMarker</code> is the name of the first traffic policy
            instance in the next group of <code>MaxItems</code> traffic policy instances.
            </para>
              
            <para>
            If the value of <code>IsTruncated</code> in the previous response was <code>false</code>,
            there are no more traffic policy instances to get for this hosted zone.
            </para>
              
            <para>
            If the value of <code>IsTruncated</code> in the previous response was <code>false</code>,
            omit this value.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesByPolicyRequest.TrafficPolicyInstanceTypeMarker">
            <summary>
            Gets and sets the property TrafficPolicyInstanceTypeMarker.
            <para>
            For the first request to <code>ListTrafficPolicyInstancesByPolicy</code>, omit this
            value.
            </para>
              
            <para>
            If the value of <code>IsTruncated</code> in the previous response was <code>true</code>,
            <code>TrafficPolicyInstanceTypeMarker</code> is the DNS type of the first traffic
            policy instance in the next group of <code>MaxItems</code> traffic policy instances.
            </para>
              
            <para>
            If the value of <code>IsTruncated</code> in the previous response was <code>false</code>,
            there are no more traffic policy instances to get for this hosted zone.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesByPolicyRequest.MaxItems">
            <summary>
            Gets and sets the property MaxItems.
            <para>
            The maximum number of traffic policy instances to be included in the response body
            for this request. If you have more than <code>MaxItems</code> traffic policy instances,
            the value of the <code>IsTruncated</code> element in the response is <code>true</code>,
            and the values of <code>HostedZoneIdMarker</code>, <code>TrafficPolicyInstanceNameMarker</code>,
            and <code>TrafficPolicyInstanceTypeMarker</code> represent the first traffic policy
            instance in the next group of <code>MaxItems</code> traffic policy instances.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListTrafficPolicyInstancesByPolicyResponse">
            <summary>
            A complex type that contains the response information for the request.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesByPolicyResponse.TrafficPolicyInstances">
            <summary>
            Gets and sets the property TrafficPolicyInstances.
            <para>
            A list that contains one <code>TrafficPolicyInstance</code> element for each traffic
            policy instance that matches the elements in the request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesByPolicyResponse.HostedZoneIdMarker">
            <summary>
            Gets and sets the property HostedZoneIdMarker.
            <para>
            If <code>IsTruncated</code> is <code>true</code>, <code>HostedZoneIdMarker</code>
            is the ID of the hosted zone of the first traffic policy instance in the next group
            of <code>MaxItems</code> traffic policy instances.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesByPolicyResponse.TrafficPolicyInstanceNameMarker">
            <summary>
            Gets and sets the property TrafficPolicyInstanceNameMarker.
            <para>
            If <code>IsTruncated</code> is <code>true</code>, <code>TrafficPolicyInstanceNameMarker</code>
            is the name of the first traffic policy instance in the next group of <code>MaxItems</code>
            traffic policy instances.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesByPolicyResponse.TrafficPolicyInstanceTypeMarker">
            <summary>
            Gets and sets the property TrafficPolicyInstanceTypeMarker.
            <para>
            If <code>IsTruncated</code> is <code>true</code>, <code>TrafficPolicyInstanceTypeMarker</code>
            is the DNS type of the resource record sets that are associated with the first traffic
            policy instance in the next group of <code>MaxItems</code> traffic policy instances.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesByPolicyResponse.IsTruncated">
            <summary>
            Gets and sets the property IsTruncated.
            <para>
            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 <code>MaxItems</code>
            traffic policy instances by calling <code>ListTrafficPolicyInstancesByPolicy</code>
            again and specifying the values of the <code>HostedZoneIdMarker</code>, <code>TrafficPolicyInstanceNameMarker</code>,
            and <code>TrafficPolicyInstanceTypeMarker</code> elements in the corresponding request
            parameters.
            </para>
              
            <para>
            Valid Values: <code>true</code> | <code>false</code>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesByPolicyResponse.MaxItems">
            <summary>
            Gets and sets the property MaxItems.
            <para>
            The value that you specified for the <code>MaxItems</code> parameter in the call to
            <code>ListTrafficPolicyInstancesByPolicy</code> that produced the current response.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListTrafficPolicyInstancesRequest">
            <summary>
            Container for the parameters to the ListTrafficPolicyInstances operation.
            Gets information about the traffic policy instances that you created by using the
            current AWS account.
             
             <note>After you submit an <code>UpdateTrafficPolicyInstance</code> 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 <a>State</a> response
            element.</note>
            <para>
            To get information about the traffic policy instances that are associated with the
            current AWS account, send a <code>GET</code> request to the <code>2013-04-01/trafficpolicyinstance</code>
            resource.
            </para>
              
            <para>
            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 <code>MaxItems</code> parameter to list
            them in groups of up to 100.
            </para>
              
            <para>
            The response includes five values that help you navigate from one group of <code>MaxItems</code>
            traffic policy instances to the next:
            </para>
             <ul> <li><b>IsTruncated</b></li>
            <para>
            If the value of <code>IsTruncated</code> in the response is <code>true</code>, there
            are more traffic policy instances associated with the current AWS account.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, this response includes the last
            traffic policy instance that is associated with the current account.
            </para>
             <li><b>MaxItems</b></li>
            <para>
            The value that you specified for the <code>MaxItems</code> parameter in the request
            that produced the current response.
            </para>
             <li><b>HostedZoneIdMarker</b>, <b>TrafficPolicyInstanceNameMarker</b>, and <b>TrafficPolicyInstanceTypeMarker</b></li>
             
            <para>
            If <code>IsTruncated</code> is <code>true</code>, these three values in the response
            represent the first traffic policy instance in the next group of <code>MaxItems</code>
            traffic policy instances. To list more traffic policy instances, make another call
            to <code>ListTrafficPolicyInstances</code>, and specify these values in the corresponding
            request parameters.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, all three elements are omitted
            from the response.
            </para>
             </ul>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesRequest.HostedZoneIdMarker">
            <summary>
            Gets and sets the property HostedZoneIdMarker.
            <para>
            For the first request to <code>ListTrafficPolicyInstances</code>, omit this value.
            </para>
              
            <para>
            If the value of <code>IsTruncated</code> in the previous response was <code>true</code>,
            you have more traffic policy instances. To get the next group of <code>MaxItems</code>
            traffic policy instances, submit another <code>ListTrafficPolicyInstances</code> request.
            For the value of <code>HostedZoneIdMarker</code>, specify the value of <code>HostedZoneIdMarker</code>
            from the previous response, which is the hosted zone ID of the first traffic policy
            instance in the next group of <code>MaxItems</code> traffic policy instances.
            </para>
              
            <para>
            If the value of <code>IsTruncated</code> in the previous response was <code>false</code>,
            there are no more traffic policy instances to get.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesRequest.TrafficPolicyInstanceNameMarker">
            <summary>
            Gets and sets the property TrafficPolicyInstanceNameMarker.
            <para>
            For the first request to <code>ListTrafficPolicyInstances</code>, omit this value.
            </para>
              
            <para>
            If the value of <code>IsTruncated</code> in the previous response was <code>true</code>,
            <code>TrafficPolicyInstanceNameMarker</code> is the name of the first traffic policy
            instance in the next group of <code>MaxItems</code> traffic policy instances.
            </para>
              
            <para>
            If the value of <code>IsTruncated</code> in the previous response was <code>false</code>,
            there are no more traffic policy instances to get.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesRequest.TrafficPolicyInstanceTypeMarker">
            <summary>
            Gets and sets the property TrafficPolicyInstanceTypeMarker.
            <para>
            For the first request to <code>ListTrafficPolicyInstances</code>, omit this value.
            </para>
              
            <para>
            If the value of <code>IsTruncated</code> in the previous response was <code>true</code>,
            <code>TrafficPolicyInstanceTypeMarker</code> is the DNS type of the first traffic
            policy instance in the next group of <code>MaxItems</code> traffic policy instances.
            </para>
              
            <para>
            If the value of <code>IsTruncated</code> in the previous response was <code>false</code>,
            there are no more traffic policy instances to get.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesRequest.MaxItems">
            <summary>
            Gets and sets the property MaxItems.
            <para>
            The maximum number of traffic policy instances to be included in the response body
            for this request. If you have more than <code>MaxItems</code> traffic policy instances,
            the value of the <code>IsTruncated</code> element in the response is <code>true</code>,
            and the values of <code>HostedZoneIdMarker</code>, <code>TrafficPolicyInstanceNameMarker</code>,
            and <code>TrafficPolicyInstanceTypeMarker</code> represent the first traffic policy
            instance in the next group of <code>MaxItems</code> traffic policy instances.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListTrafficPolicyInstancesResponse">
            <summary>
            A complex type that contains the response information for the request.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesResponse.TrafficPolicyInstances">
            <summary>
            Gets and sets the property TrafficPolicyInstances.
            <para>
            A list that contains one <code>TrafficPolicyInstance</code> element for each traffic
            policy instance that matches the elements in the request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesResponse.HostedZoneIdMarker">
            <summary>
            Gets and sets the property HostedZoneIdMarker.
            <para>
            If <code>IsTruncated</code> is <code>true</code>, <code>HostedZoneIdMarker</code>
            is the ID of the hosted zone of the first traffic policy instance in the next group
            of <code>MaxItems</code> traffic policy instances.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesResponse.TrafficPolicyInstanceNameMarker">
            <summary>
            Gets and sets the property TrafficPolicyInstanceNameMarker.
            <para>
            If <code>IsTruncated</code> is <code>true</code>, <code>TrafficPolicyInstanceNameMarker</code>
            is the name of the first traffic policy instance in the next group of <code>MaxItems</code>
            traffic policy instances.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesResponse.TrafficPolicyInstanceTypeMarker">
            <summary>
            Gets and sets the property TrafficPolicyInstanceTypeMarker.
            <para>
            If <code>IsTruncated</code> is <code>true</code>, <code>TrafficPolicyInstanceTypeMarker</code>
            is the DNS type of the resource record sets that are associated with the first traffic
            policy instance in the next group of <code>MaxItems</code> traffic policy instances.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesResponse.IsTruncated">
            <summary>
            Gets and sets the property IsTruncated.
            <para>
            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 <code>MaxItems</code>
            traffic policy instances by calling <code>ListTrafficPolicyInstances</code> again
            and specifying the values of the <code>HostedZoneIdMarker</code>, <code>TrafficPolicyInstanceNameMarker</code>,
            and <code>TrafficPolicyInstanceTypeMarker</code> elements in the corresponding request
            parameters.
            </para>
              
            <para>
            Valid Values: <code>true</code> | <code>false</code>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyInstancesResponse.MaxItems">
            <summary>
            Gets and sets the property MaxItems.
            <para>
            The value that you specified for the <code>MaxItems</code> parameter in the call to
            <code>ListTrafficPolicyInstances</code> that produced the current response.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListTrafficPolicyVersionsRequest">
            <summary>
            Container for the parameters to the ListTrafficPolicyVersions operation.
            Gets information about all of the versions for a specified traffic policy. <code>ListTrafficPolicyVersions</code>
            lists only versions that have not been deleted.
             
              
            <para>
            Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot
            of traffic policies, you can use the <code>maxitems</code> parameter to list them
            in groups of up to 100.
            </para>
              
            <para>
            The response includes three values that help you navigate from one group of <code>maxitems</code>maxitems
            traffic policies to the next:
            </para>
             <ul> <li><b>IsTruncated</b></li>
            <para>
            If the value of <code>IsTruncated</code> in the response is <code>true</code>, there
            are more traffic policy versions associated with the specified traffic policy.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, this response includes the last
            traffic policy version that is associated with the specified traffic policy.
            </para>
             <li><b>TrafficPolicyVersionMarker</b></li>
            <para>
            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 <code>ListTrafficPolicyVersions</code>,
            and specify the value of the <code>TrafficPolicyVersionMarker</code> element in the
            <code>TrafficPolicyVersionMarker</code> request parameter.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, Amazon Route 53 omits the <code>TrafficPolicyVersionMarker</code>
            element from the response.
            </para>
             <li><b>MaxItems</b></li>
            <para>
            The value that you specified for the <code>MaxItems</code> parameter in the request
            that produced the current response.
            </para>
             </ul>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyVersionsRequest.Id">
            <summary>
            Gets and sets the property Id.
            <para>
            Specify the value of <code>Id</code> of the traffic policy for which you want to list
            all versions.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyVersionsRequest.TrafficPolicyVersionMarker">
            <summary>
            Gets and sets the property TrafficPolicyVersionMarker.
            <para>
            For your first request to <code>ListTrafficPolicyVersions</code>, do not include the
            <code>TrafficPolicyVersionMarker</code> parameter.
            </para>
              
            <para>
            If you have more traffic policy versions than the value of <code>MaxItems</code>,
            <code>ListTrafficPolicyVersions</code> returns only the first group of <code>MaxItems</code>
            versions. To get the next group of <code>MaxItems</code> traffic policy versions,
            submit another request to <code>ListTrafficPolicyVersions</code>. For the value of
            <code>TrafficPolicyVersionMarker</code>, specify the value of the <code>TrafficPolicyVersionMarker</code>
            element that was returned in the previous response.
            </para>
              
            <para>
            Traffic policy versions are listed in sequential order.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyVersionsRequest.MaxItems">
            <summary>
            Gets and sets the property MaxItems.
            <para>
            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
            <code>MaxItems</code> versions, the value of the <code>IsTruncated</code> element
            in the response is <code>true</code>, and the value of the <code>TrafficPolicyVersionMarker</code>
            element is the ID of the first version in the next group of <code>MaxItems</code>
            traffic policy versions.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ListTrafficPolicyVersionsResponse">
            <summary>
            A complex type that contains the response information for the request.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyVersionsResponse.TrafficPolicies">
            <summary>
            Gets and sets the property TrafficPolicies.
            <para>
            A list that contains one <code>TrafficPolicy</code> element for each traffic policy
            version that is associated with the specified traffic policy.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyVersionsResponse.IsTruncated">
            <summary>
            Gets and sets the property IsTruncated.
            <para>
            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 <code>maxitems</code> traffic
            policies by calling <code>ListTrafficPolicyVersions</code> again and specifying the
            value of the <code>NextMarker</code> element in the marker parameter.
            </para>
              
            <para>
            Valid Values: <code>true</code> | <code>false</code>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyVersionsResponse.TrafficPolicyVersionMarker">
            <summary>
            Gets and sets the property TrafficPolicyVersionMarker.
            <para>
            If <code>IsTruncated</code> is <code>true</code>, the value of <code>TrafficPolicyVersionMarker</code>
            identifies the first traffic policy in the next group of <code>MaxItems</code> traffic
            policies. Call <code>ListTrafficPolicyVersions</code> again and specify the value
            of <code>TrafficPolicyVersionMarker</code> in the <code>TrafficPolicyVersionMarker</code>
            request parameter.
            </para>
              
            <para>
            This element is present only if <code>IsTruncated</code> is <code>true</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ListTrafficPolicyVersionsResponse.MaxItems">
            <summary>
            Gets and sets the property MaxItems.
            <para>
            The value that you specified for the <code>maxitems</code> parameter in the call to
            <code>ListTrafficPolicyVersions</code> that produced the current response.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.NoSuchChangeException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchChangeException.#ctor(System.String)">
            <summary>
            Constructs a new NoSuchChangeException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchChangeException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of NoSuchChangeException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchChangeException.#ctor(System.Exception)">
            <summary>
            Construct instance of NoSuchChangeException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchChangeException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of NoSuchChangeException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchChangeException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of NoSuchChangeException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.NoSuchDelegationSetException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchDelegationSetException.#ctor(System.String)">
            <summary>
            Constructs a new NoSuchDelegationSetException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchDelegationSetException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of NoSuchDelegationSetException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchDelegationSetException.#ctor(System.Exception)">
            <summary>
            Construct instance of NoSuchDelegationSetException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchDelegationSetException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of NoSuchDelegationSetException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchDelegationSetException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of NoSuchDelegationSetException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.NoSuchGeoLocationException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchGeoLocationException.#ctor(System.String)">
            <summary>
            Constructs a new NoSuchGeoLocationException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchGeoLocationException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of NoSuchGeoLocationException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchGeoLocationException.#ctor(System.Exception)">
            <summary>
            Construct instance of NoSuchGeoLocationException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchGeoLocationException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of NoSuchGeoLocationException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchGeoLocationException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of NoSuchGeoLocationException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.NoSuchHealthCheckException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchHealthCheckException.#ctor(System.String)">
            <summary>
            Constructs a new NoSuchHealthCheckException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchHealthCheckException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of NoSuchHealthCheckException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchHealthCheckException.#ctor(System.Exception)">
            <summary>
            Construct instance of NoSuchHealthCheckException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchHealthCheckException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of NoSuchHealthCheckException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchHealthCheckException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of NoSuchHealthCheckException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.NoSuchHostedZoneException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchHostedZoneException.#ctor(System.String)">
            <summary>
            Constructs a new NoSuchHostedZoneException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchHostedZoneException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of NoSuchHostedZoneException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchHostedZoneException.#ctor(System.Exception)">
            <summary>
            Construct instance of NoSuchHostedZoneException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchHostedZoneException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of NoSuchHostedZoneException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchHostedZoneException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of NoSuchHostedZoneException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.NoSuchTrafficPolicyException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchTrafficPolicyException.#ctor(System.String)">
            <summary>
            Constructs a new NoSuchTrafficPolicyException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchTrafficPolicyException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of NoSuchTrafficPolicyException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchTrafficPolicyException.#ctor(System.Exception)">
            <summary>
            Construct instance of NoSuchTrafficPolicyException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchTrafficPolicyException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of NoSuchTrafficPolicyException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchTrafficPolicyException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of NoSuchTrafficPolicyException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.NoSuchTrafficPolicyInstanceException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchTrafficPolicyInstanceException.#ctor(System.String)">
            <summary>
            Constructs a new NoSuchTrafficPolicyInstanceException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchTrafficPolicyInstanceException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of NoSuchTrafficPolicyInstanceException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchTrafficPolicyInstanceException.#ctor(System.Exception)">
            <summary>
            Construct instance of NoSuchTrafficPolicyInstanceException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchTrafficPolicyInstanceException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of NoSuchTrafficPolicyInstanceException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.NoSuchTrafficPolicyInstanceException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of NoSuchTrafficPolicyInstanceException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.PriorRequestNotCompleteException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.PriorRequestNotCompleteException.#ctor(System.String)">
            <summary>
            Constructs a new PriorRequestNotCompleteException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.PriorRequestNotCompleteException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of PriorRequestNotCompleteException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.PriorRequestNotCompleteException.#ctor(System.Exception)">
            <summary>
            Construct instance of PriorRequestNotCompleteException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.PriorRequestNotCompleteException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of PriorRequestNotCompleteException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.PriorRequestNotCompleteException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of PriorRequestNotCompleteException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.PublicZoneVPCAssociationException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.PublicZoneVPCAssociationException.#ctor(System.String)">
            <summary>
            Constructs a new PublicZoneVPCAssociationException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.PublicZoneVPCAssociationException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of PublicZoneVPCAssociationException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.PublicZoneVPCAssociationException.#ctor(System.Exception)">
            <summary>
            Construct instance of PublicZoneVPCAssociationException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.PublicZoneVPCAssociationException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of PublicZoneVPCAssociationException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.PublicZoneVPCAssociationException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of PublicZoneVPCAssociationException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.ResourceRecord">
            <summary>
            A complex type that contains the value of the <code>Value</code> element for the current
            resource record set.
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.ResourceRecord.#ctor">
            <summary>
            Empty constructor used to set properties independently even when a simple constructor is available
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.ResourceRecord.#ctor(System.String)">
            <summary>
            Instantiates ResourceRecord with the parameterized properties
            </summary>
            <param name="value">The current or new DNS record value, not to exceed 4,000 characters. In the case of a <code>DELETE</code> action, if the current value does not match the actual value, an error is returned. For descriptions about how to format <code>Value</code> for different record types, see <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html">Supported DNS Resource Record Types</a> in the <i>Amazon Route 53 Developer Guide</i>. You can specify more than one value for all record types except <code>CNAME</code> and <code>SOA</code>. </param>
        </member>
        <member name="P:Amazon.Route53.Model.ResourceRecord.Value">
            <summary>
            Gets and sets the property Value.
            <para>
            The current or new DNS record value, not to exceed 4,000 characters. In the case of
            a <code>DELETE</code> action, if the current value does not match the actual value,
            an error is returned. For descriptions about how to format <code>Value</code> for
            different record types, see <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html">Supported
            DNS Resource Record Types</a> in the <i>Amazon Route 53 Developer Guide</i>.
            </para>
              
            <para>
            You can specify more than one value for all record types except <code>CNAME</code>
            and <code>SOA</code>.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ResourceRecordSet">
            <summary>
            A complex type that contains information about the current resource record set.
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.ResourceRecordSet.#ctor">
            <summary>
            Empty constructor used to set properties independently even when a simple constructor is available
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.ResourceRecordSet.#ctor(System.String,Amazon.Route53.RRType)">
            <summary>
            Instantiates ResourceRecordSet with the parameterized properties
            </summary>
            <param name="name">The name of the domain you want to perform the action on. Enter a fully qualified domain name, for example, <code>www.example.com</code>. 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 <code>www.example.com</code> (without a trailing dot) and <code>www.example.com.</code> (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 <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html">DNS Domain Name Format</a> in the <i>Amazon Route 53 Developer Guide</i>. You can use an asterisk (*) character in the name. DNS treats the * character either as a wildcard or as the * character (ASCII 42), depending on where it appears in the name. For more information, see <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html#domain-name-format-asterisk">Using an Asterisk (*) in the Names of Hosted Zones and Resource Record Sets</a> in the <i>Amazon Route 53 Developer Guide</i> <important>You can't use the * wildcard for resource records sets that have a type of NS.</important></param>
            <param name="type">The DNS record type. For information about different record types and how data is encoded for them, see <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html">Supported DNS Resource Record Types</a> in the <i>Amazon Route 53 Developer Guide</i>. Valid values for basic resource record sets: <code>A</code> | <code>AAAA</code> | <code>CNAME</code> | <code>MX</code> | <code>NS</code> | <code>PTR</code> | <code>SOA</code> | <code>SPF</code> | <code>SRV</code> | <code>TXT</code> Values for weighted, latency, geolocation, and failover resource record sets: <code>A</code> | <code>AAAA</code> | <code>CNAME</code> | <code>MX</code> | <code>PTR</code> | <code>SPF</code> | <code>SRV</code> | <code>TXT</code>. 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. <note>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 <code>Type</code> is <code>SPF</code>. RFC 7208, <i>Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1</i>, 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, <a href="http://tools.ietf.org/html/rfc7208#section-14.1">The SPF DNS Record Type</a>.</note> Values for alias resource record sets: <ul> <li><b>CloudFront distributions:</b> <code>A</code></li> <li><b>ELB load balancers:</b> <code>A</code> | <code>AAAA</code></li> <li><b>Amazon S3 buckets:</b> A</li> <li><b>Another resource record set in this hosted zone:</b> Specify the type of the resource record set for which you're creating the alias. Specify any value except <code>NS</code> or <code>SOA</code>.</li> </ul></param>
        </member>
        <member name="P:Amazon.Route53.Model.ResourceRecordSet.Name">
            <summary>
            Gets and sets the property Name.
            <para>
            The name of the domain you want to perform the action on.
            </para>
              
            <para>
            Enter a fully qualified domain name, for example, <code>www.example.com</code>. 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 <code>www.example.com</code> (without a trailing dot)
            and <code>www.example.com.</code> (with a trailing dot) as identical.
            </para>
              
            <para>
            For information about how to specify characters other than a-z, 0-9, and - (hyphen)
            and how to specify internationalized domain names, see <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html">DNS
            Domain Name Format</a> in the <i>Amazon Route 53 Developer Guide</i>.
            </para>
              
            <para>
            You can use an asterisk (*) character in the name. DNS treats the * character either
            as a wildcard or as the * character (ASCII 42), depending on where it appears in the
            name. For more information, see <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html#domain-name-format-asterisk">Using
            an Asterisk (*) in the Names of Hosted Zones and Resource Record Sets</a> in the <i>Amazon
            Route 53 Developer Guide</i>
            </para>
             <important>You can't use the * wildcard for resource records sets that have a type
            of NS.</important>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ResourceRecordSet.Type">
            <summary>
            Gets and sets the property Type.
            <para>
            The DNS record type. For information about different record types and how data is
            encoded for them, see <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html">Supported
            DNS Resource Record Types</a> in the <i>Amazon Route 53 Developer Guide</i>.
            </para>
              
            <para>
            Valid values for basic resource record sets: <code>A</code> | <code>AAAA</code> |
            <code>CNAME</code> | <code>MX</code> | <code>NS</code> | <code>PTR</code> | <code>SOA</code>
            | <code>SPF</code> | <code>SRV</code> | <code>TXT</code>
            </para>
              
            <para>
            Values for weighted, latency, geolocation, and failover resource record sets: <code>A</code>
            | <code>AAAA</code> | <code>CNAME</code> | <code>MX</code> | <code>PTR</code> | <code>SPF</code>
            | <code>SRV</code> | <code>TXT</code>. 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.
            </para>
             <note>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 <code>Type</code> is <code>SPF</code>. RFC 7208, <i>Sender Policy
            Framework (SPF) for Authorizing Use of Domains in Email, Version 1</i>, 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, <a href="http://tools.ietf.org/html/rfc7208#section-14.1">The
            SPF DNS Record Type</a>.</note>
            <para>
            Values for alias resource record sets:
            </para>
             <ul> <li><b>CloudFront distributions:</b> <code>A</code></li> <li><b>ELB load balancers:</b>
            <code>A</code> | <code>AAAA</code></li> <li><b>Amazon S3 buckets:</b> A</li> <li><b>Another
            resource record set in this hosted zone:</b> Specify the type of the resource record
            set for which you're creating the alias. Specify any value except <code>NS</code>
            or <code>SOA</code>.</li> </ul>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ResourceRecordSet.SetIdentifier">
            <summary>
            Gets and sets the property SetIdentifier.
            <para>
            <i>Weighted, Latency, Geo, and Failover resource record sets only:</i> An identifier
            that differentiates among multiple resource record sets that have the same combination
            of DNS name and type. The value of <code>SetIdentifier</code> must be unique for each
            resource record set that has the same combination of DNS name and type.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ResourceRecordSet.Weight">
            <summary>
            Gets and sets the property Weight.
            <para>
            <i>Weighted resource record sets only:</i> 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:
            </para>
             <ul> <li>You must specify a value for the <code>Weight</code> element for every weighted
            resource record set.</li> <li>You can only specify one <code>ResourceRecord</code>
            per weighted resource record set.</li> <li>You cannot create latency, failover, or
            geolocation resource record sets that have the same values for the <code>Name</code>
            and <code>Type</code> elements as weighted resource record sets.</li> <li>You can
            create a maximum of 100 weighted resource record sets that have the same values for
            the <code>Name</code> and <code>Type</code> elements.</li> <li>
            <para>
            For weighted (but not weighted alias) resource record sets, if you set <code>Weight</code>
            to <code>0</code> 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 <code>Weight</code>
            to <code>0</code> for all resource record sets that have the same combination of DNS
            name and type, traffic is routed to all resources with equal probability.
            </para>
              
            <para>
            The effect of setting <code>Weight</code> to <code>0</code> is different when you
            associate health checks with weighted resource record sets. For more information,
            see <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-configuring-options.html">Options
            for Configuring Amazon Route 53 Active-Active and Active-Passive Failover</a> in the
            <i>Amazon Route 53 Developer Guide</i>.
            </para>
             </li> </ul>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ResourceRecordSet.Region">
            <summary>
            Gets and sets the property Region.
            <para>
            <i>Latency-based resource record sets only:</i> 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.
            </para>
             <note>You can create latency and latency alias resource record sets only in public
            hosted zones.</note>
            <para>
            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.
            </para>
              
            <para>
            Note the following:
            </para>
             <ul> <li>You can only specify one <code>ResourceRecord</code> per latency resource
            record set.</li> <li>You can only create one latency resource record set for each
            Amazon EC2 region.</li> <li>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.</li>
            <li>You cannot create non-latency resource record sets that have the same values for
            the <code>Name</code> and <code>Type</code> elements as latency resource record sets.</li>
            </ul>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ResourceRecordSet.GeoLocation">
            <summary>
            Gets and sets the property GeoLocation.
            <para>
            <i>Geo location resource record sets only:</i> 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 <code>192.0.2.111</code>, create a resource record set with
            a <code>Type</code> of <code>A</code> and a <code>ContinentCode</code> of <code>AF</code>.
            </para>
             <note>You can create geolocation and geolocation alias resource record sets only
            in public hosted zones.</note>
            <para>
            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.
            </para>
              
            <para>
            You cannot create two geolocation resource record sets that specify the same geographic
            location.
            </para>
              
            <para>
            The value <code>*</code> in the <code>CountryCode</code> element matches all geographic
            locations that aren't specified in other geolocation resource record sets that have
            the same values for the <code>Name</code> and <code>Type</code> elements.
            </para>
             <important>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 <code>CountryCode</code> is <code>*</code>,
            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 <code>*</code> resource record set, Amazon Route
            53 returns a "no answer" response for queries from those locations.</important>
            <para>
            You cannot create non-geolocation resource record sets that have the same values for
            the <code>Name</code> and <code>Type</code> elements as geolocation resource record
            sets.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ResourceRecordSet.Failover">
            <summary>
            Gets and sets the property Failover.
            <para>
            <i>Failover resource record sets only:</i> To configure failover, you add the <code>Failover</code>
            element to two resource record sets. For one resource record set, you specify <code>PRIMARY</code>
            as the value for <code>Failover</code>; for the other resource record set, you specify
            <code>SECONDARY</code>. In addition, you include the <code>HealthCheckId</code> element
            and specify the health check that you want Amazon Route 53 to perform for each resource
            record set.
            </para>
             <note>You can create failover and failover alias resource record sets only in public
            hosted zones.</note>
            <para>
            Except where noted, the following failover behaviors assume that you have included
            the <code>HealthCheckId</code> element in both resource record sets:
            </para>
             <ul> <li>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.</li> <li>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.</li> <li>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.</li> <li>If you omit
            the <code>HealthCheckId</code> 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.</li> </ul>
            <para>
            You cannot create non-failover resource record sets that have the same values for
            the <code>Name</code> and <code>Type</code> elements as failover resource record sets.
            </para>
              
            <para>
            For failover alias resource record sets, you must also include the <code>EvaluateTargetHealth</code>
            element and set the value to true.
            </para>
              
            <para>
            For more information about configuring failover for Amazon Route 53, see <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html">Amazon
            Route 53 Health Checks and DNS Failover</a> in the <i>Amazon Route 53 Developer Guide</i>.
            </para>
              
            <para>
            Valid values: <code>PRIMARY</code> | <code>SECONDARY</code>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ResourceRecordSet.TTL">
            <summary>
            Gets and sets the property TTL.
            <para>
            The cache time to live for the current resource record set. Note the following:
            </para>
             <ul> <li>If you're creating an alias resource record set, omit <code>TTL</code>.
            Amazon Route 53 uses the value of <code>TTL</code> for the alias target. </li> <li>If
            you're associating this resource record set with a health check (if you're adding
            a <code>HealthCheckId</code> element), we recommend that you specify a <code>TTL</code>
            of 60 seconds or less so clients respond quickly to changes in health status.</li>
            <li>All of the resource record sets in a group of weighted, latency, geolocation,
            or failover resource record sets must have the same value for <code>TTL</code>.</li>
            <li>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 <code>TTL</code> 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 <code>Weight</code>.</li> </ul>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ResourceRecordSet.ResourceRecords">
            <summary>
            Gets and sets the property ResourceRecords.
            <para>
            A complex type that contains the resource records for the current resource record
            set.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ResourceRecordSet.AliasTarget">
            <summary>
            Gets and sets the property AliasTarget.
            <para>
            <i>Alias resource record sets only:</i> Information about the AWS resource to which
            you are redirecting traffic.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ResourceRecordSet.HealthCheckId">
            <summary>
            Gets and sets the property HealthCheckId.
            <para>
            <i>Health Check resource record sets only, not required for alias resource record
            sets:</i> An identifier that is used to identify health check associated with the
            resource record set.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ResourceRecordSet.TrafficPolicyInstanceId">
            <summary>
            Gets and sets the property TrafficPolicyInstanceId.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ResourceTagSet">
            <summary>
            A complex type containing a resource and its associated tags.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ResourceTagSet.ResourceType">
            <summary>
            Gets and sets the property ResourceType.
            <para>
            The type of the resource.
            </para>
              
            <para>
            - The resource type for health checks is <code>healthcheck</code>.
            </para>
              
            <para>
            - The resource type for hosted zones is <code>hostedzone</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ResourceTagSet.ResourceId">
            <summary>
            Gets and sets the property ResourceId.
            <para>
            The ID for the specified resource.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.ResourceTagSet.Tags">
            <summary>
            Gets and sets the property Tags.
            <para>
            The tags associated with the specified resource.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.StatusReport">
            <summary>
            A complex type that contains information about the health check status for the current
            observation.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.StatusReport.Status">
            <summary>
            Gets and sets the property Status.
            <para>
            The observed health check status.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.StatusReport.CheckedTime">
            <summary>
            Gets and sets the property CheckedTime.
            <para>
            The date and time the health check status was observed, in the format <code>YYYY-MM-DDThh:mm:ssZ</code>,
            as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The <code>Z</code>
            after the time indicates that the time is listed in Coordinated Universal Time (UTC).
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Tag">
            <summary>
            A single tag containing a key and value.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.Tag.Key">
            <summary>
            Gets and sets the property Key.
            <para>
            The key for a <code>Tag</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.Tag.Value">
            <summary>
            Gets and sets the property Value.
            <para>
            The value for a <code>Tag</code>.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.ThrottlingException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.ThrottlingException.#ctor(System.String)">
            <summary>
            Constructs a new ThrottlingException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.ThrottlingException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of ThrottlingException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.ThrottlingException.#ctor(System.Exception)">
            <summary>
            Construct instance of ThrottlingException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.ThrottlingException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of ThrottlingException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.ThrottlingException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of ThrottlingException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.TooManyHealthChecksException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.TooManyHealthChecksException.#ctor(System.String)">
            <summary>
            Constructs a new TooManyHealthChecksException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.TooManyHealthChecksException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of TooManyHealthChecksException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.TooManyHealthChecksException.#ctor(System.Exception)">
            <summary>
            Construct instance of TooManyHealthChecksException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.TooManyHealthChecksException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of TooManyHealthChecksException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.TooManyHealthChecksException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of TooManyHealthChecksException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.TooManyHostedZonesException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.TooManyHostedZonesException.#ctor(System.String)">
            <summary>
            Constructs a new TooManyHostedZonesException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.TooManyHostedZonesException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of TooManyHostedZonesException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.TooManyHostedZonesException.#ctor(System.Exception)">
            <summary>
            Construct instance of TooManyHostedZonesException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.TooManyHostedZonesException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of TooManyHostedZonesException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.TooManyHostedZonesException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of TooManyHostedZonesException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.TooManyTrafficPoliciesException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.TooManyTrafficPoliciesException.#ctor(System.String)">
            <summary>
            Constructs a new TooManyTrafficPoliciesException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.TooManyTrafficPoliciesException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of TooManyTrafficPoliciesException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.TooManyTrafficPoliciesException.#ctor(System.Exception)">
            <summary>
            Construct instance of TooManyTrafficPoliciesException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.TooManyTrafficPoliciesException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of TooManyTrafficPoliciesException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.TooManyTrafficPoliciesException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of TooManyTrafficPoliciesException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.TooManyTrafficPolicyInstancesException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.TooManyTrafficPolicyInstancesException.#ctor(System.String)">
            <summary>
            Constructs a new TooManyTrafficPolicyInstancesException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.TooManyTrafficPolicyInstancesException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of TooManyTrafficPolicyInstancesException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.TooManyTrafficPolicyInstancesException.#ctor(System.Exception)">
            <summary>
            Construct instance of TooManyTrafficPolicyInstancesException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.TooManyTrafficPolicyInstancesException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of TooManyTrafficPolicyInstancesException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.TooManyTrafficPolicyInstancesException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of TooManyTrafficPolicyInstancesException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.TrafficPolicy">
            <summary>
             
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.TrafficPolicy.Id">
            <summary>
            Gets and sets the property Id.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.TrafficPolicy.Version">
            <summary>
            Gets and sets the property Version.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.TrafficPolicy.Name">
            <summary>
            Gets and sets the property Name.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.TrafficPolicy.Type">
            <summary>
            Gets and sets the property Type.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.TrafficPolicy.Document">
            <summary>
            Gets and sets the property Document.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.TrafficPolicy.Comment">
            <summary>
            Gets and sets the property Comment.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.TrafficPolicyAlreadyExistsException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.TrafficPolicyAlreadyExistsException.#ctor(System.String)">
            <summary>
            Constructs a new TrafficPolicyAlreadyExistsException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.TrafficPolicyAlreadyExistsException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of TrafficPolicyAlreadyExistsException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.TrafficPolicyAlreadyExistsException.#ctor(System.Exception)">
            <summary>
            Construct instance of TrafficPolicyAlreadyExistsException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.TrafficPolicyAlreadyExistsException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of TrafficPolicyAlreadyExistsException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.TrafficPolicyAlreadyExistsException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of TrafficPolicyAlreadyExistsException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.TrafficPolicyInstance">
            <summary>
             
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.TrafficPolicyInstance.Id">
            <summary>
            Gets and sets the property Id.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.TrafficPolicyInstance.HostedZoneId">
            <summary>
            Gets and sets the property HostedZoneId.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.TrafficPolicyInstance.Name">
            <summary>
            Gets and sets the property Name.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.TrafficPolicyInstance.TTL">
            <summary>
            Gets and sets the property TTL.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.TrafficPolicyInstance.State">
            <summary>
            Gets and sets the property State.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.TrafficPolicyInstance.Message">
            <summary>
            Gets and sets the property Message.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.TrafficPolicyInstance.TrafficPolicyId">
            <summary>
            Gets and sets the property TrafficPolicyId.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.TrafficPolicyInstance.TrafficPolicyVersion">
            <summary>
            Gets and sets the property TrafficPolicyVersion.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.TrafficPolicyInstance.TrafficPolicyType">
            <summary>
            Gets and sets the property TrafficPolicyType.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.TrafficPolicyInstanceAlreadyExistsException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.TrafficPolicyInstanceAlreadyExistsException.#ctor(System.String)">
            <summary>
            Constructs a new TrafficPolicyInstanceAlreadyExistsException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.TrafficPolicyInstanceAlreadyExistsException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of TrafficPolicyInstanceAlreadyExistsException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.TrafficPolicyInstanceAlreadyExistsException.#ctor(System.Exception)">
            <summary>
            Construct instance of TrafficPolicyInstanceAlreadyExistsException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.TrafficPolicyInstanceAlreadyExistsException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of TrafficPolicyInstanceAlreadyExistsException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.TrafficPolicyInstanceAlreadyExistsException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of TrafficPolicyInstanceAlreadyExistsException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.TrafficPolicyInUseException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.TrafficPolicyInUseException.#ctor(System.String)">
            <summary>
            Constructs a new TrafficPolicyInUseException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.TrafficPolicyInUseException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of TrafficPolicyInUseException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.TrafficPolicyInUseException.#ctor(System.Exception)">
            <summary>
            Construct instance of TrafficPolicyInUseException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.TrafficPolicyInUseException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of TrafficPolicyInUseException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.TrafficPolicyInUseException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of TrafficPolicyInUseException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.TrafficPolicySummary">
            <summary>
             
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.TrafficPolicySummary.Id">
            <summary>
            Gets and sets the property Id.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.TrafficPolicySummary.Name">
            <summary>
            Gets and sets the property Name.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.TrafficPolicySummary.Type">
            <summary>
            Gets and sets the property Type.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.TrafficPolicySummary.LatestVersion">
            <summary>
            Gets and sets the property LatestVersion.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.TrafficPolicySummary.TrafficPolicyCount">
            <summary>
            Gets and sets the property TrafficPolicyCount.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.UpdateHealthCheckRequest">
            <summary>
            Container for the parameters to the UpdateHealthCheck operation.
            This action updates an existing health check.
             
              
            <para>
            To update a health check, send a <code>POST</code> request to the <code>2013-04-01/healthcheck/<i>health
            check ID</i></code> resource. The request body must include an XML document with an
            <code>UpdateHealthCheckRequest</code> element. The response returns an <code>UpdateHealthCheckResponse</code>
            element, which contains metadata about the health check.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.UpdateHealthCheckRequest.HealthCheckId">
            <summary>
            Gets and sets the property HealthCheckId.
            <para>
            The ID of the health check to update.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.UpdateHealthCheckRequest.HealthCheckVersion">
            <summary>
            Gets and sets the property HealthCheckVersion.
            <para>
            Optional. When you specify a health check version, Amazon Route 53 compares this value
            with the current value in the health check, which prevents you from updating the health
            check when the versions don't match. Using <code>HealthCheckVersion</code> lets you
            prevent overwriting another change to the health check.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.UpdateHealthCheckRequest.IPAddress">
            <summary>
            Gets and sets the property IPAddress.
            <para>
            The IP address of the resource that you want to check.
            </para>
              
            <para>
            Specify this value only if you want to change it.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.UpdateHealthCheckRequest.Port">
            <summary>
            Gets and sets the property Port.
            <para>
            The port on which you want Amazon Route 53 to open a connection to perform health
            checks.
            </para>
              
            <para>
            Specify this value only if you want to change it.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.UpdateHealthCheckRequest.ResourcePath">
            <summary>
            Gets and sets the property ResourcePath.
            <para>
            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.
             
            </para>
              
            <para>
            Specify this value only if you want to change it.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.UpdateHealthCheckRequest.FullyQualifiedDomainName">
            <summary>
            Gets and sets the property FullyQualifiedDomainName.
            <para>
            Fully qualified domain name of the instance to be health checked.
            </para>
              
            <para>
            Specify this value only if you want to change it.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.UpdateHealthCheckRequest.SearchString">
            <summary>
            Gets and sets the property SearchString.
            <para>
            If the value of <code>Type</code> is <code>HTTP_STR_MATCH</code> or <code>HTTP_STR_MATCH</code>,
            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.
            </para>
              
            <para>
            Specify this value only if you want to change it.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.UpdateHealthCheckRequest.FailureThreshold">
            <summary>
            Gets and sets the property FailureThreshold.
            <para>
            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.
            </para>
              
            <para>
            Valid values are integers between 1 and 10. For more information, see "How Amazon
            Route 53 Determines Whether an Endpoint Is Healthy" in the Amazon Route 53 Developer
            Guide.
            </para>
              
            <para>
            Specify this value only if you want to change it.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.UpdateHealthCheckRequest.Inverted">
            <summary>
            Gets and sets the property Inverted.
            <para>
            A boolean value that indicates whether the status of health check should be inverted.
            For example, if a health check is healthy but <code>Inverted</code> is <code>True</code>,
            then Amazon Route 53 considers the health check to be unhealthy.
            </para>
              
            <para>
            Specify this value only if you want to change it.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.UpdateHealthCheckRequest.HealthThreshold">
            <summary>
            Gets and sets the property HealthThreshold.
            <para>
            The minimum number of child health checks that must be healthy for Amazon Route 53
            to consider the parent health check to be healthy. Valid values are integers between
            0 and 256, inclusive.
            </para>
              
            <para>
            Specify this value only if you want to change it.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.UpdateHealthCheckRequest.ChildHealthChecks">
            <summary>
            Gets and sets the property ChildHealthChecks.
            <para>
            For a specified parent health check, a list of <code>HealthCheckId</code> values for
            the associated child health checks.
            </para>
              
            <para>
            Specify this value only if you want to change it.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.UpdateHealthCheckResponse">
            <summary>
             
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.UpdateHealthCheckResponse.HealthCheck">
            <summary>
            Gets and sets the property HealthCheck.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.UpdateHostedZoneCommentRequest">
            <summary>
            Container for the parameters to the UpdateHostedZoneComment operation.
            To update the hosted zone comment, send a <code>POST</code> request to the <code>2013-04-01/hostedzone/<i>hosted
            zone ID</i></code> resource. The request body must include an XML document with a
            <code>UpdateHostedZoneCommentRequest</code> element. The response to this request
            includes the modified <code>HostedZone</code> element.
             
             <note> The comment can have a maximum length of 256 characters.</note>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.UpdateHostedZoneCommentRequest.Id">
            <summary>
            Gets and sets the property Id.
            <para>
            The ID of the hosted zone you want to update.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.UpdateHostedZoneCommentRequest.Comment">
            <summary>
            Gets and sets the property Comment.
            <para>
            A comment about your hosted zone.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.UpdateHostedZoneCommentResponse">
            <summary>
            A complex type containing information about the specified hosted zone after the update.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.UpdateHostedZoneCommentResponse.HostedZone">
            <summary>
            Gets and sets the property HostedZone.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.UpdateTrafficPolicyCommentRequest">
            <summary>
            Container for the parameters to the UpdateTrafficPolicyComment operation.
            Updates the comment for a specified traffic policy version.
             
              
            <para>
            To update the comment, send a <code>POST</code> request to the <code>/2013-04-01/trafficpolicy/</code>
            resource.
            </para>
              
            <para>
            The request body must include an XML document with an <code>UpdateTrafficPolicyCommentRequest</code>
            element.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.UpdateTrafficPolicyCommentRequest.Id">
            <summary>
            Gets and sets the property Id.
            <para>
            The value of <code>Id</code> for the traffic policy for which you want to update the
            comment.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.UpdateTrafficPolicyCommentRequest.Version">
            <summary>
            Gets and sets the property Version.
            <para>
            The value of <code>Version</code> for the traffic policy for which you want to update
            the comment.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.UpdateTrafficPolicyCommentRequest.Comment">
            <summary>
            Gets and sets the property Comment.
            <para>
            The new comment for the specified traffic policy and version.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.UpdateTrafficPolicyCommentResponse">
            <summary>
            A complex type that contains the response information for the traffic policy.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.UpdateTrafficPolicyCommentResponse.TrafficPolicy">
            <summary>
            Gets and sets the property TrafficPolicy.
            <para>
            A complex type that contains settings for the specified traffic policy.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.UpdateTrafficPolicyInstanceRequest">
            <summary>
            Container for the parameters to the UpdateTrafficPolicyInstance operation.
            Updates the resource record sets in a specified hosted zone that were created based
            on the settings in a specified traffic policy version.
             
             <important>The DNS type of the resource record sets that you're updating must match
            the DNS type in the JSON document that is associated with the traffic policy version
            that you're using to update the traffic policy instance.</important>
            <para>
            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:
            </para>
             <ol> <li>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. </li>
            <li>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.</li> <li>Amazon Route 53 deletes the old group
            of resource record sets that are associated with the root resource record set name.</li>
            </ol>
            <para>
            To update a traffic policy instance, send a <code>POST</code> request to the <code>/2013-04-01/trafficpolicyinstance/<i>traffic
            policy ID</i></code> resource. The request body must include an XML document with
            an <code>UpdateTrafficPolicyInstanceRequest</code> element.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.UpdateTrafficPolicyInstanceRequest.Id">
            <summary>
            Gets and sets the property Id.
            <para>
            The ID of the traffic policy instance that you want to update.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.UpdateTrafficPolicyInstanceRequest.TTL">
            <summary>
            Gets and sets the property TTL.
            <para>
            The TTL that you want Amazon Route 53 to assign to all of the updated resource record
            sets.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.UpdateTrafficPolicyInstanceRequest.TrafficPolicyId">
            <summary>
            Gets and sets the property TrafficPolicyId.
            <para>
            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.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.UpdateTrafficPolicyInstanceRequest.TrafficPolicyVersion">
            <summary>
            Gets and sets the property TrafficPolicyVersion.
            <para>
            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.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.UpdateTrafficPolicyInstanceResponse">
            <summary>
            A complex type that contains information about the resource record sets that Amazon
            Route 53 created based on a specified traffic policy.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.UpdateTrafficPolicyInstanceResponse.TrafficPolicyInstance">
            <summary>
            Gets and sets the property TrafficPolicyInstance.
            <para>
            A complex type that contains settings for the updated traffic policy instance.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.VPC">
            <summary>
             
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.VPC.VPCRegion">
            <summary>
            Gets and sets the property VPCRegion.
            </summary>
        </member>
        <member name="P:Amazon.Route53.Model.VPC.VPCId">
            <summary>
            Gets and sets the property VPCId.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.VPCAssociationNotFoundException">
            <summary>
             Route53 exception
             </summary>
        </member>
        <member name="M:Amazon.Route53.Model.VPCAssociationNotFoundException.#ctor(System.String)">
            <summary>
            Constructs a new VPCAssociationNotFoundException with the specified error
            message.
            </summary>
            <param name="message">
            Describes the error encountered.
            </param>
        </member>
        <member name="M:Amazon.Route53.Model.VPCAssociationNotFoundException.#ctor(System.String,System.Exception)">
            <summary>
            Construct instance of VPCAssociationNotFoundException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.VPCAssociationNotFoundException.#ctor(System.Exception)">
            <summary>
            Construct instance of VPCAssociationNotFoundException
            </summary>
            <param name="innerException"></param>
        </member>
        <member name="M:Amazon.Route53.Model.VPCAssociationNotFoundException.#ctor(System.String,System.Exception,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of VPCAssociationNotFoundException
            </summary>
            <param name="message"></param>
            <param name="innerException"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="M:Amazon.Route53.Model.VPCAssociationNotFoundException.#ctor(System.String,Amazon.Runtime.ErrorType,System.String,System.String,System.Net.HttpStatusCode)">
            <summary>
            Construct instance of VPCAssociationNotFoundException
            </summary>
            <param name="message"></param>
            <param name="errorType"></param>
            <param name="errorCode"></param>
            <param name="requestId"></param>
            <param name="statusCode"></param>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.AliasTargetUnmarshaller">
            <summary>
            Response Unmarshaller for AliasTarget Object
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.AliasTargetUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.AliasTargetUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.AssociateVPCWithHostedZoneRequestMarshaller">
            <summary>
            AssociateVPCWithHostedZone Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.AssociateVPCWithHostedZoneRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.AssociateVPCWithHostedZoneRequestMarshaller.Marshall(Amazon.Route53.Model.AssociateVPCWithHostedZoneRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.AssociateVPCWithHostedZoneResponseUnmarshaller">
            <summary>
            Response Unmarshaller for AssociateVPCWithHostedZone operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.AssociateVPCWithHostedZoneResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.AssociateVPCWithHostedZoneResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.AssociateVPCWithHostedZoneResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ChangeBatchRecordUnmarshaller">
            <summary>
            Response Unmarshaller for ChangeBatchRecord Object
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ChangeBatchRecordUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.ChangeBatchRecordUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ChangeInfoUnmarshaller">
            <summary>
            Response Unmarshaller for ChangeInfo Object
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ChangeInfoUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.ChangeInfoUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ChangeResourceRecordSetsRequestMarshaller">
            <summary>
            ChangeResourceRecordSets Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ChangeResourceRecordSetsRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ChangeResourceRecordSetsRequestMarshaller.Marshall(Amazon.Route53.Model.ChangeResourceRecordSetsRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ChangeResourceRecordSetsResponseUnmarshaller">
            <summary>
            Response Unmarshaller for ChangeResourceRecordSets operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ChangeResourceRecordSetsResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ChangeResourceRecordSetsResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.ChangeResourceRecordSetsResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ChangeTagsForResourceRequestMarshaller">
            <summary>
            ChangeTagsForResource Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ChangeTagsForResourceRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ChangeTagsForResourceRequestMarshaller.Marshall(Amazon.Route53.Model.ChangeTagsForResourceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ChangeTagsForResourceResponseUnmarshaller">
            <summary>
            Response Unmarshaller for ChangeTagsForResource operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ChangeTagsForResourceResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ChangeTagsForResourceResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.ChangeTagsForResourceResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ChangeUnmarshaller">
            <summary>
            Response Unmarshaller for Change Object
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ChangeUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.ChangeUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.CreateHealthCheckRequestMarshaller">
            <summary>
            CreateHealthCheck Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.CreateHealthCheckRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.CreateHealthCheckRequestMarshaller.Marshall(Amazon.Route53.Model.CreateHealthCheckRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.CreateHealthCheckResponseUnmarshaller">
            <summary>
            Response Unmarshaller for CreateHealthCheck operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.CreateHealthCheckResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.CreateHealthCheckResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.CreateHealthCheckResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.CreateHostedZoneRequestMarshaller">
            <summary>
            CreateHostedZone Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.CreateHostedZoneRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.CreateHostedZoneRequestMarshaller.Marshall(Amazon.Route53.Model.CreateHostedZoneRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.CreateHostedZoneResponseUnmarshaller">
            <summary>
            Response Unmarshaller for CreateHostedZone operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.CreateHostedZoneResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.CreateHostedZoneResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.CreateHostedZoneResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.CreateReusableDelegationSetRequestMarshaller">
            <summary>
            CreateReusableDelegationSet Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.CreateReusableDelegationSetRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.CreateReusableDelegationSetRequestMarshaller.Marshall(Amazon.Route53.Model.CreateReusableDelegationSetRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.CreateReusableDelegationSetResponseUnmarshaller">
            <summary>
            Response Unmarshaller for CreateReusableDelegationSet operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.CreateReusableDelegationSetResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.CreateReusableDelegationSetResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.CreateReusableDelegationSetResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.CreateTrafficPolicyInstanceRequestMarshaller">
            <summary>
            CreateTrafficPolicyInstance Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.CreateTrafficPolicyInstanceRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.CreateTrafficPolicyInstanceRequestMarshaller.Marshall(Amazon.Route53.Model.CreateTrafficPolicyInstanceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.CreateTrafficPolicyInstanceResponseUnmarshaller">
            <summary>
            Response Unmarshaller for CreateTrafficPolicyInstance operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.CreateTrafficPolicyInstanceResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.CreateTrafficPolicyInstanceResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.CreateTrafficPolicyInstanceResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.CreateTrafficPolicyRequestMarshaller">
            <summary>
            CreateTrafficPolicy Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.CreateTrafficPolicyRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.CreateTrafficPolicyRequestMarshaller.Marshall(Amazon.Route53.Model.CreateTrafficPolicyRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.CreateTrafficPolicyResponseUnmarshaller">
            <summary>
            Response Unmarshaller for CreateTrafficPolicy operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.CreateTrafficPolicyResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.CreateTrafficPolicyResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.CreateTrafficPolicyResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.CreateTrafficPolicyVersionRequestMarshaller">
            <summary>
            CreateTrafficPolicyVersion Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.CreateTrafficPolicyVersionRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.CreateTrafficPolicyVersionRequestMarshaller.Marshall(Amazon.Route53.Model.CreateTrafficPolicyVersionRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.CreateTrafficPolicyVersionResponseUnmarshaller">
            <summary>
            Response Unmarshaller for CreateTrafficPolicyVersion operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.CreateTrafficPolicyVersionResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.CreateTrafficPolicyVersionResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.CreateTrafficPolicyVersionResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.DelegationSetUnmarshaller">
            <summary>
            Response Unmarshaller for DelegationSet Object
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.DelegationSetUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.DelegationSetUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteHealthCheckRequestMarshaller">
            <summary>
            DeleteHealthCheck Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteHealthCheckRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteHealthCheckRequestMarshaller.Marshall(Amazon.Route53.Model.DeleteHealthCheckRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteHealthCheckResponseUnmarshaller">
            <summary>
            Response Unmarshaller for DeleteHealthCheck operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteHealthCheckResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteHealthCheckResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteHealthCheckResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteHostedZoneRequestMarshaller">
            <summary>
            DeleteHostedZone Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteHostedZoneRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteHostedZoneRequestMarshaller.Marshall(Amazon.Route53.Model.DeleteHostedZoneRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteHostedZoneResponseUnmarshaller">
            <summary>
            Response Unmarshaller for DeleteHostedZone operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteHostedZoneResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteHostedZoneResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteHostedZoneResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteReusableDelegationSetRequestMarshaller">
            <summary>
            DeleteReusableDelegationSet Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteReusableDelegationSetRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteReusableDelegationSetRequestMarshaller.Marshall(Amazon.Route53.Model.DeleteReusableDelegationSetRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteReusableDelegationSetResponseUnmarshaller">
            <summary>
            Response Unmarshaller for DeleteReusableDelegationSet operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteReusableDelegationSetResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteReusableDelegationSetResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteReusableDelegationSetResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteTrafficPolicyInstanceRequestMarshaller">
            <summary>
            DeleteTrafficPolicyInstance Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteTrafficPolicyInstanceRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteTrafficPolicyInstanceRequestMarshaller.Marshall(Amazon.Route53.Model.DeleteTrafficPolicyInstanceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteTrafficPolicyInstanceResponseUnmarshaller">
            <summary>
            Response Unmarshaller for DeleteTrafficPolicyInstance operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteTrafficPolicyInstanceResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteTrafficPolicyInstanceResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteTrafficPolicyInstanceResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteTrafficPolicyRequestMarshaller">
            <summary>
            DeleteTrafficPolicy Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteTrafficPolicyRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteTrafficPolicyRequestMarshaller.Marshall(Amazon.Route53.Model.DeleteTrafficPolicyRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteTrafficPolicyResponseUnmarshaller">
            <summary>
            Response Unmarshaller for DeleteTrafficPolicy operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteTrafficPolicyResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteTrafficPolicyResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.DeleteTrafficPolicyResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.DisassociateVPCFromHostedZoneRequestMarshaller">
            <summary>
            DisassociateVPCFromHostedZone Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.DisassociateVPCFromHostedZoneRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.DisassociateVPCFromHostedZoneRequestMarshaller.Marshall(Amazon.Route53.Model.DisassociateVPCFromHostedZoneRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.DisassociateVPCFromHostedZoneResponseUnmarshaller">
            <summary>
            Response Unmarshaller for DisassociateVPCFromHostedZone operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.DisassociateVPCFromHostedZoneResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.DisassociateVPCFromHostedZoneResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.DisassociateVPCFromHostedZoneResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GeoLocationDetailsUnmarshaller">
            <summary>
            Response Unmarshaller for GeoLocationDetails Object
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GeoLocationDetailsUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.GeoLocationDetailsUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GeoLocationUnmarshaller">
            <summary>
            Response Unmarshaller for GeoLocation Object
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GeoLocationUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.GeoLocationUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GetChangeDetailsRequestMarshaller">
            <summary>
            GetChangeDetails Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetChangeDetailsRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetChangeDetailsRequestMarshaller.Marshall(Amazon.Route53.Model.GetChangeDetailsRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GetChangeDetailsResponseUnmarshaller">
            <summary>
            Response Unmarshaller for GetChangeDetails operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetChangeDetailsResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetChangeDetailsResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.GetChangeDetailsResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GetChangeRequestMarshaller">
            <summary>
            GetChange Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetChangeRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetChangeRequestMarshaller.Marshall(Amazon.Route53.Model.GetChangeRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GetChangeResponseUnmarshaller">
            <summary>
            Response Unmarshaller for GetChange operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetChangeResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetChangeResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.GetChangeResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GetCheckerIpRangesRequestMarshaller">
            <summary>
            GetCheckerIpRanges Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetCheckerIpRangesRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetCheckerIpRangesRequestMarshaller.Marshall(Amazon.Route53.Model.GetCheckerIpRangesRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GetCheckerIpRangesResponseUnmarshaller">
            <summary>
            Response Unmarshaller for GetCheckerIpRanges operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetCheckerIpRangesResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetCheckerIpRangesResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.GetCheckerIpRangesResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GetGeoLocationRequestMarshaller">
            <summary>
            GetGeoLocation Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetGeoLocationRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetGeoLocationRequestMarshaller.Marshall(Amazon.Route53.Model.GetGeoLocationRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GetGeoLocationResponseUnmarshaller">
            <summary>
            Response Unmarshaller for GetGeoLocation operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetGeoLocationResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetGeoLocationResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.GetGeoLocationResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GetHealthCheckCountRequestMarshaller">
            <summary>
            GetHealthCheckCount Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetHealthCheckCountRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetHealthCheckCountRequestMarshaller.Marshall(Amazon.Route53.Model.GetHealthCheckCountRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GetHealthCheckCountResponseUnmarshaller">
            <summary>
            Response Unmarshaller for GetHealthCheckCount operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetHealthCheckCountResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetHealthCheckCountResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.GetHealthCheckCountResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GetHealthCheckLastFailureReasonRequestMarshaller">
            <summary>
            GetHealthCheckLastFailureReason Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetHealthCheckLastFailureReasonRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetHealthCheckLastFailureReasonRequestMarshaller.Marshall(Amazon.Route53.Model.GetHealthCheckLastFailureReasonRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GetHealthCheckLastFailureReasonResponseUnmarshaller">
            <summary>
            Response Unmarshaller for GetHealthCheckLastFailureReason operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetHealthCheckLastFailureReasonResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetHealthCheckLastFailureReasonResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.GetHealthCheckLastFailureReasonResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GetHealthCheckRequestMarshaller">
            <summary>
            GetHealthCheck Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetHealthCheckRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetHealthCheckRequestMarshaller.Marshall(Amazon.Route53.Model.GetHealthCheckRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GetHealthCheckResponseUnmarshaller">
            <summary>
            Response Unmarshaller for GetHealthCheck operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetHealthCheckResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetHealthCheckResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.GetHealthCheckResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GetHealthCheckStatusRequestMarshaller">
            <summary>
            GetHealthCheckStatus Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetHealthCheckStatusRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetHealthCheckStatusRequestMarshaller.Marshall(Amazon.Route53.Model.GetHealthCheckStatusRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GetHealthCheckStatusResponseUnmarshaller">
            <summary>
            Response Unmarshaller for GetHealthCheckStatus operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetHealthCheckStatusResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetHealthCheckStatusResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.GetHealthCheckStatusResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GetHostedZoneCountRequestMarshaller">
            <summary>
            GetHostedZoneCount Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetHostedZoneCountRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetHostedZoneCountRequestMarshaller.Marshall(Amazon.Route53.Model.GetHostedZoneCountRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GetHostedZoneCountResponseUnmarshaller">
            <summary>
            Response Unmarshaller for GetHostedZoneCount operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetHostedZoneCountResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetHostedZoneCountResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.GetHostedZoneCountResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GetHostedZoneRequestMarshaller">
            <summary>
            GetHostedZone Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetHostedZoneRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetHostedZoneRequestMarshaller.Marshall(Amazon.Route53.Model.GetHostedZoneRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GetHostedZoneResponseUnmarshaller">
            <summary>
            Response Unmarshaller for GetHostedZone operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetHostedZoneResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetHostedZoneResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.GetHostedZoneResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GetReusableDelegationSetRequestMarshaller">
            <summary>
            GetReusableDelegationSet Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetReusableDelegationSetRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetReusableDelegationSetRequestMarshaller.Marshall(Amazon.Route53.Model.GetReusableDelegationSetRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GetReusableDelegationSetResponseUnmarshaller">
            <summary>
            Response Unmarshaller for GetReusableDelegationSet operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetReusableDelegationSetResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetReusableDelegationSetResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.GetReusableDelegationSetResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GetTrafficPolicyInstanceCountRequestMarshaller">
            <summary>
            GetTrafficPolicyInstanceCount Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetTrafficPolicyInstanceCountRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetTrafficPolicyInstanceCountRequestMarshaller.Marshall(Amazon.Route53.Model.GetTrafficPolicyInstanceCountRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GetTrafficPolicyInstanceCountResponseUnmarshaller">
            <summary>
            Response Unmarshaller for GetTrafficPolicyInstanceCount operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetTrafficPolicyInstanceCountResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetTrafficPolicyInstanceCountResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.GetTrafficPolicyInstanceCountResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GetTrafficPolicyInstanceRequestMarshaller">
            <summary>
            GetTrafficPolicyInstance Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetTrafficPolicyInstanceRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetTrafficPolicyInstanceRequestMarshaller.Marshall(Amazon.Route53.Model.GetTrafficPolicyInstanceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GetTrafficPolicyInstanceResponseUnmarshaller">
            <summary>
            Response Unmarshaller for GetTrafficPolicyInstance operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetTrafficPolicyInstanceResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetTrafficPolicyInstanceResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.GetTrafficPolicyInstanceResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GetTrafficPolicyRequestMarshaller">
            <summary>
            GetTrafficPolicy Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetTrafficPolicyRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetTrafficPolicyRequestMarshaller.Marshall(Amazon.Route53.Model.GetTrafficPolicyRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.GetTrafficPolicyResponseUnmarshaller">
            <summary>
            Response Unmarshaller for GetTrafficPolicy operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetTrafficPolicyResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.GetTrafficPolicyResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.GetTrafficPolicyResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.HealthCheckConfigUnmarshaller">
            <summary>
            Response Unmarshaller for HealthCheckConfig Object
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.HealthCheckConfigUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.HealthCheckConfigUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.HealthCheckObservationUnmarshaller">
            <summary>
            Response Unmarshaller for HealthCheckObservation Object
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.HealthCheckObservationUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.HealthCheckObservationUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.HealthCheckUnmarshaller">
            <summary>
            Response Unmarshaller for HealthCheck Object
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.HealthCheckUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.HealthCheckUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.HostedZoneConfigUnmarshaller">
            <summary>
            Response Unmarshaller for HostedZoneConfig Object
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.HostedZoneConfigUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.HostedZoneConfigUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.HostedZoneUnmarshaller">
            <summary>
            Response Unmarshaller for HostedZone Object
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.HostedZoneUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.HostedZoneUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListChangeBatchesByHostedZoneRequestMarshaller">
            <summary>
            ListChangeBatchesByHostedZone Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListChangeBatchesByHostedZoneRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListChangeBatchesByHostedZoneRequestMarshaller.Marshall(Amazon.Route53.Model.ListChangeBatchesByHostedZoneRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListChangeBatchesByHostedZoneResponseUnmarshaller">
            <summary>
            Response Unmarshaller for ListChangeBatchesByHostedZone operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListChangeBatchesByHostedZoneResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListChangeBatchesByHostedZoneResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.ListChangeBatchesByHostedZoneResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListChangeBatchesByRRSetRequestMarshaller">
            <summary>
            ListChangeBatchesByRRSet Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListChangeBatchesByRRSetRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListChangeBatchesByRRSetRequestMarshaller.Marshall(Amazon.Route53.Model.ListChangeBatchesByRRSetRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListChangeBatchesByRRSetResponseUnmarshaller">
            <summary>
            Response Unmarshaller for ListChangeBatchesByRRSet operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListChangeBatchesByRRSetResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListChangeBatchesByRRSetResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.ListChangeBatchesByRRSetResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListGeoLocationsRequestMarshaller">
            <summary>
            ListGeoLocations Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListGeoLocationsRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListGeoLocationsRequestMarshaller.Marshall(Amazon.Route53.Model.ListGeoLocationsRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListGeoLocationsResponseUnmarshaller">
            <summary>
            Response Unmarshaller for ListGeoLocations operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListGeoLocationsResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListGeoLocationsResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.ListGeoLocationsResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListHealthChecksRequestMarshaller">
            <summary>
            ListHealthChecks Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListHealthChecksRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListHealthChecksRequestMarshaller.Marshall(Amazon.Route53.Model.ListHealthChecksRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListHealthChecksResponseUnmarshaller">
            <summary>
            Response Unmarshaller for ListHealthChecks operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListHealthChecksResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListHealthChecksResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.ListHealthChecksResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListHostedZonesByNameRequestMarshaller">
            <summary>
            ListHostedZonesByName Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListHostedZonesByNameRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListHostedZonesByNameRequestMarshaller.Marshall(Amazon.Route53.Model.ListHostedZonesByNameRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListHostedZonesByNameResponseUnmarshaller">
            <summary>
            Response Unmarshaller for ListHostedZonesByName operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListHostedZonesByNameResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListHostedZonesByNameResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.ListHostedZonesByNameResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListHostedZonesRequestMarshaller">
            <summary>
            ListHostedZones Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListHostedZonesRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListHostedZonesRequestMarshaller.Marshall(Amazon.Route53.Model.ListHostedZonesRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListHostedZonesResponseUnmarshaller">
            <summary>
            Response Unmarshaller for ListHostedZones operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListHostedZonesResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListHostedZonesResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.ListHostedZonesResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListResourceRecordSetsRequestMarshaller">
            <summary>
            ListResourceRecordSets Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListResourceRecordSetsRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListResourceRecordSetsRequestMarshaller.Marshall(Amazon.Route53.Model.ListResourceRecordSetsRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListResourceRecordSetsResponseUnmarshaller">
            <summary>
            Response Unmarshaller for ListResourceRecordSets operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListResourceRecordSetsResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListResourceRecordSetsResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.ListResourceRecordSetsResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListReusableDelegationSetsRequestMarshaller">
            <summary>
            ListReusableDelegationSets Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListReusableDelegationSetsRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListReusableDelegationSetsRequestMarshaller.Marshall(Amazon.Route53.Model.ListReusableDelegationSetsRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListReusableDelegationSetsResponseUnmarshaller">
            <summary>
            Response Unmarshaller for ListReusableDelegationSets operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListReusableDelegationSetsResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListReusableDelegationSetsResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.ListReusableDelegationSetsResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListTagsForResourceRequestMarshaller">
            <summary>
            ListTagsForResource Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListTagsForResourceRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListTagsForResourceRequestMarshaller.Marshall(Amazon.Route53.Model.ListTagsForResourceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListTagsForResourceResponseUnmarshaller">
            <summary>
            Response Unmarshaller for ListTagsForResource operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListTagsForResourceResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListTagsForResourceResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.ListTagsForResourceResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListTagsForResourcesRequestMarshaller">
            <summary>
            ListTagsForResources Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListTagsForResourcesRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListTagsForResourcesRequestMarshaller.Marshall(Amazon.Route53.Model.ListTagsForResourcesRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListTagsForResourcesResponseUnmarshaller">
            <summary>
            Response Unmarshaller for ListTagsForResources operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListTagsForResourcesResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListTagsForResourcesResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.ListTagsForResourcesResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPoliciesRequestMarshaller">
            <summary>
            ListTrafficPolicies Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPoliciesRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPoliciesRequestMarshaller.Marshall(Amazon.Route53.Model.ListTrafficPoliciesRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPoliciesResponseUnmarshaller">
            <summary>
            Response Unmarshaller for ListTrafficPolicies operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPoliciesResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPoliciesResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPoliciesResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPolicyInstancesByHostedZoneRequestMarshaller">
            <summary>
            ListTrafficPolicyInstancesByHostedZone Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPolicyInstancesByHostedZoneRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPolicyInstancesByHostedZoneRequestMarshaller.Marshall(Amazon.Route53.Model.ListTrafficPolicyInstancesByHostedZoneRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPolicyInstancesByHostedZoneResponseUnmarshaller">
            <summary>
            Response Unmarshaller for ListTrafficPolicyInstancesByHostedZone operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPolicyInstancesByHostedZoneResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPolicyInstancesByHostedZoneResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPolicyInstancesByHostedZoneResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPolicyInstancesByPolicyRequestMarshaller">
            <summary>
            ListTrafficPolicyInstancesByPolicy Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPolicyInstancesByPolicyRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPolicyInstancesByPolicyRequestMarshaller.Marshall(Amazon.Route53.Model.ListTrafficPolicyInstancesByPolicyRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPolicyInstancesByPolicyResponseUnmarshaller">
            <summary>
            Response Unmarshaller for ListTrafficPolicyInstancesByPolicy operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPolicyInstancesByPolicyResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPolicyInstancesByPolicyResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPolicyInstancesByPolicyResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPolicyInstancesRequestMarshaller">
            <summary>
            ListTrafficPolicyInstances Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPolicyInstancesRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPolicyInstancesRequestMarshaller.Marshall(Amazon.Route53.Model.ListTrafficPolicyInstancesRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPolicyInstancesResponseUnmarshaller">
            <summary>
            Response Unmarshaller for ListTrafficPolicyInstances operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPolicyInstancesResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPolicyInstancesResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPolicyInstancesResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPolicyVersionsRequestMarshaller">
            <summary>
            ListTrafficPolicyVersions Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPolicyVersionsRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPolicyVersionsRequestMarshaller.Marshall(Amazon.Route53.Model.ListTrafficPolicyVersionsRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPolicyVersionsResponseUnmarshaller">
            <summary>
            Response Unmarshaller for ListTrafficPolicyVersions operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPolicyVersionsResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPolicyVersionsResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.ListTrafficPolicyVersionsResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ResourceRecordSetUnmarshaller">
            <summary>
            Response Unmarshaller for ResourceRecordSet Object
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ResourceRecordSetUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.ResourceRecordSetUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ResourceRecordUnmarshaller">
            <summary>
            Response Unmarshaller for ResourceRecord Object
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ResourceRecordUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.ResourceRecordUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.ResourceTagSetUnmarshaller">
            <summary>
            Response Unmarshaller for ResourceTagSet Object
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.ResourceTagSetUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.ResourceTagSetUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.StatusReportUnmarshaller">
            <summary>
            Response Unmarshaller for StatusReport Object
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.StatusReportUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.StatusReportUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.TagUnmarshaller">
            <summary>
            Response Unmarshaller for Tag Object
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.TagUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.TagUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.TrafficPolicyInstanceUnmarshaller">
            <summary>
            Response Unmarshaller for TrafficPolicyInstance Object
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.TrafficPolicyInstanceUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.TrafficPolicyInstanceUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.TrafficPolicySummaryUnmarshaller">
            <summary>
            Response Unmarshaller for TrafficPolicySummary Object
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.TrafficPolicySummaryUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.TrafficPolicySummaryUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.TrafficPolicyUnmarshaller">
            <summary>
            Response Unmarshaller for TrafficPolicy Object
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.TrafficPolicyUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.TrafficPolicyUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.UpdateHealthCheckRequestMarshaller">
            <summary>
            UpdateHealthCheck Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.UpdateHealthCheckRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.UpdateHealthCheckRequestMarshaller.Marshall(Amazon.Route53.Model.UpdateHealthCheckRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.UpdateHealthCheckResponseUnmarshaller">
            <summary>
            Response Unmarshaller for UpdateHealthCheck operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.UpdateHealthCheckResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.UpdateHealthCheckResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.UpdateHealthCheckResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.UpdateHostedZoneCommentRequestMarshaller">
            <summary>
            UpdateHostedZoneComment Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.UpdateHostedZoneCommentRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.UpdateHostedZoneCommentRequestMarshaller.Marshall(Amazon.Route53.Model.UpdateHostedZoneCommentRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.UpdateHostedZoneCommentResponseUnmarshaller">
            <summary>
            Response Unmarshaller for UpdateHostedZoneComment operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.UpdateHostedZoneCommentResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.UpdateHostedZoneCommentResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.UpdateHostedZoneCommentResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.UpdateTrafficPolicyCommentRequestMarshaller">
            <summary>
            UpdateTrafficPolicyComment Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.UpdateTrafficPolicyCommentRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.UpdateTrafficPolicyCommentRequestMarshaller.Marshall(Amazon.Route53.Model.UpdateTrafficPolicyCommentRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.UpdateTrafficPolicyCommentResponseUnmarshaller">
            <summary>
            Response Unmarshaller for UpdateTrafficPolicyComment operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.UpdateTrafficPolicyCommentResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.UpdateTrafficPolicyCommentResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.UpdateTrafficPolicyCommentResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.UpdateTrafficPolicyInstanceRequestMarshaller">
            <summary>
            UpdateTrafficPolicyInstance Request Marshaller
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.UpdateTrafficPolicyInstanceRequestMarshaller.Marshall(Amazon.Runtime.AmazonWebServiceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.UpdateTrafficPolicyInstanceRequestMarshaller.Marshall(Amazon.Route53.Model.UpdateTrafficPolicyInstanceRequest)">
            <summary>
            Marshaller the request object to the HTTP request.
            </summary>
            <param name="publicRequest"></param>
            <returns></returns>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.UpdateTrafficPolicyInstanceResponseUnmarshaller">
            <summary>
            Response Unmarshaller for UpdateTrafficPolicyInstance operation
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.UpdateTrafficPolicyInstanceResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.UpdateTrafficPolicyInstanceResponseUnmarshaller.UnmarshallException(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext,System.Exception,System.Net.HttpStatusCode)">
            <summary>
            Unmarshaller error response to exception.
            </summary>
            <param name="context"></param>
            <param name="innerException"></param>
            <param name="statusCode"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.UpdateTrafficPolicyInstanceResponseUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.Model.Internal.MarshallTransformations.VPCUnmarshaller">
            <summary>
            Response Unmarshaller for VPC Object
            </summary>
        </member>
        <member name="M:Amazon.Route53.Model.Internal.MarshallTransformations.VPCUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)">
            <summary>
            Unmarshaller the response from the service to the response class.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="P:Amazon.Route53.Model.Internal.MarshallTransformations.VPCUnmarshaller.Instance">
            <summary>
            Gets the singleton.
            </summary>
        </member>
        <member name="T:Amazon.Route53.AmazonRoute53Request">
            <summary>
            Base class for Route53 operation requests.
            </summary>
        </member>
        <member name="T:Amazon.Route53.AmazonRoute53Client">
             <summary>
             Implementation for accessing Route53
             
              
             </summary>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.#ctor">
             <summary>
             Constructs AmazonRoute53Client with the credentials loaded from the application's
             default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
              
             Example App.config with credentials set.
             <code>
             &lt;?xml version="1.0" encoding="utf-8" ?&gt;
             &lt;configuration&gt;
                 &lt;appSettings&gt;
                     &lt;add key="AWSProfileName" value="AWS Default"/&gt;
                 &lt;/appSettings&gt;
             &lt;/configuration&gt;
             </code>
             
             </summary>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.#ctor(Amazon.RegionEndpoint)">
             <summary>
             Constructs AmazonRoute53Client with the credentials loaded from the application's
             default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
              
             Example App.config with credentials set.
             <code>
             &lt;?xml version="1.0" encoding="utf-8" ?&gt;
             &lt;configuration&gt;
                 &lt;appSettings&gt;
                     &lt;add key="AWSProfileName" value="AWS Default"/&gt;
                 &lt;/appSettings&gt;
             &lt;/configuration&gt;
             </code>
             
             </summary>
             <param name="region">The region to connect.</param>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.#ctor(Amazon.Route53.AmazonRoute53Config)">
             <summary>
             Constructs AmazonRoute53Client with the credentials loaded from the application's
             default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
              
             Example App.config with credentials set.
             <code>
             &lt;?xml version="1.0" encoding="utf-8" ?&gt;
             &lt;configuration&gt;
                 &lt;appSettings&gt;
                     &lt;add key="AWSProfileName" value="AWS Default"/&gt;
                 &lt;/appSettings&gt;
             &lt;/configuration&gt;
             </code>
             
             </summary>
             <param name="config">The AmazonRoute53Client Configuration Object</param>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.#ctor(Amazon.Runtime.AWSCredentials)">
            <summary>
            Constructs AmazonRoute53Client with AWS Credentials
            </summary>
            <param name="credentials">AWS Credentials</param>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)">
            <summary>
            Constructs AmazonRoute53Client with AWS Credentials
            </summary>
            <param name="credentials">AWS Credentials</param>
            <param name="region">The region to connect.</param>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.#ctor(Amazon.Runtime.AWSCredentials,Amazon.Route53.AmazonRoute53Config)">
            <summary>
            Constructs AmazonRoute53Client with AWS Credentials and an
            AmazonRoute53Client Configuration object.
            </summary>
            <param name="credentials">AWS Credentials</param>
            <param name="clientConfig">The AmazonRoute53Client Configuration Object</param>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.#ctor(System.String,System.String)">
            <summary>
            Constructs AmazonRoute53Client with AWS Access Key ID and AWS Secret Key
            </summary>
            <param name="awsAccessKeyId">AWS Access Key ID</param>
            <param name="awsSecretAccessKey">AWS Secret Access Key</param>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.#ctor(System.String,System.String,Amazon.RegionEndpoint)">
            <summary>
            Constructs AmazonRoute53Client with AWS Access Key ID and AWS Secret Key
            </summary>
            <param name="awsAccessKeyId">AWS Access Key ID</param>
            <param name="awsSecretAccessKey">AWS Secret Access Key</param>
            <param name="region">The region to connect.</param>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.#ctor(System.String,System.String,Amazon.Route53.AmazonRoute53Config)">
            <summary>
            Constructs AmazonRoute53Client with AWS Access Key ID, AWS Secret Key and an
            AmazonRoute53Client Configuration object.
            </summary>
            <param name="awsAccessKeyId">AWS Access Key ID</param>
            <param name="awsSecretAccessKey">AWS Secret Access Key</param>
            <param name="clientConfig">The AmazonRoute53Client Configuration Object</param>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.#ctor(System.String,System.String,System.String)">
            <summary>
            Constructs AmazonRoute53Client with AWS Access Key ID and AWS Secret Key
            </summary>
            <param name="awsAccessKeyId">AWS Access Key ID</param>
            <param name="awsSecretAccessKey">AWS Secret Access Key</param>
            <param name="awsSessionToken">AWS Session Token</param>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)">
            <summary>
            Constructs AmazonRoute53Client with AWS Access Key ID and AWS Secret Key
            </summary>
            <param name="awsAccessKeyId">AWS Access Key ID</param>
            <param name="awsSecretAccessKey">AWS Secret Access Key</param>
            <param name="awsSessionToken">AWS Session Token</param>
            <param name="region">The region to connect.</param>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.#ctor(System.String,System.String,System.String,Amazon.Route53.AmazonRoute53Config)">
            <summary>
            Constructs AmazonRoute53Client with AWS Access Key ID, AWS Secret Key and an
            AmazonRoute53Client Configuration object.
            </summary>
            <param name="awsAccessKeyId">AWS Access Key ID</param>
            <param name="awsSecretAccessKey">AWS Secret Access Key</param>
            <param name="awsSessionToken">AWS Session Token</param>
            <param name="clientConfig">The AmazonRoute53Client Configuration Object</param>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.CreateSigner">
            <summary>
            Creates the signer for the service.
            </summary>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.CustomizeRuntimePipeline(Amazon.Runtime.Internal.RuntimePipeline)">
            <summary>
            Customize the pipeline
            </summary>
            <param name="pipeline"></param>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.Dispose(System.Boolean)">
            <summary>
            Disposes the service client.
            </summary>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.AssociateVPCWithHostedZone(Amazon.Route53.Model.AssociateVPCWithHostedZoneRequest)">
            <summary>
            This action associates a VPC with an hosted zone.
             
              
            <para>
            To associate a VPC with an hosted zone, send a <code>POST</code> request to the <code>2013-04-01/hostedzone/<i>hosted
            zone ID</i>/associatevpc</code> resource. The request body must include an XML document
            with a <code>AssociateVPCWithHostedZoneRequest</code> element. The response returns
            the <code>AssociateVPCWithHostedZoneResponse</code> element that contains <code>ChangeInfo</code>
            for you to track the progress of the <code>AssociateVPCWithHostedZoneRequest</code>
            you made. See <code>GetChange</code> operation for how to track the progress of your
            change.
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the AssociateVPCWithHostedZone service method.</param>
             
            <returns>The response from the AssociateVPCWithHostedZone service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.ConflictingDomainExistsException">
             
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidVPCIdException">
            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 <code>VPCId</code> does not
            belong to you.
            </exception>
            <exception cref="T:Amazon.Route53.Model.LimitsExceededException">
            The limits specified for a resource have been exceeded.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHostedZoneException">
             
            </exception>
            <exception cref="T:Amazon.Route53.Model.PublicZoneVPCAssociationException">
            The hosted zone you are trying to associate VPC with doesn't have any VPC association.
            Amazon Route 53 currently doesn't support associate a VPC with a public hosted zone.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.AssociateVPCWithHostedZoneAsync(Amazon.Route53.Model.AssociateVPCWithHostedZoneRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the AssociateVPCWithHostedZone operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the AssociateVPCWithHostedZone operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ChangeResourceRecordSets(Amazon.Route53.Model.ChangeResourceRecordSetsRequest)">
            <summary>
            Use this action to create or change your authoritative DNS information. To use this
            action, send a <code>POST</code> request to the <code>2013-04-01/hostedzone/<i>hosted
            Zone ID</i>/rrset</code> resource. The request body must include an XML document with
            a <code>ChangeResourceRecordSetsRequest</code> element.
             
              
            <para>
            Changes are a list of change items and are considered transactional. For more information
            on transactional changes, also known as change batches, see <a href="http://docs.aws.amazon.com/Route53/latest/APIReference/">POST
            ChangeResourceRecordSets</a> in the <i>Amazon Route 53 API Reference</i>.
            </para>
             <important>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 <code>InvalidChangeBatch</code>
            error.</important>
            <para>
            In response to a <code>ChangeResourceRecordSets</code> request, your DNS data is changed
            on all Amazon Route 53 DNS servers. Initially, the status of a change is <code>PENDING</code>.
            This means the change has not yet propagated to all the authoritative Amazon Route
            53 DNS servers. When the change is propagated to all hosts, the change returns a status
            of <code>INSYNC</code>.
            </para>
              
            <para>
            Note the following limitations on a <code>ChangeResourceRecordSets</code> request:
            </para>
             <ul> <li>A request cannot contain more than 100 Change elements.</li> <li> A request
            cannot contain more than 1000 ResourceRecord elements.</li> <li>The sum of the number
            of characters (including spaces) in all <code>Value</code> elements in a request cannot
            exceed 32,000 characters.</li> </ul>
            </summary>
            <param name="request">Container for the necessary parameters to execute the ChangeResourceRecordSets service method.</param>
             
            <returns>The response from the ChangeResourceRecordSets service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidChangeBatchException">
            This error contains a list of one or more error messages. Each error message indicates
            one error in the change batch. For more information, see <a href="http://docs.aws.amazon.com/Route53/latest/APIReference/API_ChangeResourceRecordSets.html#example_Errors">Example
            InvalidChangeBatch Errors</a>.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHealthCheckException">
            The health check you are trying to get or delete does not exist.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHostedZoneException">
             
            </exception>
            <exception cref="T:Amazon.Route53.Model.PriorRequestNotCompleteException">
            The request was rejected because Amazon Route 53 was still processing a prior request.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ChangeResourceRecordSetsAsync(Amazon.Route53.Model.ChangeResourceRecordSetsRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ChangeResourceRecordSets operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ChangeResourceRecordSets operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ChangeTagsForResource(Amazon.Route53.Model.ChangeTagsForResourceRequest)">
            <summary>
             
            </summary>
            <param name="request">Container for the necessary parameters to execute the ChangeTagsForResource service method.</param>
             
            <returns>The response from the ChangeTagsForResource service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHealthCheckException">
            The health check you are trying to get or delete does not exist.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHostedZoneException">
             
            </exception>
            <exception cref="T:Amazon.Route53.Model.PriorRequestNotCompleteException">
            The request was rejected because Amazon Route 53 was still processing a prior request.
            </exception>
            <exception cref="T:Amazon.Route53.Model.ThrottlingException">
             
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ChangeTagsForResourceAsync(Amazon.Route53.Model.ChangeTagsForResourceRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ChangeTagsForResource operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ChangeTagsForResource operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.CreateHealthCheck(Amazon.Route53.Model.CreateHealthCheckRequest)">
            <summary>
            This action creates a new health check.
             
              
            <para>
            To create a new health check, send a <code>POST</code> request to the <code>2013-04-01/healthcheck</code>
            resource. The request body must include an XML document with a <code>CreateHealthCheckRequest</code>
            element. The response returns the <code>CreateHealthCheckResponse</code> element that
            contains metadata about the health check.
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the CreateHealthCheck service method.</param>
             
            <returns>The response from the CreateHealthCheck service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.HealthCheckAlreadyExistsException">
            The health check you are trying to create already exists. Amazon Route 53 returns
            this error when a health check has already been created with the specified <code>CallerReference</code>.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.TooManyHealthChecksException">
             
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.CreateHealthCheckAsync(Amazon.Route53.Model.CreateHealthCheckRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the CreateHealthCheck operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the CreateHealthCheck operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.CreateHostedZone(Amazon.Route53.Model.CreateHostedZoneRequest)">
            <summary>
            This action creates a new hosted zone.
             
              
            <para>
            To create a new hosted zone, send a <code>POST</code> request to the <code>2013-04-01/hostedzone</code>
            resource. The request body must include an XML document with a <code>CreateHostedZoneRequest</code>
            element. The response returns the <code>CreateHostedZoneResponse</code> element that
            contains metadata about the hosted zone.
            </para>
              
            <para>
            Amazon Route 53 automatically creates a default SOA record and four NS records for
            the zone. The NS records in the hosted zone are the name servers you give your registrar
            to delegate your domain to. For more information about SOA and NS records, see <a
            href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/SOA-NSrecords.html">NS
            and SOA Records that Amazon Route 53 Creates for a Hosted Zone</a> in the <i>Amazon
            Route 53 Developer Guide</i>.
            </para>
              
            <para>
            When you create a zone, its initial status is <code>PENDING</code>. This means that
            it is not yet available on all DNS servers. The status of the zone changes to <code>INSYNC</code>
            when the NS and SOA records are available on all Amazon Route 53 DNS servers.
            </para>
              
            <para>
            When trying to create a hosted zone using a reusable delegation set, you could specify
            an optional DelegationSetId, and Route53 would assign those 4 NS records for the zone,
            instead of alloting a new one.
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the CreateHostedZone service method.</param>
             
            <returns>The response from the CreateHostedZone service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.ConflictingDomainExistsException">
             
            </exception>
            <exception cref="T:Amazon.Route53.Model.DelegationSetNotAvailableException">
            Amazon Route 53 allows some duplicate domain names, but there is a maximum number
            of duplicate names. This error indicates that you have reached that maximum. If you
            want to create another hosted zone with the same name and Amazon Route 53 generates
            this error, you can request an increase to the limit on the <a href="http://aws.amazon.com/route53-request/">Contact
            Us</a> page.
            </exception>
            <exception cref="T:Amazon.Route53.Model.DelegationSetNotReusableException">
            The specified delegation set has not been marked as reusable.
            </exception>
            <exception cref="T:Amazon.Route53.Model.HostedZoneAlreadyExistsException">
            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 <code>CallerReference</code>.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidDomainNameException">
            This error indicates that the specified domain name is not valid.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidVPCIdException">
            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 <code>VPCId</code> does not
            belong to you.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchDelegationSetException">
            The specified delegation set does not exist.
            </exception>
            <exception cref="T:Amazon.Route53.Model.TooManyHostedZonesException">
            This error indicates that you've reached the maximum number of hosted zones that can
            be created for the current AWS account. You can request an increase to the limit on
            the <a href="http://aws.amazon.com/route53-request/">Contact Us</a> page.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.CreateHostedZoneAsync(Amazon.Route53.Model.CreateHostedZoneRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the CreateHostedZone operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the CreateHostedZone operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.CreateReusableDelegationSet(Amazon.Route53.Model.CreateReusableDelegationSetRequest)">
            <summary>
            This action creates a reusable delegationSet.
             
              
            <para>
            To create a new reusable delegationSet, send a <code>POST</code> request to the <code>2013-04-01/delegationset</code>
            resource. The request body must include an XML document with a <code>CreateReusableDelegationSetRequest</code>
            element. The response returns the <code>CreateReusableDelegationSetResponse</code>
            element that contains metadata about the delegationSet.
            </para>
              
            <para>
            If the optional parameter HostedZoneId is specified, it marks the delegationSet associated
            with that particular hosted zone as reusable.
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the CreateReusableDelegationSet service method.</param>
             
            <returns>The response from the CreateReusableDelegationSet service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.DelegationSetAlreadyCreatedException">
            A delegation set with the same owner and caller reference combination has already
            been created.
            </exception>
            <exception cref="T:Amazon.Route53.Model.DelegationSetAlreadyReusableException">
            The specified delegation set has already been marked as reusable.
            </exception>
            <exception cref="T:Amazon.Route53.Model.DelegationSetNotAvailableException">
            Amazon Route 53 allows some duplicate domain names, but there is a maximum number
            of duplicate names. This error indicates that you have reached that maximum. If you
            want to create another hosted zone with the same name and Amazon Route 53 generates
            this error, you can request an increase to the limit on the <a href="http://aws.amazon.com/route53-request/">Contact
            Us</a> page.
            </exception>
            <exception cref="T:Amazon.Route53.Model.HostedZoneNotFoundException">
            The specified HostedZone cannot be found.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidArgumentException">
            At least one of the specified arguments is invalid.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.LimitsExceededException">
            The limits specified for a resource have been exceeded.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.CreateReusableDelegationSetAsync(Amazon.Route53.Model.CreateReusableDelegationSetRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the CreateReusableDelegationSet operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the CreateReusableDelegationSet operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.CreateTrafficPolicy(Amazon.Route53.Model.CreateTrafficPolicyRequest)">
            <summary>
            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).
             
              
            <para>
            To create a traffic policy, send a <code>POST</code> request to the <code>2013-04-01/trafficpolicy</code>
            resource. The request body must include an XML document with a <code>CreateTrafficPolicyRequest</code>
            element. The response includes the <code>CreateTrafficPolicyResponse</code> element,
            which contains information about the new traffic policy.
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the CreateTrafficPolicy service method.</param>
             
            <returns>The response from the CreateTrafficPolicy service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidTrafficPolicyDocumentException">
            The format of the traffic policy document that you specified in the <code>Document</code>
            element is invalid.
            </exception>
            <exception cref="T:Amazon.Route53.Model.TooManyTrafficPoliciesException">
            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 <a href="http://aws.amazon.com/route53-request/">Contact
            Us</a> page.
            </exception>
            <exception cref="T:Amazon.Route53.Model.TrafficPolicyAlreadyExistsException">
            A traffic policy that has the same value for <code>Name</code> already exists.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.CreateTrafficPolicyAsync(Amazon.Route53.Model.CreateTrafficPolicyRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the CreateTrafficPolicy operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the CreateTrafficPolicy operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.CreateTrafficPolicyInstance(Amazon.Route53.Model.CreateTrafficPolicyInstanceRequest)">
            <summary>
            Creates resource record sets in a specified hosted zone based on the settings in a
            specified traffic policy version. In addition, <code>CreateTrafficPolicyInstance</code>
            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 <code>CreateTrafficPolicyInstance</code>
            created.
             
              
            <para>
            To create a traffic policy instance, send a <code>POST</code> request to the <code>2013-04-01/trafficpolicyinstance</code>
            resource. The request body must include an XML document with a <code>CreateTrafficPolicyRequest</code>
            element. The response returns the <code>CreateTrafficPolicyInstanceResponse</code>
            element, which contains information about the traffic policy instance.
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the CreateTrafficPolicyInstance service method.</param>
             
            <returns>The response from the CreateTrafficPolicyInstance service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHostedZoneException">
             
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchTrafficPolicyException">
            No traffic policy exists with the specified ID.
            </exception>
            <exception cref="T:Amazon.Route53.Model.TooManyTrafficPolicyInstancesException">
            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 <a href="http://aws.amazon.com/route53-request/">Contact
            Us</a> page.
            </exception>
            <exception cref="T:Amazon.Route53.Model.TrafficPolicyInstanceAlreadyExistsException">
            Traffic policy instance with given Id already exists.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.CreateTrafficPolicyInstanceAsync(Amazon.Route53.Model.CreateTrafficPolicyInstanceRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the CreateTrafficPolicyInstance operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the CreateTrafficPolicyInstance operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.CreateTrafficPolicyVersion(Amazon.Route53.Model.CreateTrafficPolicyVersionRequest)">
            <summary>
            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.
             
              
            <para>
            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).
            </para>
              
            <para>
            To create a new version, send a <code>POST</code> request to the <code>2013-04-01/trafficpolicy/</code>
            resource. The request body includes an XML document with a <code>CreateTrafficPolicyVersionRequest</code>
            element. The response returns the <code>CreateTrafficPolicyVersionResponse</code>
            element, which contains information about the new version of the traffic policy.
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the CreateTrafficPolicyVersion service method.</param>
             
            <returns>The response from the CreateTrafficPolicyVersion service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.ConcurrentModificationException">
            Another user submitted a request to update the object at the same time that you did.
            Retry the request.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidTrafficPolicyDocumentException">
            The format of the traffic policy document that you specified in the <code>Document</code>
            element is invalid.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchTrafficPolicyException">
            No traffic policy exists with the specified ID.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.CreateTrafficPolicyVersionAsync(Amazon.Route53.Model.CreateTrafficPolicyVersionRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the CreateTrafficPolicyVersion operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the CreateTrafficPolicyVersion operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.DeleteHealthCheck(Amazon.Route53.Model.DeleteHealthCheckRequest)">
            <summary>
            This action deletes a health check. To delete a health check, send a <code>DELETE</code>
            request to the <code>2013-04-01/healthcheck/<i>health check ID</i></code> resource.
             
             <important> You can delete a health check only if there are no resource record sets
            associated with this health check. If resource record sets are associated with this
            health check, you must disassociate them before you can delete your health check.
            If you try to delete a health check that is associated with resource record sets,
            Amazon Route 53 will deny your request with a <code>HealthCheckInUse</code> error.
            For information about disassociating the records from your health check, see <a>ChangeResourceRecordSets</a>.</important>
            </summary>
            <param name="request">Container for the necessary parameters to execute the DeleteHealthCheck service method.</param>
             
            <returns>The response from the DeleteHealthCheck service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.HealthCheckInUseException">
            There are resource records associated with this health check. Before you can delete
            the health check, you must disassociate it from the resource record sets.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHealthCheckException">
            The health check you are trying to get or delete does not exist.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.DeleteHealthCheckAsync(Amazon.Route53.Model.DeleteHealthCheckRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the DeleteHealthCheck operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the DeleteHealthCheck operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.DeleteHostedZone(Amazon.Route53.Model.DeleteHostedZoneRequest)">
            <summary>
            This action deletes a hosted zone. To delete a hosted zone, send a <code>DELETE</code>
            request to the <code>2013-04-01/hostedzone/<i>hosted zone ID</i></code> resource.
             
              
            <para>
            For more information about deleting a hosted zone, see <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DeleteHostedZone.html">Deleting
            a Hosted Zone</a> in the <i>Amazon Route 53 Developer Guide</i>.
            </para>
             <important> You can delete a hosted zone only if there are no resource record sets
            other than the default SOA record and NS resource record sets. If your hosted zone
            contains other resource record sets, you must delete them before you can delete your
            hosted zone. If you try to delete a hosted zone that contains other resource record
            sets, Amazon Route 53 will deny your request with a <code>HostedZoneNotEmpty</code>
            error. For information about deleting records from your hosted zone, see <a>ChangeResourceRecordSets</a>.</important>
            </summary>
            <param name="request">Container for the necessary parameters to execute the DeleteHostedZone service method.</param>
             
            <returns>The response from the DeleteHostedZone service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.HostedZoneNotEmptyException">
            The hosted zone contains resource record sets in addition to the default NS and SOA
            resource record sets. Before you can delete the hosted zone, you must delete the additional
            resource record sets.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHostedZoneException">
             
            </exception>
            <exception cref="T:Amazon.Route53.Model.PriorRequestNotCompleteException">
            The request was rejected because Amazon Route 53 was still processing a prior request.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.DeleteHostedZoneAsync(Amazon.Route53.Model.DeleteHostedZoneRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the DeleteHostedZone operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the DeleteHostedZone operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.DeleteReusableDelegationSet(Amazon.Route53.Model.DeleteReusableDelegationSetRequest)">
            <summary>
            This action deletes a reusable delegation set. To delete a reusable delegation set,
            send a <code>DELETE</code> request to the <code>2013-04-01/delegationset/<i>delegation
            set ID</i></code> resource.
             
             <important> You can delete a reusable delegation set only if there are no associated
            hosted zones. If your reusable delegation set contains associated hosted zones, you
            must delete them before you can delete your reusable delegation set. If you try to
            delete a reusable delegation set that contains associated hosted zones, Amazon Route
            53 will deny your request with a <code>DelegationSetInUse</code> error.</important>
            </summary>
            <param name="request">Container for the necessary parameters to execute the DeleteReusableDelegationSet service method.</param>
             
            <returns>The response from the DeleteReusableDelegationSet service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.DelegationSetInUseException">
            The specified delegation contains associated hosted zones which must be deleted before
            the reusable delegation set can be deleted.
            </exception>
            <exception cref="T:Amazon.Route53.Model.DelegationSetNotReusableException">
            The specified delegation set has not been marked as reusable.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchDelegationSetException">
            The specified delegation set does not exist.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.DeleteReusableDelegationSetAsync(Amazon.Route53.Model.DeleteReusableDelegationSetRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the DeleteReusableDelegationSet operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the DeleteReusableDelegationSet operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.DeleteTrafficPolicy(Amazon.Route53.Model.DeleteTrafficPolicyRequest)">
            <summary>
            Deletes a traffic policy. To delete a traffic policy, send a <code>DELETE</code> request
            to the <code>2013-04-01/trafficpolicy</code> resource.
            </summary>
            <param name="request">Container for the necessary parameters to execute the DeleteTrafficPolicy service method.</param>
             
            <returns>The response from the DeleteTrafficPolicy service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.ConcurrentModificationException">
            Another user submitted a request to update the object at the same time that you did.
            Retry the request.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchTrafficPolicyException">
            No traffic policy exists with the specified ID.
            </exception>
            <exception cref="T:Amazon.Route53.Model.TrafficPolicyInUseException">
            One or more traffic policy instances were created by using the specified traffic policy.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.DeleteTrafficPolicyAsync(Amazon.Route53.Model.DeleteTrafficPolicyRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the DeleteTrafficPolicy operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the DeleteTrafficPolicy operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.DeleteTrafficPolicyInstance(Amazon.Route53.Model.DeleteTrafficPolicyInstanceRequest)">
            <summary>
            Deletes a traffic policy instance and all of the resource record sets that Amazon
            Route 53 created when you created the instance.
             
              
            <para>
            To delete a traffic policy instance, send a <code>DELETE</code> request to the <code>2013-04-01/trafficpolicy/<i>traffic
            policy instance ID</i></code> resource.
            </para>
             <important>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.</important>
            </summary>
            <param name="request">Container for the necessary parameters to execute the DeleteTrafficPolicyInstance service method.</param>
             
            <returns>The response from the DeleteTrafficPolicyInstance service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchTrafficPolicyInstanceException">
            No traffic policy instance exists with the specified ID.
            </exception>
            <exception cref="T:Amazon.Route53.Model.PriorRequestNotCompleteException">
            The request was rejected because Amazon Route 53 was still processing a prior request.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.DeleteTrafficPolicyInstanceAsync(Amazon.Route53.Model.DeleteTrafficPolicyInstanceRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the DeleteTrafficPolicyInstance operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the DeleteTrafficPolicyInstance operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.DisassociateVPCFromHostedZone(Amazon.Route53.Model.DisassociateVPCFromHostedZoneRequest)">
            <summary>
            This action disassociates a VPC from an hosted zone.
             
              
            <para>
            To disassociate a VPC to a hosted zone, send a <code>POST</code> request to the <code>2013-04-01/hostedzone/<i>hosted
            zone ID</i>/disassociatevpc</code> resource. The request body must include an XML
            document with a <code>DisassociateVPCFromHostedZoneRequest</code> element. The response
            returns the <code>DisassociateVPCFromHostedZoneResponse</code> element that contains
            <code>ChangeInfo</code> for you to track the progress of the <code>DisassociateVPCFromHostedZoneRequest</code>
            you made. See <code>GetChange</code> operation for how to track the progress of your
            change.
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the DisassociateVPCFromHostedZone service method.</param>
             
            <returns>The response from the DisassociateVPCFromHostedZone service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidVPCIdException">
            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 <code>VPCId</code> does not
            belong to you.
            </exception>
            <exception cref="T:Amazon.Route53.Model.LastVPCAssociationException">
            The VPC you are trying to disassociate from the hosted zone is the last the VPC that
            is associated with the hosted zone. Amazon Route 53 currently doesn't support disassociate
            the last VPC from the hosted zone.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHostedZoneException">
             
            </exception>
            <exception cref="T:Amazon.Route53.Model.VPCAssociationNotFoundException">
            The VPC you specified is not currently associated with the hosted zone.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.DisassociateVPCFromHostedZoneAsync(Amazon.Route53.Model.DisassociateVPCFromHostedZoneRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the DisassociateVPCFromHostedZone operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the DisassociateVPCFromHostedZone operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetChange(Amazon.Route53.Model.GetChangeRequest)">
            <summary>
            This action returns the current status of a change batch request. The status is one
            of the following values:
             
              
            <para>
            - <code>PENDING</code> 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.
            </para>
              
            <para>
            - <code>INSYNC</code> indicates that the changes have replicated to all Amazon Route
            53 DNS servers.
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the GetChange service method.</param>
             
            <returns>The response from the GetChange service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchChangeException">
             
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetChangeAsync(Amazon.Route53.Model.GetChangeRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the GetChange operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the GetChange operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetChangeDetails(Amazon.Route53.Model.GetChangeDetailsRequest)">
            <summary>
            This action returns the status and changes of a change batch request.
            </summary>
            <param name="request">Container for the necessary parameters to execute the GetChangeDetails service method.</param>
             
            <returns>The response from the GetChangeDetails service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchChangeException">
             
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetChangeDetailsAsync(Amazon.Route53.Model.GetChangeDetailsRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the GetChangeDetails operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the GetChangeDetails operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetCheckerIpRanges(Amazon.Route53.Model.GetCheckerIpRangesRequest)">
            <summary>
            To retrieve a list of the IP ranges used by Amazon Route 53 health checkers to check
            the health of your resources, send a <code>GET</code> request to the <code>2013-04-01/checkeripranges</code>
            resource. You can use these IP addresses to configure router and firewall rules to
            allow health checkers to check the health of your resources.
            </summary>
            <param name="request">Container for the necessary parameters to execute the GetCheckerIpRanges service method.</param>
             
            <returns>The response from the GetCheckerIpRanges service method, as returned by Route53.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetCheckerIpRangesAsync(Amazon.Route53.Model.GetCheckerIpRangesRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the GetCheckerIpRanges operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the GetCheckerIpRanges operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetGeoLocation(Amazon.Route53.Model.GetGeoLocationRequest)">
            <summary>
            To retrieve a single geo location, send a <code>GET</code> request to the <code>2013-04-01/geolocation</code>
            resource with one of these options: continentcode | countrycode | countrycode and
            subdivisioncode.
            </summary>
            <param name="request">Container for the necessary parameters to execute the GetGeoLocation service method.</param>
             
            <returns>The response from the GetGeoLocation service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchGeoLocationException">
            The geo location you are trying to get does not exist.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetGeoLocationAsync(Amazon.Route53.Model.GetGeoLocationRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the GetGeoLocation operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the GetGeoLocation operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetHealthCheck(Amazon.Route53.Model.GetHealthCheckRequest)">
            <summary>
            To retrieve the health check, send a <code>GET</code> request to the <code>2013-04-01/healthcheck/<i>health
            check ID</i></code> resource.
            </summary>
            <param name="request">Container for the necessary parameters to execute the GetHealthCheck service method.</param>
             
            <returns>The response from the GetHealthCheck service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.IncompatibleVersionException">
            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.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHealthCheckException">
            The health check you are trying to get or delete does not exist.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetHealthCheckAsync(Amazon.Route53.Model.GetHealthCheckRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the GetHealthCheck operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the GetHealthCheck operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetHealthCheckCount(Amazon.Route53.Model.GetHealthCheckCountRequest)">
            <summary>
            To retrieve a count of all your health checks, send a <code>GET</code> request to
            the <code>2013-04-01/healthcheckcount</code> resource.
            </summary>
            <param name="request">Container for the necessary parameters to execute the GetHealthCheckCount service method.</param>
             
            <returns>The response from the GetHealthCheckCount service method, as returned by Route53.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetHealthCheckCountAsync(Amazon.Route53.Model.GetHealthCheckCountRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the GetHealthCheckCount operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the GetHealthCheckCount operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetHealthCheckLastFailureReason(Amazon.Route53.Model.GetHealthCheckLastFailureReasonRequest)">
            <summary>
            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 <code>GET</code> request to the <code>2013-04-01/healthcheck/<i>health check
            ID</i>/lastfailurereason</code> resource.
            </summary>
            <param name="request">Container for the necessary parameters to execute the GetHealthCheckLastFailureReason service method.</param>
             
            <returns>The response from the GetHealthCheckLastFailureReason service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHealthCheckException">
            The health check you are trying to get or delete does not exist.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetHealthCheckLastFailureReasonAsync(Amazon.Route53.Model.GetHealthCheckLastFailureReasonRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the GetHealthCheckLastFailureReason operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the GetHealthCheckLastFailureReason operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetHealthCheckStatus(Amazon.Route53.Model.GetHealthCheckStatusRequest)">
            <summary>
            To retrieve the health check status, send a <code>GET</code> request to the <code>2013-04-01/healthcheck/<i>health
            check ID</i>/status</code> resource. You can use this call to get a health check's
            current status.
            </summary>
            <param name="request">Container for the necessary parameters to execute the GetHealthCheckStatus service method.</param>
             
            <returns>The response from the GetHealthCheckStatus service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHealthCheckException">
            The health check you are trying to get or delete does not exist.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetHealthCheckStatusAsync(Amazon.Route53.Model.GetHealthCheckStatusRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the GetHealthCheckStatus operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the GetHealthCheckStatus operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetHostedZone(Amazon.Route53.Model.GetHostedZoneRequest)">
            <summary>
            To retrieve the delegation set for a hosted zone, send a <code>GET</code> request
            to the <code>2013-04-01/hostedzone/<i>hosted zone ID</i></code> resource. The delegation
            set is the four Amazon Route 53 name servers that were assigned to the hosted zone
            when you created it.
            </summary>
            <param name="request">Container for the necessary parameters to execute the GetHostedZone service method.</param>
             
            <returns>The response from the GetHostedZone service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHostedZoneException">
             
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetHostedZoneAsync(Amazon.Route53.Model.GetHostedZoneRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the GetHostedZone operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the GetHostedZone operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetHostedZoneCount">
            <summary>
            To retrieve a count of all your hosted zones, send a <code>GET</code> request to the
            <code>2013-04-01/hostedzonecount</code> resource.
            </summary>
             
            <returns>The response from the GetHostedZoneCount service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetHostedZoneCount(Amazon.Route53.Model.GetHostedZoneCountRequest)">
            <summary>
            To retrieve a count of all your hosted zones, send a <code>GET</code> request to the
            <code>2013-04-01/hostedzonecount</code> resource.
            </summary>
            <param name="request">Container for the necessary parameters to execute the GetHostedZoneCount service method.</param>
             
            <returns>The response from the GetHostedZoneCount service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetHostedZoneCountAsync(System.Threading.CancellationToken)">
            <summary>
            To retrieve a count of all your hosted zones, send a <code>GET</code> request to the
            <code>2013-04-01/hostedzonecount</code> resource.
            </summary>
            <param name="cancellationToken"> ttd1
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
             
            <returns>The response from the GetHostedZoneCount service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetHostedZoneCountAsync(Amazon.Route53.Model.GetHostedZoneCountRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the GetHostedZoneCount operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the GetHostedZoneCount operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetReusableDelegationSet(Amazon.Route53.Model.GetReusableDelegationSetRequest)">
            <summary>
            To retrieve the reusable delegation set, send a <code>GET</code> request to the <code>2013-04-01/delegationset/<i>delegation
            set ID</i></code> resource.
            </summary>
            <param name="request">Container for the necessary parameters to execute the GetReusableDelegationSet service method.</param>
             
            <returns>The response from the GetReusableDelegationSet service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.DelegationSetNotReusableException">
            The specified delegation set has not been marked as reusable.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchDelegationSetException">
            The specified delegation set does not exist.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetReusableDelegationSetAsync(Amazon.Route53.Model.GetReusableDelegationSetRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the GetReusableDelegationSet operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the GetReusableDelegationSet operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetTrafficPolicy(Amazon.Route53.Model.GetTrafficPolicyRequest)">
            <summary>
            Gets information about a specific traffic policy version. To get the information,
            send a <code>GET</code> request to the <code>2013-04-01/trafficpolicy</code> resource.
            </summary>
            <param name="request">Container for the necessary parameters to execute the GetTrafficPolicy service method.</param>
             
            <returns>The response from the GetTrafficPolicy service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchTrafficPolicyException">
            No traffic policy exists with the specified ID.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetTrafficPolicyAsync(Amazon.Route53.Model.GetTrafficPolicyRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the GetTrafficPolicy operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the GetTrafficPolicy operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetTrafficPolicyInstance(Amazon.Route53.Model.GetTrafficPolicyInstanceRequest)">
            <summary>
            Gets information about a specified traffic policy instance.
             
              
            <para>
            To get information about the traffic policy instance, send a <code>GET</code> request
            to the <code>2013-04-01/trafficpolicyinstance</code> resource.
            </para>
             <note>After you submit a <code>CreateTrafficPolicyInstance</code> or an <code>UpdateTrafficPolicyInstance</code>
            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
            <a>State</a> response element. </note>
            </summary>
            <param name="request">Container for the necessary parameters to execute the GetTrafficPolicyInstance service method.</param>
             
            <returns>The response from the GetTrafficPolicyInstance service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchTrafficPolicyInstanceException">
            No traffic policy instance exists with the specified ID.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetTrafficPolicyInstanceAsync(Amazon.Route53.Model.GetTrafficPolicyInstanceRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the GetTrafficPolicyInstance operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the GetTrafficPolicyInstance operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetTrafficPolicyInstanceCount(Amazon.Route53.Model.GetTrafficPolicyInstanceCountRequest)">
            <summary>
            Gets the number of traffic policy instances that are associated with the current AWS
            account.
             
              
            <para>
            To get the number of traffic policy instances, send a <code>GET</code> request to
            the <code>2013-04-01/trafficpolicyinstancecount</code> resource.
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the GetTrafficPolicyInstanceCount service method.</param>
             
            <returns>The response from the GetTrafficPolicyInstanceCount service method, as returned by Route53.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.GetTrafficPolicyInstanceCountAsync(Amazon.Route53.Model.GetTrafficPolicyInstanceCountRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the GetTrafficPolicyInstanceCount operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the GetTrafficPolicyInstanceCount operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListChangeBatchesByHostedZone(Amazon.Route53.Model.ListChangeBatchesByHostedZoneRequest)">
            <summary>
            This action gets the list of ChangeBatches in a given time period for a given hosted
            zone.
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListChangeBatchesByHostedZone service method.</param>
             
            <returns>The response from the ListChangeBatchesByHostedZone service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHostedZoneException">
             
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListChangeBatchesByHostedZoneAsync(Amazon.Route53.Model.ListChangeBatchesByHostedZoneRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListChangeBatchesByHostedZone operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListChangeBatchesByHostedZone operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListChangeBatchesByRRSet(Amazon.Route53.Model.ListChangeBatchesByRRSetRequest)">
            <summary>
            This action gets the list of ChangeBatches in a given time period for a given hosted
            zone and RRSet.
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListChangeBatchesByRRSet service method.</param>
             
            <returns>The response from the ListChangeBatchesByRRSet service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHostedZoneException">
             
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListChangeBatchesByRRSetAsync(Amazon.Route53.Model.ListChangeBatchesByRRSetRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListChangeBatchesByRRSet operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListChangeBatchesByRRSet operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListGeoLocations">
            <summary>
            To retrieve a list of supported geo locations, send a <code>GET</code> request to
            the <code>2013-04-01/geolocations</code> resource. The response to this request includes
            a <code>GeoLocationDetailsList</code> element with zero, one, or multiple <code>GeoLocationDetails</code>
            child elements. The list is sorted by country code, and then subdivision code, followed
            by continents at the end of the list.
             
              
            <para>
            By default, the list of geo locations is displayed on a single page. You can control
            the length of the page that is displayed by using the <code>MaxItems</code> parameter.
            If the list is truncated, <code>IsTruncated</code> will be set to <i>true</i> and
            a combination of <code>NextContinentCode, NextCountryCode, NextSubdivisionCode</code>
            will be populated. You can pass these as parameters to <code>StartContinentCode, StartCountryCode,
            StartSubdivisionCode</code> to control the geo location that the list begins with.
             
            </para>
            </summary>
             
            <returns>The response from the ListGeoLocations service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListGeoLocations(Amazon.Route53.Model.ListGeoLocationsRequest)">
            <summary>
            To retrieve a list of supported geo locations, send a <code>GET</code> request to
            the <code>2013-04-01/geolocations</code> resource. The response to this request includes
            a <code>GeoLocationDetailsList</code> element with zero, one, or multiple <code>GeoLocationDetails</code>
            child elements. The list is sorted by country code, and then subdivision code, followed
            by continents at the end of the list.
             
              
            <para>
            By default, the list of geo locations is displayed on a single page. You can control
            the length of the page that is displayed by using the <code>MaxItems</code> parameter.
            If the list is truncated, <code>IsTruncated</code> will be set to <i>true</i> and
            a combination of <code>NextContinentCode, NextCountryCode, NextSubdivisionCode</code>
            will be populated. You can pass these as parameters to <code>StartContinentCode, StartCountryCode,
            StartSubdivisionCode</code> to control the geo location that the list begins with.
             
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListGeoLocations service method.</param>
             
            <returns>The response from the ListGeoLocations service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListGeoLocationsAsync(System.Threading.CancellationToken)">
            <summary>
            To retrieve a list of supported geo locations, send a <code>GET</code> request to
            the <code>2013-04-01/geolocations</code> resource. The response to this request includes
            a <code>GeoLocationDetailsList</code> element with zero, one, or multiple <code>GeoLocationDetails</code>
            child elements. The list is sorted by country code, and then subdivision code, followed
            by continents at the end of the list.
             
              
            <para>
            By default, the list of geo locations is displayed on a single page. You can control
            the length of the page that is displayed by using the <code>MaxItems</code> parameter.
            If the list is truncated, <code>IsTruncated</code> will be set to <i>true</i> and
            a combination of <code>NextContinentCode, NextCountryCode, NextSubdivisionCode</code>
            will be populated. You can pass these as parameters to <code>StartContinentCode, StartCountryCode,
            StartSubdivisionCode</code> to control the geo location that the list begins with.
             
            </para>
            </summary>
            <param name="cancellationToken"> ttd1
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
             
            <returns>The response from the ListGeoLocations service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListGeoLocationsAsync(Amazon.Route53.Model.ListGeoLocationsRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListGeoLocations operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListGeoLocations operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListHealthChecks">
            <summary>
            To retrieve a list of your health checks, send a <code>GET</code> request to the <code>2013-04-01/healthcheck</code>
            resource. The response to this request includes a <code>HealthChecks</code> element
            with zero, one, or multiple <code>HealthCheck</code> 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 <code>MaxItems</code> parameter. You can use
            the <code>Marker</code> parameter to control the health check that the list begins
            with.
             
             <note> 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.</note>
            </summary>
             
            <returns>The response from the ListHealthChecks service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.IncompatibleVersionException">
            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.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListHealthChecks(Amazon.Route53.Model.ListHealthChecksRequest)">
            <summary>
            To retrieve a list of your health checks, send a <code>GET</code> request to the <code>2013-04-01/healthcheck</code>
            resource. The response to this request includes a <code>HealthChecks</code> element
            with zero, one, or multiple <code>HealthCheck</code> 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 <code>MaxItems</code> parameter. You can use
            the <code>Marker</code> parameter to control the health check that the list begins
            with.
             
             <note> 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.</note>
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListHealthChecks service method.</param>
             
            <returns>The response from the ListHealthChecks service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.IncompatibleVersionException">
            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.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListHealthChecksAsync(System.Threading.CancellationToken)">
            <summary>
            To retrieve a list of your health checks, send a <code>GET</code> request to the <code>2013-04-01/healthcheck</code>
            resource. The response to this request includes a <code>HealthChecks</code> element
            with zero, one, or multiple <code>HealthCheck</code> 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 <code>MaxItems</code> parameter. You can use
            the <code>Marker</code> parameter to control the health check that the list begins
            with.
             
             <note> 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.</note>
            </summary>
            <param name="cancellationToken"> ttd1
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
             
            <returns>The response from the ListHealthChecks service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.IncompatibleVersionException">
            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.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListHealthChecksAsync(Amazon.Route53.Model.ListHealthChecksRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListHealthChecks operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListHealthChecks operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListHostedZones">
            <summary>
            To retrieve a list of your hosted zones, send a <code>GET</code> request to the <code>2013-04-01/hostedzone</code>
            resource. The response to this request includes a <code>HostedZones</code> element
            with zero, one, or multiple <code>HostedZone</code> child elements. By default, the
            list of hosted zones is displayed on a single page. You can control the length of
            the page that is displayed by using the <code>MaxItems</code> parameter. You can use
            the <code>Marker</code> parameter to control the hosted zone that the list begins
            with.
             
             <note> 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.</note>
            </summary>
             
            <returns>The response from the ListHostedZones service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.DelegationSetNotReusableException">
            The specified delegation set has not been marked as reusable.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchDelegationSetException">
            The specified delegation set does not exist.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListHostedZones(Amazon.Route53.Model.ListHostedZonesRequest)">
            <summary>
            To retrieve a list of your hosted zones, send a <code>GET</code> request to the <code>2013-04-01/hostedzone</code>
            resource. The response to this request includes a <code>HostedZones</code> element
            with zero, one, or multiple <code>HostedZone</code> child elements. By default, the
            list of hosted zones is displayed on a single page. You can control the length of
            the page that is displayed by using the <code>MaxItems</code> parameter. You can use
            the <code>Marker</code> parameter to control the hosted zone that the list begins
            with.
             
             <note> 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.</note>
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListHostedZones service method.</param>
             
            <returns>The response from the ListHostedZones service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.DelegationSetNotReusableException">
            The specified delegation set has not been marked as reusable.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchDelegationSetException">
            The specified delegation set does not exist.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListHostedZonesAsync(System.Threading.CancellationToken)">
            <summary>
            To retrieve a list of your hosted zones, send a <code>GET</code> request to the <code>2013-04-01/hostedzone</code>
            resource. The response to this request includes a <code>HostedZones</code> element
            with zero, one, or multiple <code>HostedZone</code> child elements. By default, the
            list of hosted zones is displayed on a single page. You can control the length of
            the page that is displayed by using the <code>MaxItems</code> parameter. You can use
            the <code>Marker</code> parameter to control the hosted zone that the list begins
            with.
             
             <note> 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.</note>
            </summary>
            <param name="cancellationToken"> ttd1
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
             
            <returns>The response from the ListHostedZones service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.DelegationSetNotReusableException">
            The specified delegation set has not been marked as reusable.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchDelegationSetException">
            The specified delegation set does not exist.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListHostedZonesAsync(Amazon.Route53.Model.ListHostedZonesRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListHostedZones operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListHostedZones operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListHostedZonesByName(Amazon.Route53.Model.ListHostedZonesByNameRequest)">
            <summary>
            To retrieve a list of your hosted zones in lexicographic order, send a <code>GET</code>
            request to the <code>2013-04-01/hostedzonesbyname</code> resource. The response to
            this request includes a <code>HostedZones</code> element with zero or more <code>HostedZone</code>
            child elements lexicographically ordered by DNS name. By default, the list of hosted
            zones is displayed on a single page. You can control the length of the page that is
            displayed by using the <code>MaxItems</code> parameter. You can use the <code>DNSName</code>
            and <code>HostedZoneId</code> parameters to control the hosted zone that the list
            begins with.
             
             <note> 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.</note>
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListHostedZonesByName service method.</param>
             
            <returns>The response from the ListHostedZonesByName service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidDomainNameException">
            This error indicates that the specified domain name is not valid.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListHostedZonesByNameAsync(Amazon.Route53.Model.ListHostedZonesByNameRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListHostedZonesByName operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListHostedZonesByName operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListResourceRecordSets(Amazon.Route53.Model.ListResourceRecordSetsRequest)">
            <summary>
            Imagine all the resource record sets in a zone listed out in front of you. Imagine
            them sorted lexicographically first by DNS name (with the labels reversed, like "com.amazon.www"
            for example), and secondarily, lexicographically by record type. This operation retrieves
            at most MaxItems resource record sets from this list, in order, starting at a position
            specified by the Name and Type arguments:
             
             <ul> <li>If both Name and Type are omitted, this means start the results at the first
            RRSET in the HostedZone.</li> <li>If Name is specified but Type is omitted, this means
            start the results at the first RRSET in the list whose name is greater than or equal
            to Name. </li> <li>If both Name and Type are specified, this means start the results
            at the first RRSET in the list whose name is greater than or equal to Name and whose
            type is greater than or equal to Type.</li> <li>It is an error to specify the Type
            but not the Name.</li> </ul>
            <para>
            Use ListResourceRecordSets to retrieve a single known record set by specifying the
            record set's name and type, and setting MaxItems = 1
            </para>
              
            <para>
            To retrieve all the records in a HostedZone, first pause any processes making calls
            to ChangeResourceRecordSets. Initially call ListResourceRecordSets without a Name
            and Type to get the first page of record sets. For subsequent calls, set Name and
            Type to the NextName and NextType values returned by the previous response.
            </para>
              
            <para>
            In the presence of concurrent ChangeResourceRecordSets calls, there is no consistency
            of results across calls to ListResourceRecordSets. The only way to get a consistent
            multi-page snapshot of all RRSETs in a zone is to stop making changes while pagination
            is in progress.
            </para>
              
            <para>
            However, the results from ListResourceRecordSets are consistent within a page. If
            MakeChange calls are taking place concurrently, the result of each one will either
            be completely visible in your results or not at all. You will not see partial changes,
            or changes that do not ultimately succeed. (This follows from the fact that MakeChange
            is atomic)
            </para>
              
            <para>
            The results from ListResourceRecordSets are strongly consistent with ChangeResourceRecordSets.
            To be precise, if a single process makes a call to ChangeResourceRecordSets and receives
            a successful response, the effects of that change will be visible in a subsequent
            call to ListResourceRecordSets by that process.
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListResourceRecordSets service method.</param>
             
            <returns>The response from the ListResourceRecordSets service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHostedZoneException">
             
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListResourceRecordSetsAsync(Amazon.Route53.Model.ListResourceRecordSetsRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListResourceRecordSets operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListResourceRecordSets operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListReusableDelegationSets">
            <summary>
            To retrieve a list of your reusable delegation sets, send a <code>GET</code> request
            to the <code>2013-04-01/delegationset</code> resource. The response to this request
            includes a <code>DelegationSets</code> element with zero, one, or multiple <code>DelegationSet</code>
            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 <code>MaxItems</code>
            parameter. You can use the <code>Marker</code> parameter to control the delegation
            set that the list begins with.
             
             <note> 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.</note>
            </summary>
             
            <returns>The response from the ListReusableDelegationSets service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListReusableDelegationSets(Amazon.Route53.Model.ListReusableDelegationSetsRequest)">
            <summary>
            To retrieve a list of your reusable delegation sets, send a <code>GET</code> request
            to the <code>2013-04-01/delegationset</code> resource. The response to this request
            includes a <code>DelegationSets</code> element with zero, one, or multiple <code>DelegationSet</code>
            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 <code>MaxItems</code>
            parameter. You can use the <code>Marker</code> parameter to control the delegation
            set that the list begins with.
             
             <note> 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.</note>
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListReusableDelegationSets service method.</param>
             
            <returns>The response from the ListReusableDelegationSets service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListReusableDelegationSetsAsync(System.Threading.CancellationToken)">
            <summary>
            To retrieve a list of your reusable delegation sets, send a <code>GET</code> request
            to the <code>2013-04-01/delegationset</code> resource. The response to this request
            includes a <code>DelegationSets</code> element with zero, one, or multiple <code>DelegationSet</code>
            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 <code>MaxItems</code>
            parameter. You can use the <code>Marker</code> parameter to control the delegation
            set that the list begins with.
             
             <note> 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.</note>
            </summary>
            <param name="cancellationToken"> ttd1
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
             
            <returns>The response from the ListReusableDelegationSets service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListReusableDelegationSetsAsync(Amazon.Route53.Model.ListReusableDelegationSetsRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListReusableDelegationSets operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListReusableDelegationSets operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListTagsForResource(Amazon.Route53.Model.ListTagsForResourceRequest)">
            <summary>
             
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListTagsForResource service method.</param>
             
            <returns>The response from the ListTagsForResource service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHealthCheckException">
            The health check you are trying to get or delete does not exist.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHostedZoneException">
             
            </exception>
            <exception cref="T:Amazon.Route53.Model.PriorRequestNotCompleteException">
            The request was rejected because Amazon Route 53 was still processing a prior request.
            </exception>
            <exception cref="T:Amazon.Route53.Model.ThrottlingException">
             
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListTagsForResourceAsync(Amazon.Route53.Model.ListTagsForResourceRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListTagsForResource operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListTagsForResource operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListTagsForResources(Amazon.Route53.Model.ListTagsForResourcesRequest)">
            <summary>
             
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListTagsForResources service method.</param>
             
            <returns>The response from the ListTagsForResources service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHealthCheckException">
            The health check you are trying to get or delete does not exist.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHostedZoneException">
             
            </exception>
            <exception cref="T:Amazon.Route53.Model.PriorRequestNotCompleteException">
            The request was rejected because Amazon Route 53 was still processing a prior request.
            </exception>
            <exception cref="T:Amazon.Route53.Model.ThrottlingException">
             
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListTagsForResourcesAsync(Amazon.Route53.Model.ListTagsForResourcesRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListTagsForResources operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListTagsForResources operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListTrafficPolicies(Amazon.Route53.Model.ListTrafficPoliciesRequest)">
            <summary>
            Gets information about the latest version for every traffic policy that is associated
            with the current AWS account. To get the information, send a <code>GET</code> request
            to the <code>2013-04-01/trafficpolicy</code> resource.
             
              
            <para>
            Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot
            of traffic policies, you can use the <code>maxitems</code> parameter to list them
            in groups of up to 100.
            </para>
              
            <para>
            The response includes three values that help you navigate from one group of <code>maxitems</code>
            traffic policies to the next:
            </para>
             <ul> <li><b>IsTruncated</b></li>
            <para>
            If the value of <code>IsTruncated</code> in the response is <code>true</code>, there
            are more traffic policies associated with the current AWS account.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, this response includes the last
            traffic policy that is associated with the current account.
            </para>
             <li><b>TrafficPolicyIdMarker</b></li>
            <para>
            If <code>IsTruncated</code> is <code>true</code>, <code>TrafficPolicyIdMarker</code>
            is the ID of the first traffic policy in the next group of <code>MaxItems</code> traffic
            policies. If you want to list more traffic policies, make another call to <code>ListTrafficPolicies</code>,
            and specify the value of the <code>TrafficPolicyIdMarker</code> element from the response
            in the <code>TrafficPolicyIdMarker</code> request parameter.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, the <code>TrafficPolicyIdMarker</code>
            element is omitted from the response.
            </para>
             <li><b>MaxItems</b></li>
            <para>
            The value that you specified for the <code>MaxItems</code> parameter in the request
            that produced the current response.
            </para>
             </ul>
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListTrafficPolicies service method.</param>
             
            <returns>The response from the ListTrafficPolicies service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListTrafficPoliciesAsync(Amazon.Route53.Model.ListTrafficPoliciesRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListTrafficPolicies operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListTrafficPolicies operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListTrafficPolicyInstances(Amazon.Route53.Model.ListTrafficPolicyInstancesRequest)">
            <summary>
            Gets information about the traffic policy instances that you created by using the
            current AWS account.
             
             <note>After you submit an <code>UpdateTrafficPolicyInstance</code> 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 <a>State</a> response
            element.</note>
            <para>
            To get information about the traffic policy instances that are associated with the
            current AWS account, send a <code>GET</code> request to the <code>2013-04-01/trafficpolicyinstance</code>
            resource.
            </para>
              
            <para>
            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 <code>MaxItems</code> parameter to list
            them in groups of up to 100.
            </para>
              
            <para>
            The response includes five values that help you navigate from one group of <code>MaxItems</code>
            traffic policy instances to the next:
            </para>
             <ul> <li><b>IsTruncated</b></li>
            <para>
            If the value of <code>IsTruncated</code> in the response is <code>true</code>, there
            are more traffic policy instances associated with the current AWS account.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, this response includes the last
            traffic policy instance that is associated with the current account.
            </para>
             <li><b>MaxItems</b></li>
            <para>
            The value that you specified for the <code>MaxItems</code> parameter in the request
            that produced the current response.
            </para>
             <li><b>HostedZoneIdMarker</b>, <b>TrafficPolicyInstanceNameMarker</b>, and <b>TrafficPolicyInstanceTypeMarker</b></li>
             
            <para>
            If <code>IsTruncated</code> is <code>true</code>, these three values in the response
            represent the first traffic policy instance in the next group of <code>MaxItems</code>
            traffic policy instances. To list more traffic policy instances, make another call
            to <code>ListTrafficPolicyInstances</code>, and specify these values in the corresponding
            request parameters.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, all three elements are omitted
            from the response.
            </para>
             </ul>
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListTrafficPolicyInstances service method.</param>
             
            <returns>The response from the ListTrafficPolicyInstances service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchTrafficPolicyInstanceException">
            No traffic policy instance exists with the specified ID.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListTrafficPolicyInstancesAsync(Amazon.Route53.Model.ListTrafficPolicyInstancesRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListTrafficPolicyInstances operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListTrafficPolicyInstances operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListTrafficPolicyInstancesByHostedZone(Amazon.Route53.Model.ListTrafficPolicyInstancesByHostedZoneRequest)">
            <summary>
            Gets information about the traffic policy instances that you created in a specified
            hosted zone.
             
             <note>After you submit an <code>UpdateTrafficPolicyInstance</code> 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 <a>State</a> response
            element.</note>
            <para>
            To get information about the traffic policy instances that you created in a specified
            hosted zone, send a <code>GET</code> request to the <code>2013-04-01/trafficpolicyinstance</code>
            resource and include the ID of the hosted zone.
            </para>
              
            <para>
            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 <code>MaxItems</code> parameter to list
            them in groups of up to 100.
            </para>
              
            <para>
            The response includes four values that help you navigate from one group of <code>MaxItems</code>
            traffic policy instances to the next:
            </para>
             <ul> <li><b>IsTruncated</b></li>
            <para>
            If the value of <code/>IsTruncated in the response is <code>true</code>, there are
            more traffic policy instances associated with the current AWS account.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, this response includes the last
            traffic policy instance that is associated with the current account.
            </para>
             <li><b>MaxItems</b></li>
            <para>
            The value that you specified for the <code>MaxItems</code> parameter in the request
            that produced the current response.
            </para>
             <li><b>TrafficPolicyInstanceNameMarker</b> and <b>TrafficPolicyInstanceTypeMarker</b></li>
             
            <para>
            If <code>IsTruncated</code> is <code>true</code>, these two values in the response
            represent the first traffic policy instance in the next group of <code>MaxItems</code>
            traffic policy instances. To list more traffic policy instances, make another call
            to <code>ListTrafficPolicyInstancesByHostedZone</code>, and specify these values in
            the corresponding request parameters.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, all three elements are omitted
            from the response.
            </para>
             </ul>
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListTrafficPolicyInstancesByHostedZone service method.</param>
             
            <returns>The response from the ListTrafficPolicyInstancesByHostedZone service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHostedZoneException">
             
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchTrafficPolicyInstanceException">
            No traffic policy instance exists with the specified ID.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListTrafficPolicyInstancesByHostedZoneAsync(Amazon.Route53.Model.ListTrafficPolicyInstancesByHostedZoneRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListTrafficPolicyInstancesByHostedZone operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListTrafficPolicyInstancesByHostedZone operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListTrafficPolicyInstancesByPolicy(Amazon.Route53.Model.ListTrafficPolicyInstancesByPolicyRequest)">
            <summary>
            Gets information about the traffic policy instances that you created by using a specify
            traffic policy version.
             
             <note>After you submit a <code>CreateTrafficPolicyInstance</code> or an <code>UpdateTrafficPolicyInstance</code>
            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
            <a>State</a> response element.</note>
            <para>
            To get information about the traffic policy instances that you created by using a
            specify traffic policy version, send a <code>GET</code> request to the <code>2013-04-01/trafficpolicyinstance</code>
            resource and include the ID and version of the traffic policy.
            </para>
              
            <para>
            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 <code>MaxItems</code> parameter to list
            them in groups of up to 100.
            </para>
              
            <para>
            The response includes five values that help you navigate from one group of <code>MaxItems</code>
            traffic policy instances to the next:
            </para>
             <ul> <li><b>IsTruncated</b>
            <para>
            If the value of <code>IsTruncated</code> in the response is <code>true</code>, there
            are more traffic policy instances associated with the specified traffic policy.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, this response includes the last
            traffic policy instance that is associated with the specified traffic policy.
            </para>
             </li> <li><b>MaxItems</b>
            <para>
            The value that you specified for the <code>MaxItems</code> parameter in the request
            that produced the current response.
            </para>
             </li> <li><b>HostedZoneIdMarker</b>, <b>TrafficPolicyInstanceNameMarker</b>, and
            <b>TrafficPolicyInstanceTypeMarker</b>
            <para>
            If <code>IsTruncated</code> is <code>true</code>, these values in the response represent
            the first traffic policy instance in the next group of <code>MaxItems</code> traffic
            policy instances. To list more traffic policy instances, make another call to <code>ListTrafficPolicyInstancesByPolicy</code>,
            and specify these values in the corresponding request parameters.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, all three elements are omitted
            from the response.
            </para>
             </li> </ul>
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListTrafficPolicyInstancesByPolicy service method.</param>
             
            <returns>The response from the ListTrafficPolicyInstancesByPolicy service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchTrafficPolicyException">
            No traffic policy exists with the specified ID.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchTrafficPolicyInstanceException">
            No traffic policy instance exists with the specified ID.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListTrafficPolicyInstancesByPolicyAsync(Amazon.Route53.Model.ListTrafficPolicyInstancesByPolicyRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListTrafficPolicyInstancesByPolicy operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListTrafficPolicyInstancesByPolicy operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListTrafficPolicyVersions(Amazon.Route53.Model.ListTrafficPolicyVersionsRequest)">
            <summary>
            Gets information about all of the versions for a specified traffic policy. <code>ListTrafficPolicyVersions</code>
            lists only versions that have not been deleted.
             
              
            <para>
            Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot
            of traffic policies, you can use the <code>maxitems</code> parameter to list them
            in groups of up to 100.
            </para>
              
            <para>
            The response includes three values that help you navigate from one group of <code>maxitems</code>maxitems
            traffic policies to the next:
            </para>
             <ul> <li><b>IsTruncated</b></li>
            <para>
            If the value of <code>IsTruncated</code> in the response is <code>true</code>, there
            are more traffic policy versions associated with the specified traffic policy.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, this response includes the last
            traffic policy version that is associated with the specified traffic policy.
            </para>
             <li><b>TrafficPolicyVersionMarker</b></li>
            <para>
            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 <code>ListTrafficPolicyVersions</code>,
            and specify the value of the <code>TrafficPolicyVersionMarker</code> element in the
            <code>TrafficPolicyVersionMarker</code> request parameter.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, Amazon Route 53 omits the <code>TrafficPolicyVersionMarker</code>
            element from the response.
            </para>
             <li><b>MaxItems</b></li>
            <para>
            The value that you specified for the <code>MaxItems</code> parameter in the request
            that produced the current response.
            </para>
             </ul>
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListTrafficPolicyVersions service method.</param>
             
            <returns>The response from the ListTrafficPolicyVersions service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchTrafficPolicyException">
            No traffic policy exists with the specified ID.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.ListTrafficPolicyVersionsAsync(Amazon.Route53.Model.ListTrafficPolicyVersionsRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListTrafficPolicyVersions operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListTrafficPolicyVersions operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.UpdateHealthCheck(Amazon.Route53.Model.UpdateHealthCheckRequest)">
            <summary>
            This action updates an existing health check.
             
              
            <para>
            To update a health check, send a <code>POST</code> request to the <code>2013-04-01/healthcheck/<i>health
            check ID</i></code> resource. The request body must include an XML document with an
            <code>UpdateHealthCheckRequest</code> element. The response returns an <code>UpdateHealthCheckResponse</code>
            element, which contains metadata about the health check.
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the UpdateHealthCheck service method.</param>
             
            <returns>The response from the UpdateHealthCheck service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.HealthCheckVersionMismatchException">
             
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHealthCheckException">
            The health check you are trying to get or delete does not exist.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.UpdateHealthCheckAsync(Amazon.Route53.Model.UpdateHealthCheckRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the UpdateHealthCheck operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the UpdateHealthCheck operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.UpdateHostedZoneComment(Amazon.Route53.Model.UpdateHostedZoneCommentRequest)">
            <summary>
            To update the hosted zone comment, send a <code>POST</code> request to the <code>2013-04-01/hostedzone/<i>hosted
            zone ID</i></code> resource. The request body must include an XML document with a
            <code>UpdateHostedZoneCommentRequest</code> element. The response to this request
            includes the modified <code>HostedZone</code> element.
             
             <note> The comment can have a maximum length of 256 characters.</note>
            </summary>
            <param name="request">Container for the necessary parameters to execute the UpdateHostedZoneComment service method.</param>
             
            <returns>The response from the UpdateHostedZoneComment service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHostedZoneException">
             
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.UpdateHostedZoneCommentAsync(Amazon.Route53.Model.UpdateHostedZoneCommentRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the UpdateHostedZoneComment operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the UpdateHostedZoneComment operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.UpdateTrafficPolicyComment(Amazon.Route53.Model.UpdateTrafficPolicyCommentRequest)">
            <summary>
            Updates the comment for a specified traffic policy version.
             
              
            <para>
            To update the comment, send a <code>POST</code> request to the <code>/2013-04-01/trafficpolicy/</code>
            resource.
            </para>
              
            <para>
            The request body must include an XML document with an <code>UpdateTrafficPolicyCommentRequest</code>
            element.
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the UpdateTrafficPolicyComment service method.</param>
             
            <returns>The response from the UpdateTrafficPolicyComment service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.ConcurrentModificationException">
            Another user submitted a request to update the object at the same time that you did.
            Retry the request.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchTrafficPolicyException">
            No traffic policy exists with the specified ID.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.UpdateTrafficPolicyCommentAsync(Amazon.Route53.Model.UpdateTrafficPolicyCommentRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the UpdateTrafficPolicyComment operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the UpdateTrafficPolicyComment operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.UpdateTrafficPolicyInstance(Amazon.Route53.Model.UpdateTrafficPolicyInstanceRequest)">
            <summary>
            Updates the resource record sets in a specified hosted zone that were created based
            on the settings in a specified traffic policy version.
             
             <important>The DNS type of the resource record sets that you're updating must match
            the DNS type in the JSON document that is associated with the traffic policy version
            that you're using to update the traffic policy instance.</important>
            <para>
            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:
            </para>
             <ol> <li>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. </li>
            <li>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.</li> <li>Amazon Route 53 deletes the old group
            of resource record sets that are associated with the root resource record set name.</li>
            </ol>
            <para>
            To update a traffic policy instance, send a <code>POST</code> request to the <code>/2013-04-01/trafficpolicyinstance/<i>traffic
            policy ID</i></code> resource. The request body must include an XML document with
            an <code>UpdateTrafficPolicyInstanceRequest</code> element.
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the UpdateTrafficPolicyInstance service method.</param>
             
            <returns>The response from the UpdateTrafficPolicyInstance service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.ConflictingTypesException">
            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 <code>CreateTrafficPolicy</code> or <code>CreateTrafficPolicyVersion</code>request.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchTrafficPolicyException">
            No traffic policy exists with the specified ID.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchTrafficPolicyInstanceException">
            No traffic policy instance exists with the specified ID.
            </exception>
            <exception cref="T:Amazon.Route53.Model.PriorRequestNotCompleteException">
            The request was rejected because Amazon Route 53 was still processing a prior request.
            </exception>
        </member>
        <member name="M:Amazon.Route53.AmazonRoute53Client.UpdateTrafficPolicyInstanceAsync(Amazon.Route53.Model.UpdateTrafficPolicyInstanceRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the UpdateTrafficPolicyInstance operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the UpdateTrafficPolicyInstance operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="T:Amazon.Route53.IAmazonRoute53">
             <summary>
             Interface for accessing Route53
             
              
             </summary>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.AssociateVPCWithHostedZone(Amazon.Route53.Model.AssociateVPCWithHostedZoneRequest)">
            <summary>
            This action associates a VPC with an hosted zone.
             
              
            <para>
            To associate a VPC with an hosted zone, send a <code>POST</code> request to the <code>2013-04-01/hostedzone/<i>hosted
            zone ID</i>/associatevpc</code> resource. The request body must include an XML document
            with a <code>AssociateVPCWithHostedZoneRequest</code> element. The response returns
            the <code>AssociateVPCWithHostedZoneResponse</code> element that contains <code>ChangeInfo</code>
            for you to track the progress of the <code>AssociateVPCWithHostedZoneRequest</code>
            you made. See <code>GetChange</code> operation for how to track the progress of your
            change.
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the AssociateVPCWithHostedZone service method.</param>
             
            <returns>The response from the AssociateVPCWithHostedZone service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.ConflictingDomainExistsException">
             
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidVPCIdException">
            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 <code>VPCId</code> does not
            belong to you.
            </exception>
            <exception cref="T:Amazon.Route53.Model.LimitsExceededException">
            The limits specified for a resource have been exceeded.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHostedZoneException">
             
            </exception>
            <exception cref="T:Amazon.Route53.Model.PublicZoneVPCAssociationException">
            The hosted zone you are trying to associate VPC with doesn't have any VPC association.
            Amazon Route 53 currently doesn't support associate a VPC with a public hosted zone.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.AssociateVPCWithHostedZoneAsync(Amazon.Route53.Model.AssociateVPCWithHostedZoneRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the AssociateVPCWithHostedZone operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the AssociateVPCWithHostedZone operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ChangeResourceRecordSets(Amazon.Route53.Model.ChangeResourceRecordSetsRequest)">
            <summary>
            Use this action to create or change your authoritative DNS information. To use this
            action, send a <code>POST</code> request to the <code>2013-04-01/hostedzone/<i>hosted
            Zone ID</i>/rrset</code> resource. The request body must include an XML document with
            a <code>ChangeResourceRecordSetsRequest</code> element.
             
              
            <para>
            Changes are a list of change items and are considered transactional. For more information
            on transactional changes, also known as change batches, see <a href="http://docs.aws.amazon.com/Route53/latest/APIReference/">POST
            ChangeResourceRecordSets</a> in the <i>Amazon Route 53 API Reference</i>.
            </para>
             <important>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 <code>InvalidChangeBatch</code>
            error.</important>
            <para>
            In response to a <code>ChangeResourceRecordSets</code> request, your DNS data is changed
            on all Amazon Route 53 DNS servers. Initially, the status of a change is <code>PENDING</code>.
            This means the change has not yet propagated to all the authoritative Amazon Route
            53 DNS servers. When the change is propagated to all hosts, the change returns a status
            of <code>INSYNC</code>.
            </para>
              
            <para>
            Note the following limitations on a <code>ChangeResourceRecordSets</code> request:
            </para>
             <ul> <li>A request cannot contain more than 100 Change elements.</li> <li> A request
            cannot contain more than 1000 ResourceRecord elements.</li> <li>The sum of the number
            of characters (including spaces) in all <code>Value</code> elements in a request cannot
            exceed 32,000 characters.</li> </ul>
            </summary>
            <param name="request">Container for the necessary parameters to execute the ChangeResourceRecordSets service method.</param>
             
            <returns>The response from the ChangeResourceRecordSets service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidChangeBatchException">
            This error contains a list of one or more error messages. Each error message indicates
            one error in the change batch. For more information, see <a href="http://docs.aws.amazon.com/Route53/latest/APIReference/API_ChangeResourceRecordSets.html#example_Errors">Example
            InvalidChangeBatch Errors</a>.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHealthCheckException">
            The health check you are trying to get or delete does not exist.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHostedZoneException">
             
            </exception>
            <exception cref="T:Amazon.Route53.Model.PriorRequestNotCompleteException">
            The request was rejected because Amazon Route 53 was still processing a prior request.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ChangeResourceRecordSetsAsync(Amazon.Route53.Model.ChangeResourceRecordSetsRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ChangeResourceRecordSets operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ChangeResourceRecordSets operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ChangeTagsForResource(Amazon.Route53.Model.ChangeTagsForResourceRequest)">
            <summary>
             
            </summary>
            <param name="request">Container for the necessary parameters to execute the ChangeTagsForResource service method.</param>
             
            <returns>The response from the ChangeTagsForResource service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHealthCheckException">
            The health check you are trying to get or delete does not exist.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHostedZoneException">
             
            </exception>
            <exception cref="T:Amazon.Route53.Model.PriorRequestNotCompleteException">
            The request was rejected because Amazon Route 53 was still processing a prior request.
            </exception>
            <exception cref="T:Amazon.Route53.Model.ThrottlingException">
             
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ChangeTagsForResourceAsync(Amazon.Route53.Model.ChangeTagsForResourceRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ChangeTagsForResource operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ChangeTagsForResource operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.CreateHealthCheck(Amazon.Route53.Model.CreateHealthCheckRequest)">
            <summary>
            This action creates a new health check.
             
              
            <para>
            To create a new health check, send a <code>POST</code> request to the <code>2013-04-01/healthcheck</code>
            resource. The request body must include an XML document with a <code>CreateHealthCheckRequest</code>
            element. The response returns the <code>CreateHealthCheckResponse</code> element that
            contains metadata about the health check.
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the CreateHealthCheck service method.</param>
             
            <returns>The response from the CreateHealthCheck service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.HealthCheckAlreadyExistsException">
            The health check you are trying to create already exists. Amazon Route 53 returns
            this error when a health check has already been created with the specified <code>CallerReference</code>.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.TooManyHealthChecksException">
             
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.CreateHealthCheckAsync(Amazon.Route53.Model.CreateHealthCheckRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the CreateHealthCheck operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the CreateHealthCheck operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.CreateHostedZone(Amazon.Route53.Model.CreateHostedZoneRequest)">
            <summary>
            This action creates a new hosted zone.
             
              
            <para>
            To create a new hosted zone, send a <code>POST</code> request to the <code>2013-04-01/hostedzone</code>
            resource. The request body must include an XML document with a <code>CreateHostedZoneRequest</code>
            element. The response returns the <code>CreateHostedZoneResponse</code> element that
            contains metadata about the hosted zone.
            </para>
              
            <para>
            Amazon Route 53 automatically creates a default SOA record and four NS records for
            the zone. The NS records in the hosted zone are the name servers you give your registrar
            to delegate your domain to. For more information about SOA and NS records, see <a
            href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/SOA-NSrecords.html">NS
            and SOA Records that Amazon Route 53 Creates for a Hosted Zone</a> in the <i>Amazon
            Route 53 Developer Guide</i>.
            </para>
              
            <para>
            When you create a zone, its initial status is <code>PENDING</code>. This means that
            it is not yet available on all DNS servers. The status of the zone changes to <code>INSYNC</code>
            when the NS and SOA records are available on all Amazon Route 53 DNS servers.
            </para>
              
            <para>
            When trying to create a hosted zone using a reusable delegation set, you could specify
            an optional DelegationSetId, and Route53 would assign those 4 NS records for the zone,
            instead of alloting a new one.
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the CreateHostedZone service method.</param>
             
            <returns>The response from the CreateHostedZone service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.ConflictingDomainExistsException">
             
            </exception>
            <exception cref="T:Amazon.Route53.Model.DelegationSetNotAvailableException">
            Amazon Route 53 allows some duplicate domain names, but there is a maximum number
            of duplicate names. This error indicates that you have reached that maximum. If you
            want to create another hosted zone with the same name and Amazon Route 53 generates
            this error, you can request an increase to the limit on the <a href="http://aws.amazon.com/route53-request/">Contact
            Us</a> page.
            </exception>
            <exception cref="T:Amazon.Route53.Model.DelegationSetNotReusableException">
            The specified delegation set has not been marked as reusable.
            </exception>
            <exception cref="T:Amazon.Route53.Model.HostedZoneAlreadyExistsException">
            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 <code>CallerReference</code>.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidDomainNameException">
            This error indicates that the specified domain name is not valid.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidVPCIdException">
            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 <code>VPCId</code> does not
            belong to you.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchDelegationSetException">
            The specified delegation set does not exist.
            </exception>
            <exception cref="T:Amazon.Route53.Model.TooManyHostedZonesException">
            This error indicates that you've reached the maximum number of hosted zones that can
            be created for the current AWS account. You can request an increase to the limit on
            the <a href="http://aws.amazon.com/route53-request/">Contact Us</a> page.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.CreateHostedZoneAsync(Amazon.Route53.Model.CreateHostedZoneRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the CreateHostedZone operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the CreateHostedZone operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.CreateReusableDelegationSet(Amazon.Route53.Model.CreateReusableDelegationSetRequest)">
            <summary>
            This action creates a reusable delegationSet.
             
              
            <para>
            To create a new reusable delegationSet, send a <code>POST</code> request to the <code>2013-04-01/delegationset</code>
            resource. The request body must include an XML document with a <code>CreateReusableDelegationSetRequest</code>
            element. The response returns the <code>CreateReusableDelegationSetResponse</code>
            element that contains metadata about the delegationSet.
            </para>
              
            <para>
            If the optional parameter HostedZoneId is specified, it marks the delegationSet associated
            with that particular hosted zone as reusable.
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the CreateReusableDelegationSet service method.</param>
             
            <returns>The response from the CreateReusableDelegationSet service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.DelegationSetAlreadyCreatedException">
            A delegation set with the same owner and caller reference combination has already
            been created.
            </exception>
            <exception cref="T:Amazon.Route53.Model.DelegationSetAlreadyReusableException">
            The specified delegation set has already been marked as reusable.
            </exception>
            <exception cref="T:Amazon.Route53.Model.DelegationSetNotAvailableException">
            Amazon Route 53 allows some duplicate domain names, but there is a maximum number
            of duplicate names. This error indicates that you have reached that maximum. If you
            want to create another hosted zone with the same name and Amazon Route 53 generates
            this error, you can request an increase to the limit on the <a href="http://aws.amazon.com/route53-request/">Contact
            Us</a> page.
            </exception>
            <exception cref="T:Amazon.Route53.Model.HostedZoneNotFoundException">
            The specified HostedZone cannot be found.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidArgumentException">
            At least one of the specified arguments is invalid.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.LimitsExceededException">
            The limits specified for a resource have been exceeded.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.CreateReusableDelegationSetAsync(Amazon.Route53.Model.CreateReusableDelegationSetRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the CreateReusableDelegationSet operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the CreateReusableDelegationSet operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.CreateTrafficPolicy(Amazon.Route53.Model.CreateTrafficPolicyRequest)">
            <summary>
            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).
             
              
            <para>
            To create a traffic policy, send a <code>POST</code> request to the <code>2013-04-01/trafficpolicy</code>
            resource. The request body must include an XML document with a <code>CreateTrafficPolicyRequest</code>
            element. The response includes the <code>CreateTrafficPolicyResponse</code> element,
            which contains information about the new traffic policy.
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the CreateTrafficPolicy service method.</param>
             
            <returns>The response from the CreateTrafficPolicy service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidTrafficPolicyDocumentException">
            The format of the traffic policy document that you specified in the <code>Document</code>
            element is invalid.
            </exception>
            <exception cref="T:Amazon.Route53.Model.TooManyTrafficPoliciesException">
            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 <a href="http://aws.amazon.com/route53-request/">Contact
            Us</a> page.
            </exception>
            <exception cref="T:Amazon.Route53.Model.TrafficPolicyAlreadyExistsException">
            A traffic policy that has the same value for <code>Name</code> already exists.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.CreateTrafficPolicyAsync(Amazon.Route53.Model.CreateTrafficPolicyRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the CreateTrafficPolicy operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the CreateTrafficPolicy operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.CreateTrafficPolicyInstance(Amazon.Route53.Model.CreateTrafficPolicyInstanceRequest)">
            <summary>
            Creates resource record sets in a specified hosted zone based on the settings in a
            specified traffic policy version. In addition, <code>CreateTrafficPolicyInstance</code>
            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 <code>CreateTrafficPolicyInstance</code>
            created.
             
              
            <para>
            To create a traffic policy instance, send a <code>POST</code> request to the <code>2013-04-01/trafficpolicyinstance</code>
            resource. The request body must include an XML document with a <code>CreateTrafficPolicyRequest</code>
            element. The response returns the <code>CreateTrafficPolicyInstanceResponse</code>
            element, which contains information about the traffic policy instance.
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the CreateTrafficPolicyInstance service method.</param>
             
            <returns>The response from the CreateTrafficPolicyInstance service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHostedZoneException">
             
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchTrafficPolicyException">
            No traffic policy exists with the specified ID.
            </exception>
            <exception cref="T:Amazon.Route53.Model.TooManyTrafficPolicyInstancesException">
            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 <a href="http://aws.amazon.com/route53-request/">Contact
            Us</a> page.
            </exception>
            <exception cref="T:Amazon.Route53.Model.TrafficPolicyInstanceAlreadyExistsException">
            Traffic policy instance with given Id already exists.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.CreateTrafficPolicyInstanceAsync(Amazon.Route53.Model.CreateTrafficPolicyInstanceRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the CreateTrafficPolicyInstance operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the CreateTrafficPolicyInstance operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.CreateTrafficPolicyVersion(Amazon.Route53.Model.CreateTrafficPolicyVersionRequest)">
            <summary>
            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.
             
              
            <para>
            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).
            </para>
              
            <para>
            To create a new version, send a <code>POST</code> request to the <code>2013-04-01/trafficpolicy/</code>
            resource. The request body includes an XML document with a <code>CreateTrafficPolicyVersionRequest</code>
            element. The response returns the <code>CreateTrafficPolicyVersionResponse</code>
            element, which contains information about the new version of the traffic policy.
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the CreateTrafficPolicyVersion service method.</param>
             
            <returns>The response from the CreateTrafficPolicyVersion service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.ConcurrentModificationException">
            Another user submitted a request to update the object at the same time that you did.
            Retry the request.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidTrafficPolicyDocumentException">
            The format of the traffic policy document that you specified in the <code>Document</code>
            element is invalid.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchTrafficPolicyException">
            No traffic policy exists with the specified ID.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.CreateTrafficPolicyVersionAsync(Amazon.Route53.Model.CreateTrafficPolicyVersionRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the CreateTrafficPolicyVersion operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the CreateTrafficPolicyVersion operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.DeleteHealthCheck(Amazon.Route53.Model.DeleteHealthCheckRequest)">
            <summary>
            This action deletes a health check. To delete a health check, send a <code>DELETE</code>
            request to the <code>2013-04-01/healthcheck/<i>health check ID</i></code> resource.
             
             <important> You can delete a health check only if there are no resource record sets
            associated with this health check. If resource record sets are associated with this
            health check, you must disassociate them before you can delete your health check.
            If you try to delete a health check that is associated with resource record sets,
            Amazon Route 53 will deny your request with a <code>HealthCheckInUse</code> error.
            For information about disassociating the records from your health check, see <a>ChangeResourceRecordSets</a>.</important>
            </summary>
            <param name="request">Container for the necessary parameters to execute the DeleteHealthCheck service method.</param>
             
            <returns>The response from the DeleteHealthCheck service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.HealthCheckInUseException">
            There are resource records associated with this health check. Before you can delete
            the health check, you must disassociate it from the resource record sets.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHealthCheckException">
            The health check you are trying to get or delete does not exist.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.DeleteHealthCheckAsync(Amazon.Route53.Model.DeleteHealthCheckRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the DeleteHealthCheck operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the DeleteHealthCheck operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.DeleteHostedZone(Amazon.Route53.Model.DeleteHostedZoneRequest)">
            <summary>
            This action deletes a hosted zone. To delete a hosted zone, send a <code>DELETE</code>
            request to the <code>2013-04-01/hostedzone/<i>hosted zone ID</i></code> resource.
             
              
            <para>
            For more information about deleting a hosted zone, see <a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DeleteHostedZone.html">Deleting
            a Hosted Zone</a> in the <i>Amazon Route 53 Developer Guide</i>.
            </para>
             <important> You can delete a hosted zone only if there are no resource record sets
            other than the default SOA record and NS resource record sets. If your hosted zone
            contains other resource record sets, you must delete them before you can delete your
            hosted zone. If you try to delete a hosted zone that contains other resource record
            sets, Amazon Route 53 will deny your request with a <code>HostedZoneNotEmpty</code>
            error. For information about deleting records from your hosted zone, see <a>ChangeResourceRecordSets</a>.</important>
            </summary>
            <param name="request">Container for the necessary parameters to execute the DeleteHostedZone service method.</param>
             
            <returns>The response from the DeleteHostedZone service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.HostedZoneNotEmptyException">
            The hosted zone contains resource record sets in addition to the default NS and SOA
            resource record sets. Before you can delete the hosted zone, you must delete the additional
            resource record sets.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHostedZoneException">
             
            </exception>
            <exception cref="T:Amazon.Route53.Model.PriorRequestNotCompleteException">
            The request was rejected because Amazon Route 53 was still processing a prior request.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.DeleteHostedZoneAsync(Amazon.Route53.Model.DeleteHostedZoneRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the DeleteHostedZone operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the DeleteHostedZone operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.DeleteReusableDelegationSet(Amazon.Route53.Model.DeleteReusableDelegationSetRequest)">
            <summary>
            This action deletes a reusable delegation set. To delete a reusable delegation set,
            send a <code>DELETE</code> request to the <code>2013-04-01/delegationset/<i>delegation
            set ID</i></code> resource.
             
             <important> You can delete a reusable delegation set only if there are no associated
            hosted zones. If your reusable delegation set contains associated hosted zones, you
            must delete them before you can delete your reusable delegation set. If you try to
            delete a reusable delegation set that contains associated hosted zones, Amazon Route
            53 will deny your request with a <code>DelegationSetInUse</code> error.</important>
            </summary>
            <param name="request">Container for the necessary parameters to execute the DeleteReusableDelegationSet service method.</param>
             
            <returns>The response from the DeleteReusableDelegationSet service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.DelegationSetInUseException">
            The specified delegation contains associated hosted zones which must be deleted before
            the reusable delegation set can be deleted.
            </exception>
            <exception cref="T:Amazon.Route53.Model.DelegationSetNotReusableException">
            The specified delegation set has not been marked as reusable.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchDelegationSetException">
            The specified delegation set does not exist.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.DeleteReusableDelegationSetAsync(Amazon.Route53.Model.DeleteReusableDelegationSetRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the DeleteReusableDelegationSet operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the DeleteReusableDelegationSet operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.DeleteTrafficPolicy(Amazon.Route53.Model.DeleteTrafficPolicyRequest)">
            <summary>
            Deletes a traffic policy. To delete a traffic policy, send a <code>DELETE</code> request
            to the <code>2013-04-01/trafficpolicy</code> resource.
            </summary>
            <param name="request">Container for the necessary parameters to execute the DeleteTrafficPolicy service method.</param>
             
            <returns>The response from the DeleteTrafficPolicy service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.ConcurrentModificationException">
            Another user submitted a request to update the object at the same time that you did.
            Retry the request.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchTrafficPolicyException">
            No traffic policy exists with the specified ID.
            </exception>
            <exception cref="T:Amazon.Route53.Model.TrafficPolicyInUseException">
            One or more traffic policy instances were created by using the specified traffic policy.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.DeleteTrafficPolicyAsync(Amazon.Route53.Model.DeleteTrafficPolicyRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the DeleteTrafficPolicy operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the DeleteTrafficPolicy operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.DeleteTrafficPolicyInstance(Amazon.Route53.Model.DeleteTrafficPolicyInstanceRequest)">
            <summary>
            Deletes a traffic policy instance and all of the resource record sets that Amazon
            Route 53 created when you created the instance.
             
              
            <para>
            To delete a traffic policy instance, send a <code>DELETE</code> request to the <code>2013-04-01/trafficpolicy/<i>traffic
            policy instance ID</i></code> resource.
            </para>
             <important>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.</important>
            </summary>
            <param name="request">Container for the necessary parameters to execute the DeleteTrafficPolicyInstance service method.</param>
             
            <returns>The response from the DeleteTrafficPolicyInstance service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchTrafficPolicyInstanceException">
            No traffic policy instance exists with the specified ID.
            </exception>
            <exception cref="T:Amazon.Route53.Model.PriorRequestNotCompleteException">
            The request was rejected because Amazon Route 53 was still processing a prior request.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.DeleteTrafficPolicyInstanceAsync(Amazon.Route53.Model.DeleteTrafficPolicyInstanceRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the DeleteTrafficPolicyInstance operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the DeleteTrafficPolicyInstance operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.DisassociateVPCFromHostedZone(Amazon.Route53.Model.DisassociateVPCFromHostedZoneRequest)">
            <summary>
            This action disassociates a VPC from an hosted zone.
             
              
            <para>
            To disassociate a VPC to a hosted zone, send a <code>POST</code> request to the <code>2013-04-01/hostedzone/<i>hosted
            zone ID</i>/disassociatevpc</code> resource. The request body must include an XML
            document with a <code>DisassociateVPCFromHostedZoneRequest</code> element. The response
            returns the <code>DisassociateVPCFromHostedZoneResponse</code> element that contains
            <code>ChangeInfo</code> for you to track the progress of the <code>DisassociateVPCFromHostedZoneRequest</code>
            you made. See <code>GetChange</code> operation for how to track the progress of your
            change.
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the DisassociateVPCFromHostedZone service method.</param>
             
            <returns>The response from the DisassociateVPCFromHostedZone service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidVPCIdException">
            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 <code>VPCId</code> does not
            belong to you.
            </exception>
            <exception cref="T:Amazon.Route53.Model.LastVPCAssociationException">
            The VPC you are trying to disassociate from the hosted zone is the last the VPC that
            is associated with the hosted zone. Amazon Route 53 currently doesn't support disassociate
            the last VPC from the hosted zone.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHostedZoneException">
             
            </exception>
            <exception cref="T:Amazon.Route53.Model.VPCAssociationNotFoundException">
            The VPC you specified is not currently associated with the hosted zone.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.DisassociateVPCFromHostedZoneAsync(Amazon.Route53.Model.DisassociateVPCFromHostedZoneRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the DisassociateVPCFromHostedZone operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the DisassociateVPCFromHostedZone operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetChange(Amazon.Route53.Model.GetChangeRequest)">
            <summary>
            This action returns the current status of a change batch request. The status is one
            of the following values:
             
              
            <para>
            - <code>PENDING</code> 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.
            </para>
              
            <para>
            - <code>INSYNC</code> indicates that the changes have replicated to all Amazon Route
            53 DNS servers.
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the GetChange service method.</param>
             
            <returns>The response from the GetChange service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchChangeException">
             
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetChangeAsync(Amazon.Route53.Model.GetChangeRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the GetChange operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the GetChange operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetChangeDetails(Amazon.Route53.Model.GetChangeDetailsRequest)">
            <summary>
            This action returns the status and changes of a change batch request.
            </summary>
            <param name="request">Container for the necessary parameters to execute the GetChangeDetails service method.</param>
             
            <returns>The response from the GetChangeDetails service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchChangeException">
             
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetChangeDetailsAsync(Amazon.Route53.Model.GetChangeDetailsRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the GetChangeDetails operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the GetChangeDetails operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetCheckerIpRanges(Amazon.Route53.Model.GetCheckerIpRangesRequest)">
            <summary>
            To retrieve a list of the IP ranges used by Amazon Route 53 health checkers to check
            the health of your resources, send a <code>GET</code> request to the <code>2013-04-01/checkeripranges</code>
            resource. You can use these IP addresses to configure router and firewall rules to
            allow health checkers to check the health of your resources.
            </summary>
            <param name="request">Container for the necessary parameters to execute the GetCheckerIpRanges service method.</param>
             
            <returns>The response from the GetCheckerIpRanges service method, as returned by Route53.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetCheckerIpRangesAsync(Amazon.Route53.Model.GetCheckerIpRangesRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the GetCheckerIpRanges operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the GetCheckerIpRanges operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetGeoLocation(Amazon.Route53.Model.GetGeoLocationRequest)">
            <summary>
            To retrieve a single geo location, send a <code>GET</code> request to the <code>2013-04-01/geolocation</code>
            resource with one of these options: continentcode | countrycode | countrycode and
            subdivisioncode.
            </summary>
            <param name="request">Container for the necessary parameters to execute the GetGeoLocation service method.</param>
             
            <returns>The response from the GetGeoLocation service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchGeoLocationException">
            The geo location you are trying to get does not exist.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetGeoLocationAsync(Amazon.Route53.Model.GetGeoLocationRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the GetGeoLocation operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the GetGeoLocation operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetHealthCheck(Amazon.Route53.Model.GetHealthCheckRequest)">
            <summary>
            To retrieve the health check, send a <code>GET</code> request to the <code>2013-04-01/healthcheck/<i>health
            check ID</i></code> resource.
            </summary>
            <param name="request">Container for the necessary parameters to execute the GetHealthCheck service method.</param>
             
            <returns>The response from the GetHealthCheck service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.IncompatibleVersionException">
            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.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHealthCheckException">
            The health check you are trying to get or delete does not exist.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetHealthCheckAsync(Amazon.Route53.Model.GetHealthCheckRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the GetHealthCheck operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the GetHealthCheck operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetHealthCheckCount(Amazon.Route53.Model.GetHealthCheckCountRequest)">
            <summary>
            To retrieve a count of all your health checks, send a <code>GET</code> request to
            the <code>2013-04-01/healthcheckcount</code> resource.
            </summary>
            <param name="request">Container for the necessary parameters to execute the GetHealthCheckCount service method.</param>
             
            <returns>The response from the GetHealthCheckCount service method, as returned by Route53.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetHealthCheckCountAsync(Amazon.Route53.Model.GetHealthCheckCountRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the GetHealthCheckCount operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the GetHealthCheckCount operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetHealthCheckLastFailureReason(Amazon.Route53.Model.GetHealthCheckLastFailureReasonRequest)">
            <summary>
            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 <code>GET</code> request to the <code>2013-04-01/healthcheck/<i>health check
            ID</i>/lastfailurereason</code> resource.
            </summary>
            <param name="request">Container for the necessary parameters to execute the GetHealthCheckLastFailureReason service method.</param>
             
            <returns>The response from the GetHealthCheckLastFailureReason service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHealthCheckException">
            The health check you are trying to get or delete does not exist.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetHealthCheckLastFailureReasonAsync(Amazon.Route53.Model.GetHealthCheckLastFailureReasonRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the GetHealthCheckLastFailureReason operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the GetHealthCheckLastFailureReason operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetHealthCheckStatus(Amazon.Route53.Model.GetHealthCheckStatusRequest)">
            <summary>
            To retrieve the health check status, send a <code>GET</code> request to the <code>2013-04-01/healthcheck/<i>health
            check ID</i>/status</code> resource. You can use this call to get a health check's
            current status.
            </summary>
            <param name="request">Container for the necessary parameters to execute the GetHealthCheckStatus service method.</param>
             
            <returns>The response from the GetHealthCheckStatus service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHealthCheckException">
            The health check you are trying to get or delete does not exist.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetHealthCheckStatusAsync(Amazon.Route53.Model.GetHealthCheckStatusRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the GetHealthCheckStatus operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the GetHealthCheckStatus operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetHostedZone(Amazon.Route53.Model.GetHostedZoneRequest)">
            <summary>
            To retrieve the delegation set for a hosted zone, send a <code>GET</code> request
            to the <code>2013-04-01/hostedzone/<i>hosted zone ID</i></code> resource. The delegation
            set is the four Amazon Route 53 name servers that were assigned to the hosted zone
            when you created it.
            </summary>
            <param name="request">Container for the necessary parameters to execute the GetHostedZone service method.</param>
             
            <returns>The response from the GetHostedZone service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHostedZoneException">
             
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetHostedZoneAsync(Amazon.Route53.Model.GetHostedZoneRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the GetHostedZone operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the GetHostedZone operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetHostedZoneCount">
            <summary>
            To retrieve a count of all your hosted zones, send a <code>GET</code> request to the
            <code>2013-04-01/hostedzonecount</code> resource.
            </summary>
             
            <returns>The response from the GetHostedZoneCount service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetHostedZoneCount(Amazon.Route53.Model.GetHostedZoneCountRequest)">
            <summary>
            To retrieve a count of all your hosted zones, send a <code>GET</code> request to the
            <code>2013-04-01/hostedzonecount</code> resource.
            </summary>
            <param name="request">Container for the necessary parameters to execute the GetHostedZoneCount service method.</param>
             
            <returns>The response from the GetHostedZoneCount service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetHostedZoneCountAsync(System.Threading.CancellationToken)">
            <summary>
            To retrieve a count of all your hosted zones, send a <code>GET</code> request to the
            <code>2013-04-01/hostedzonecount</code> resource.
            </summary>
            <param name="cancellationToken"> ttd1
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
             
            <returns>The response from the GetHostedZoneCount service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetHostedZoneCountAsync(Amazon.Route53.Model.GetHostedZoneCountRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the GetHostedZoneCount operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the GetHostedZoneCount operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetReusableDelegationSet(Amazon.Route53.Model.GetReusableDelegationSetRequest)">
            <summary>
            To retrieve the reusable delegation set, send a <code>GET</code> request to the <code>2013-04-01/delegationset/<i>delegation
            set ID</i></code> resource.
            </summary>
            <param name="request">Container for the necessary parameters to execute the GetReusableDelegationSet service method.</param>
             
            <returns>The response from the GetReusableDelegationSet service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.DelegationSetNotReusableException">
            The specified delegation set has not been marked as reusable.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchDelegationSetException">
            The specified delegation set does not exist.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetReusableDelegationSetAsync(Amazon.Route53.Model.GetReusableDelegationSetRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the GetReusableDelegationSet operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the GetReusableDelegationSet operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetTrafficPolicy(Amazon.Route53.Model.GetTrafficPolicyRequest)">
            <summary>
            Gets information about a specific traffic policy version. To get the information,
            send a <code>GET</code> request to the <code>2013-04-01/trafficpolicy</code> resource.
            </summary>
            <param name="request">Container for the necessary parameters to execute the GetTrafficPolicy service method.</param>
             
            <returns>The response from the GetTrafficPolicy service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchTrafficPolicyException">
            No traffic policy exists with the specified ID.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetTrafficPolicyAsync(Amazon.Route53.Model.GetTrafficPolicyRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the GetTrafficPolicy operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the GetTrafficPolicy operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetTrafficPolicyInstance(Amazon.Route53.Model.GetTrafficPolicyInstanceRequest)">
            <summary>
            Gets information about a specified traffic policy instance.
             
              
            <para>
            To get information about the traffic policy instance, send a <code>GET</code> request
            to the <code>2013-04-01/trafficpolicyinstance</code> resource.
            </para>
             <note>After you submit a <code>CreateTrafficPolicyInstance</code> or an <code>UpdateTrafficPolicyInstance</code>
            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
            <a>State</a> response element. </note>
            </summary>
            <param name="request">Container for the necessary parameters to execute the GetTrafficPolicyInstance service method.</param>
             
            <returns>The response from the GetTrafficPolicyInstance service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchTrafficPolicyInstanceException">
            No traffic policy instance exists with the specified ID.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetTrafficPolicyInstanceAsync(Amazon.Route53.Model.GetTrafficPolicyInstanceRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the GetTrafficPolicyInstance operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the GetTrafficPolicyInstance operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetTrafficPolicyInstanceCount(Amazon.Route53.Model.GetTrafficPolicyInstanceCountRequest)">
            <summary>
            Gets the number of traffic policy instances that are associated with the current AWS
            account.
             
              
            <para>
            To get the number of traffic policy instances, send a <code>GET</code> request to
            the <code>2013-04-01/trafficpolicyinstancecount</code> resource.
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the GetTrafficPolicyInstanceCount service method.</param>
             
            <returns>The response from the GetTrafficPolicyInstanceCount service method, as returned by Route53.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.GetTrafficPolicyInstanceCountAsync(Amazon.Route53.Model.GetTrafficPolicyInstanceCountRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the GetTrafficPolicyInstanceCount operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the GetTrafficPolicyInstanceCount operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListChangeBatchesByHostedZone(Amazon.Route53.Model.ListChangeBatchesByHostedZoneRequest)">
            <summary>
            This action gets the list of ChangeBatches in a given time period for a given hosted
            zone.
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListChangeBatchesByHostedZone service method.</param>
             
            <returns>The response from the ListChangeBatchesByHostedZone service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHostedZoneException">
             
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListChangeBatchesByHostedZoneAsync(Amazon.Route53.Model.ListChangeBatchesByHostedZoneRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListChangeBatchesByHostedZone operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListChangeBatchesByHostedZone operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListChangeBatchesByRRSet(Amazon.Route53.Model.ListChangeBatchesByRRSetRequest)">
            <summary>
            This action gets the list of ChangeBatches in a given time period for a given hosted
            zone and RRSet.
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListChangeBatchesByRRSet service method.</param>
             
            <returns>The response from the ListChangeBatchesByRRSet service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHostedZoneException">
             
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListChangeBatchesByRRSetAsync(Amazon.Route53.Model.ListChangeBatchesByRRSetRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListChangeBatchesByRRSet operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListChangeBatchesByRRSet operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListGeoLocations">
            <summary>
            To retrieve a list of supported geo locations, send a <code>GET</code> request to
            the <code>2013-04-01/geolocations</code> resource. The response to this request includes
            a <code>GeoLocationDetailsList</code> element with zero, one, or multiple <code>GeoLocationDetails</code>
            child elements. The list is sorted by country code, and then subdivision code, followed
            by continents at the end of the list.
             
              
            <para>
            By default, the list of geo locations is displayed on a single page. You can control
            the length of the page that is displayed by using the <code>MaxItems</code> parameter.
            If the list is truncated, <code>IsTruncated</code> will be set to <i>true</i> and
            a combination of <code>NextContinentCode, NextCountryCode, NextSubdivisionCode</code>
            will be populated. You can pass these as parameters to <code>StartContinentCode, StartCountryCode,
            StartSubdivisionCode</code> to control the geo location that the list begins with.
             
            </para>
            </summary>
             
            <returns>The response from the ListGeoLocations service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListGeoLocations(Amazon.Route53.Model.ListGeoLocationsRequest)">
            <summary>
            To retrieve a list of supported geo locations, send a <code>GET</code> request to
            the <code>2013-04-01/geolocations</code> resource. The response to this request includes
            a <code>GeoLocationDetailsList</code> element with zero, one, or multiple <code>GeoLocationDetails</code>
            child elements. The list is sorted by country code, and then subdivision code, followed
            by continents at the end of the list.
             
              
            <para>
            By default, the list of geo locations is displayed on a single page. You can control
            the length of the page that is displayed by using the <code>MaxItems</code> parameter.
            If the list is truncated, <code>IsTruncated</code> will be set to <i>true</i> and
            a combination of <code>NextContinentCode, NextCountryCode, NextSubdivisionCode</code>
            will be populated. You can pass these as parameters to <code>StartContinentCode, StartCountryCode,
            StartSubdivisionCode</code> to control the geo location that the list begins with.
             
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListGeoLocations service method.</param>
             
            <returns>The response from the ListGeoLocations service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListGeoLocationsAsync(System.Threading.CancellationToken)">
            <summary>
            To retrieve a list of supported geo locations, send a <code>GET</code> request to
            the <code>2013-04-01/geolocations</code> resource. The response to this request includes
            a <code>GeoLocationDetailsList</code> element with zero, one, or multiple <code>GeoLocationDetails</code>
            child elements. The list is sorted by country code, and then subdivision code, followed
            by continents at the end of the list.
             
              
            <para>
            By default, the list of geo locations is displayed on a single page. You can control
            the length of the page that is displayed by using the <code>MaxItems</code> parameter.
            If the list is truncated, <code>IsTruncated</code> will be set to <i>true</i> and
            a combination of <code>NextContinentCode, NextCountryCode, NextSubdivisionCode</code>
            will be populated. You can pass these as parameters to <code>StartContinentCode, StartCountryCode,
            StartSubdivisionCode</code> to control the geo location that the list begins with.
             
            </para>
            </summary>
            <param name="cancellationToken"> ttd1
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
             
            <returns>The response from the ListGeoLocations service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListGeoLocationsAsync(Amazon.Route53.Model.ListGeoLocationsRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListGeoLocations operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListGeoLocations operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListHealthChecks">
            <summary>
            To retrieve a list of your health checks, send a <code>GET</code> request to the <code>2013-04-01/healthcheck</code>
            resource. The response to this request includes a <code>HealthChecks</code> element
            with zero, one, or multiple <code>HealthCheck</code> 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 <code>MaxItems</code> parameter. You can use
            the <code>Marker</code> parameter to control the health check that the list begins
            with.
             
             <note> 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.</note>
            </summary>
             
            <returns>The response from the ListHealthChecks service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.IncompatibleVersionException">
            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.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListHealthChecks(Amazon.Route53.Model.ListHealthChecksRequest)">
            <summary>
            To retrieve a list of your health checks, send a <code>GET</code> request to the <code>2013-04-01/healthcheck</code>
            resource. The response to this request includes a <code>HealthChecks</code> element
            with zero, one, or multiple <code>HealthCheck</code> 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 <code>MaxItems</code> parameter. You can use
            the <code>Marker</code> parameter to control the health check that the list begins
            with.
             
             <note> 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.</note>
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListHealthChecks service method.</param>
             
            <returns>The response from the ListHealthChecks service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.IncompatibleVersionException">
            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.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListHealthChecksAsync(System.Threading.CancellationToken)">
            <summary>
            To retrieve a list of your health checks, send a <code>GET</code> request to the <code>2013-04-01/healthcheck</code>
            resource. The response to this request includes a <code>HealthChecks</code> element
            with zero, one, or multiple <code>HealthCheck</code> 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 <code>MaxItems</code> parameter. You can use
            the <code>Marker</code> parameter to control the health check that the list begins
            with.
             
             <note> 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.</note>
            </summary>
            <param name="cancellationToken"> ttd1
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
             
            <returns>The response from the ListHealthChecks service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.IncompatibleVersionException">
            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.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListHealthChecksAsync(Amazon.Route53.Model.ListHealthChecksRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListHealthChecks operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListHealthChecks operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListHostedZones">
            <summary>
            To retrieve a list of your hosted zones, send a <code>GET</code> request to the <code>2013-04-01/hostedzone</code>
            resource. The response to this request includes a <code>HostedZones</code> element
            with zero, one, or multiple <code>HostedZone</code> child elements. By default, the
            list of hosted zones is displayed on a single page. You can control the length of
            the page that is displayed by using the <code>MaxItems</code> parameter. You can use
            the <code>Marker</code> parameter to control the hosted zone that the list begins
            with.
             
             <note> 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.</note>
            </summary>
             
            <returns>The response from the ListHostedZones service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.DelegationSetNotReusableException">
            The specified delegation set has not been marked as reusable.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchDelegationSetException">
            The specified delegation set does not exist.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListHostedZones(Amazon.Route53.Model.ListHostedZonesRequest)">
            <summary>
            To retrieve a list of your hosted zones, send a <code>GET</code> request to the <code>2013-04-01/hostedzone</code>
            resource. The response to this request includes a <code>HostedZones</code> element
            with zero, one, or multiple <code>HostedZone</code> child elements. By default, the
            list of hosted zones is displayed on a single page. You can control the length of
            the page that is displayed by using the <code>MaxItems</code> parameter. You can use
            the <code>Marker</code> parameter to control the hosted zone that the list begins
            with.
             
             <note> 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.</note>
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListHostedZones service method.</param>
             
            <returns>The response from the ListHostedZones service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.DelegationSetNotReusableException">
            The specified delegation set has not been marked as reusable.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchDelegationSetException">
            The specified delegation set does not exist.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListHostedZonesAsync(System.Threading.CancellationToken)">
            <summary>
            To retrieve a list of your hosted zones, send a <code>GET</code> request to the <code>2013-04-01/hostedzone</code>
            resource. The response to this request includes a <code>HostedZones</code> element
            with zero, one, or multiple <code>HostedZone</code> child elements. By default, the
            list of hosted zones is displayed on a single page. You can control the length of
            the page that is displayed by using the <code>MaxItems</code> parameter. You can use
            the <code>Marker</code> parameter to control the hosted zone that the list begins
            with.
             
             <note> 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.</note>
            </summary>
            <param name="cancellationToken"> ttd1
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
             
            <returns>The response from the ListHostedZones service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.DelegationSetNotReusableException">
            The specified delegation set has not been marked as reusable.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchDelegationSetException">
            The specified delegation set does not exist.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListHostedZonesAsync(Amazon.Route53.Model.ListHostedZonesRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListHostedZones operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListHostedZones operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListHostedZonesByName(Amazon.Route53.Model.ListHostedZonesByNameRequest)">
            <summary>
            To retrieve a list of your hosted zones in lexicographic order, send a <code>GET</code>
            request to the <code>2013-04-01/hostedzonesbyname</code> resource. The response to
            this request includes a <code>HostedZones</code> element with zero or more <code>HostedZone</code>
            child elements lexicographically ordered by DNS name. By default, the list of hosted
            zones is displayed on a single page. You can control the length of the page that is
            displayed by using the <code>MaxItems</code> parameter. You can use the <code>DNSName</code>
            and <code>HostedZoneId</code> parameters to control the hosted zone that the list
            begins with.
             
             <note> 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.</note>
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListHostedZonesByName service method.</param>
             
            <returns>The response from the ListHostedZonesByName service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidDomainNameException">
            This error indicates that the specified domain name is not valid.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListHostedZonesByNameAsync(Amazon.Route53.Model.ListHostedZonesByNameRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListHostedZonesByName operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListHostedZonesByName operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListResourceRecordSets(Amazon.Route53.Model.ListResourceRecordSetsRequest)">
            <summary>
            Imagine all the resource record sets in a zone listed out in front of you. Imagine
            them sorted lexicographically first by DNS name (with the labels reversed, like "com.amazon.www"
            for example), and secondarily, lexicographically by record type. This operation retrieves
            at most MaxItems resource record sets from this list, in order, starting at a position
            specified by the Name and Type arguments:
             
             <ul> <li>If both Name and Type are omitted, this means start the results at the first
            RRSET in the HostedZone.</li> <li>If Name is specified but Type is omitted, this means
            start the results at the first RRSET in the list whose name is greater than or equal
            to Name. </li> <li>If both Name and Type are specified, this means start the results
            at the first RRSET in the list whose name is greater than or equal to Name and whose
            type is greater than or equal to Type.</li> <li>It is an error to specify the Type
            but not the Name.</li> </ul>
            <para>
            Use ListResourceRecordSets to retrieve a single known record set by specifying the
            record set's name and type, and setting MaxItems = 1
            </para>
              
            <para>
            To retrieve all the records in a HostedZone, first pause any processes making calls
            to ChangeResourceRecordSets. Initially call ListResourceRecordSets without a Name
            and Type to get the first page of record sets. For subsequent calls, set Name and
            Type to the NextName and NextType values returned by the previous response.
            </para>
              
            <para>
            In the presence of concurrent ChangeResourceRecordSets calls, there is no consistency
            of results across calls to ListResourceRecordSets. The only way to get a consistent
            multi-page snapshot of all RRSETs in a zone is to stop making changes while pagination
            is in progress.
            </para>
              
            <para>
            However, the results from ListResourceRecordSets are consistent within a page. If
            MakeChange calls are taking place concurrently, the result of each one will either
            be completely visible in your results or not at all. You will not see partial changes,
            or changes that do not ultimately succeed. (This follows from the fact that MakeChange
            is atomic)
            </para>
              
            <para>
            The results from ListResourceRecordSets are strongly consistent with ChangeResourceRecordSets.
            To be precise, if a single process makes a call to ChangeResourceRecordSets and receives
            a successful response, the effects of that change will be visible in a subsequent
            call to ListResourceRecordSets by that process.
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListResourceRecordSets service method.</param>
             
            <returns>The response from the ListResourceRecordSets service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHostedZoneException">
             
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListResourceRecordSetsAsync(Amazon.Route53.Model.ListResourceRecordSetsRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListResourceRecordSets operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListResourceRecordSets operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListReusableDelegationSets">
            <summary>
            To retrieve a list of your reusable delegation sets, send a <code>GET</code> request
            to the <code>2013-04-01/delegationset</code> resource. The response to this request
            includes a <code>DelegationSets</code> element with zero, one, or multiple <code>DelegationSet</code>
            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 <code>MaxItems</code>
            parameter. You can use the <code>Marker</code> parameter to control the delegation
            set that the list begins with.
             
             <note> 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.</note>
            </summary>
             
            <returns>The response from the ListReusableDelegationSets service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListReusableDelegationSets(Amazon.Route53.Model.ListReusableDelegationSetsRequest)">
            <summary>
            To retrieve a list of your reusable delegation sets, send a <code>GET</code> request
            to the <code>2013-04-01/delegationset</code> resource. The response to this request
            includes a <code>DelegationSets</code> element with zero, one, or multiple <code>DelegationSet</code>
            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 <code>MaxItems</code>
            parameter. You can use the <code>Marker</code> parameter to control the delegation
            set that the list begins with.
             
             <note> 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.</note>
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListReusableDelegationSets service method.</param>
             
            <returns>The response from the ListReusableDelegationSets service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListReusableDelegationSetsAsync(System.Threading.CancellationToken)">
            <summary>
            To retrieve a list of your reusable delegation sets, send a <code>GET</code> request
            to the <code>2013-04-01/delegationset</code> resource. The response to this request
            includes a <code>DelegationSets</code> element with zero, one, or multiple <code>DelegationSet</code>
            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 <code>MaxItems</code>
            parameter. You can use the <code>Marker</code> parameter to control the delegation
            set that the list begins with.
             
             <note> 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.</note>
            </summary>
            <param name="cancellationToken"> ttd1
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
             
            <returns>The response from the ListReusableDelegationSets service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListReusableDelegationSetsAsync(Amazon.Route53.Model.ListReusableDelegationSetsRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListReusableDelegationSets operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListReusableDelegationSets operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListTagsForResource(Amazon.Route53.Model.ListTagsForResourceRequest)">
            <summary>
             
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListTagsForResource service method.</param>
             
            <returns>The response from the ListTagsForResource service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHealthCheckException">
            The health check you are trying to get or delete does not exist.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHostedZoneException">
             
            </exception>
            <exception cref="T:Amazon.Route53.Model.PriorRequestNotCompleteException">
            The request was rejected because Amazon Route 53 was still processing a prior request.
            </exception>
            <exception cref="T:Amazon.Route53.Model.ThrottlingException">
             
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListTagsForResourceAsync(Amazon.Route53.Model.ListTagsForResourceRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListTagsForResource operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListTagsForResource operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListTagsForResources(Amazon.Route53.Model.ListTagsForResourcesRequest)">
            <summary>
             
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListTagsForResources service method.</param>
             
            <returns>The response from the ListTagsForResources service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHealthCheckException">
            The health check you are trying to get or delete does not exist.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHostedZoneException">
             
            </exception>
            <exception cref="T:Amazon.Route53.Model.PriorRequestNotCompleteException">
            The request was rejected because Amazon Route 53 was still processing a prior request.
            </exception>
            <exception cref="T:Amazon.Route53.Model.ThrottlingException">
             
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListTagsForResourcesAsync(Amazon.Route53.Model.ListTagsForResourcesRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListTagsForResources operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListTagsForResources operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListTrafficPolicies(Amazon.Route53.Model.ListTrafficPoliciesRequest)">
            <summary>
            Gets information about the latest version for every traffic policy that is associated
            with the current AWS account. To get the information, send a <code>GET</code> request
            to the <code>2013-04-01/trafficpolicy</code> resource.
             
              
            <para>
            Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot
            of traffic policies, you can use the <code>maxitems</code> parameter to list them
            in groups of up to 100.
            </para>
              
            <para>
            The response includes three values that help you navigate from one group of <code>maxitems</code>
            traffic policies to the next:
            </para>
             <ul> <li><b>IsTruncated</b></li>
            <para>
            If the value of <code>IsTruncated</code> in the response is <code>true</code>, there
            are more traffic policies associated with the current AWS account.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, this response includes the last
            traffic policy that is associated with the current account.
            </para>
             <li><b>TrafficPolicyIdMarker</b></li>
            <para>
            If <code>IsTruncated</code> is <code>true</code>, <code>TrafficPolicyIdMarker</code>
            is the ID of the first traffic policy in the next group of <code>MaxItems</code> traffic
            policies. If you want to list more traffic policies, make another call to <code>ListTrafficPolicies</code>,
            and specify the value of the <code>TrafficPolicyIdMarker</code> element from the response
            in the <code>TrafficPolicyIdMarker</code> request parameter.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, the <code>TrafficPolicyIdMarker</code>
            element is omitted from the response.
            </para>
             <li><b>MaxItems</b></li>
            <para>
            The value that you specified for the <code>MaxItems</code> parameter in the request
            that produced the current response.
            </para>
             </ul>
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListTrafficPolicies service method.</param>
             
            <returns>The response from the ListTrafficPolicies service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListTrafficPoliciesAsync(Amazon.Route53.Model.ListTrafficPoliciesRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListTrafficPolicies operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListTrafficPolicies operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListTrafficPolicyInstances(Amazon.Route53.Model.ListTrafficPolicyInstancesRequest)">
            <summary>
            Gets information about the traffic policy instances that you created by using the
            current AWS account.
             
             <note>After you submit an <code>UpdateTrafficPolicyInstance</code> 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 <a>State</a> response
            element.</note>
            <para>
            To get information about the traffic policy instances that are associated with the
            current AWS account, send a <code>GET</code> request to the <code>2013-04-01/trafficpolicyinstance</code>
            resource.
            </para>
              
            <para>
            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 <code>MaxItems</code> parameter to list
            them in groups of up to 100.
            </para>
              
            <para>
            The response includes five values that help you navigate from one group of <code>MaxItems</code>
            traffic policy instances to the next:
            </para>
             <ul> <li><b>IsTruncated</b></li>
            <para>
            If the value of <code>IsTruncated</code> in the response is <code>true</code>, there
            are more traffic policy instances associated with the current AWS account.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, this response includes the last
            traffic policy instance that is associated with the current account.
            </para>
             <li><b>MaxItems</b></li>
            <para>
            The value that you specified for the <code>MaxItems</code> parameter in the request
            that produced the current response.
            </para>
             <li><b>HostedZoneIdMarker</b>, <b>TrafficPolicyInstanceNameMarker</b>, and <b>TrafficPolicyInstanceTypeMarker</b></li>
             
            <para>
            If <code>IsTruncated</code> is <code>true</code>, these three values in the response
            represent the first traffic policy instance in the next group of <code>MaxItems</code>
            traffic policy instances. To list more traffic policy instances, make another call
            to <code>ListTrafficPolicyInstances</code>, and specify these values in the corresponding
            request parameters.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, all three elements are omitted
            from the response.
            </para>
             </ul>
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListTrafficPolicyInstances service method.</param>
             
            <returns>The response from the ListTrafficPolicyInstances service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchTrafficPolicyInstanceException">
            No traffic policy instance exists with the specified ID.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListTrafficPolicyInstancesAsync(Amazon.Route53.Model.ListTrafficPolicyInstancesRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListTrafficPolicyInstances operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListTrafficPolicyInstances operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListTrafficPolicyInstancesByHostedZone(Amazon.Route53.Model.ListTrafficPolicyInstancesByHostedZoneRequest)">
            <summary>
            Gets information about the traffic policy instances that you created in a specified
            hosted zone.
             
             <note>After you submit an <code>UpdateTrafficPolicyInstance</code> 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 <a>State</a> response
            element.</note>
            <para>
            To get information about the traffic policy instances that you created in a specified
            hosted zone, send a <code>GET</code> request to the <code>2013-04-01/trafficpolicyinstance</code>
            resource and include the ID of the hosted zone.
            </para>
              
            <para>
            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 <code>MaxItems</code> parameter to list
            them in groups of up to 100.
            </para>
              
            <para>
            The response includes four values that help you navigate from one group of <code>MaxItems</code>
            traffic policy instances to the next:
            </para>
             <ul> <li><b>IsTruncated</b></li>
            <para>
            If the value of <code/>IsTruncated in the response is <code>true</code>, there are
            more traffic policy instances associated with the current AWS account.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, this response includes the last
            traffic policy instance that is associated with the current account.
            </para>
             <li><b>MaxItems</b></li>
            <para>
            The value that you specified for the <code>MaxItems</code> parameter in the request
            that produced the current response.
            </para>
             <li><b>TrafficPolicyInstanceNameMarker</b> and <b>TrafficPolicyInstanceTypeMarker</b></li>
             
            <para>
            If <code>IsTruncated</code> is <code>true</code>, these two values in the response
            represent the first traffic policy instance in the next group of <code>MaxItems</code>
            traffic policy instances. To list more traffic policy instances, make another call
            to <code>ListTrafficPolicyInstancesByHostedZone</code>, and specify these values in
            the corresponding request parameters.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, all three elements are omitted
            from the response.
            </para>
             </ul>
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListTrafficPolicyInstancesByHostedZone service method.</param>
             
            <returns>The response from the ListTrafficPolicyInstancesByHostedZone service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHostedZoneException">
             
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchTrafficPolicyInstanceException">
            No traffic policy instance exists with the specified ID.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListTrafficPolicyInstancesByHostedZoneAsync(Amazon.Route53.Model.ListTrafficPolicyInstancesByHostedZoneRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListTrafficPolicyInstancesByHostedZone operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListTrafficPolicyInstancesByHostedZone operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListTrafficPolicyInstancesByPolicy(Amazon.Route53.Model.ListTrafficPolicyInstancesByPolicyRequest)">
            <summary>
            Gets information about the traffic policy instances that you created by using a specify
            traffic policy version.
             
             <note>After you submit a <code>CreateTrafficPolicyInstance</code> or an <code>UpdateTrafficPolicyInstance</code>
            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
            <a>State</a> response element.</note>
            <para>
            To get information about the traffic policy instances that you created by using a
            specify traffic policy version, send a <code>GET</code> request to the <code>2013-04-01/trafficpolicyinstance</code>
            resource and include the ID and version of the traffic policy.
            </para>
              
            <para>
            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 <code>MaxItems</code> parameter to list
            them in groups of up to 100.
            </para>
              
            <para>
            The response includes five values that help you navigate from one group of <code>MaxItems</code>
            traffic policy instances to the next:
            </para>
             <ul> <li><b>IsTruncated</b>
            <para>
            If the value of <code>IsTruncated</code> in the response is <code>true</code>, there
            are more traffic policy instances associated with the specified traffic policy.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, this response includes the last
            traffic policy instance that is associated with the specified traffic policy.
            </para>
             </li> <li><b>MaxItems</b>
            <para>
            The value that you specified for the <code>MaxItems</code> parameter in the request
            that produced the current response.
            </para>
             </li> <li><b>HostedZoneIdMarker</b>, <b>TrafficPolicyInstanceNameMarker</b>, and
            <b>TrafficPolicyInstanceTypeMarker</b>
            <para>
            If <code>IsTruncated</code> is <code>true</code>, these values in the response represent
            the first traffic policy instance in the next group of <code>MaxItems</code> traffic
            policy instances. To list more traffic policy instances, make another call to <code>ListTrafficPolicyInstancesByPolicy</code>,
            and specify these values in the corresponding request parameters.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, all three elements are omitted
            from the response.
            </para>
             </li> </ul>
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListTrafficPolicyInstancesByPolicy service method.</param>
             
            <returns>The response from the ListTrafficPolicyInstancesByPolicy service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchTrafficPolicyException">
            No traffic policy exists with the specified ID.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchTrafficPolicyInstanceException">
            No traffic policy instance exists with the specified ID.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListTrafficPolicyInstancesByPolicyAsync(Amazon.Route53.Model.ListTrafficPolicyInstancesByPolicyRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListTrafficPolicyInstancesByPolicy operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListTrafficPolicyInstancesByPolicy operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListTrafficPolicyVersions(Amazon.Route53.Model.ListTrafficPolicyVersionsRequest)">
            <summary>
            Gets information about all of the versions for a specified traffic policy. <code>ListTrafficPolicyVersions</code>
            lists only versions that have not been deleted.
             
              
            <para>
            Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot
            of traffic policies, you can use the <code>maxitems</code> parameter to list them
            in groups of up to 100.
            </para>
              
            <para>
            The response includes three values that help you navigate from one group of <code>maxitems</code>maxitems
            traffic policies to the next:
            </para>
             <ul> <li><b>IsTruncated</b></li>
            <para>
            If the value of <code>IsTruncated</code> in the response is <code>true</code>, there
            are more traffic policy versions associated with the specified traffic policy.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, this response includes the last
            traffic policy version that is associated with the specified traffic policy.
            </para>
             <li><b>TrafficPolicyVersionMarker</b></li>
            <para>
            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 <code>ListTrafficPolicyVersions</code>,
            and specify the value of the <code>TrafficPolicyVersionMarker</code> element in the
            <code>TrafficPolicyVersionMarker</code> request parameter.
            </para>
              
            <para>
            If <code>IsTruncated</code> is <code>false</code>, Amazon Route 53 omits the <code>TrafficPolicyVersionMarker</code>
            element from the response.
            </para>
             <li><b>MaxItems</b></li>
            <para>
            The value that you specified for the <code>MaxItems</code> parameter in the request
            that produced the current response.
            </para>
             </ul>
            </summary>
            <param name="request">Container for the necessary parameters to execute the ListTrafficPolicyVersions service method.</param>
             
            <returns>The response from the ListTrafficPolicyVersions service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchTrafficPolicyException">
            No traffic policy exists with the specified ID.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.ListTrafficPolicyVersionsAsync(Amazon.Route53.Model.ListTrafficPolicyVersionsRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the ListTrafficPolicyVersions operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the ListTrafficPolicyVersions operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.UpdateHealthCheck(Amazon.Route53.Model.UpdateHealthCheckRequest)">
            <summary>
            This action updates an existing health check.
             
              
            <para>
            To update a health check, send a <code>POST</code> request to the <code>2013-04-01/healthcheck/<i>health
            check ID</i></code> resource. The request body must include an XML document with an
            <code>UpdateHealthCheckRequest</code> element. The response returns an <code>UpdateHealthCheckResponse</code>
            element, which contains metadata about the health check.
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the UpdateHealthCheck service method.</param>
             
            <returns>The response from the UpdateHealthCheck service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.HealthCheckVersionMismatchException">
             
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHealthCheckException">
            The health check you are trying to get or delete does not exist.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.UpdateHealthCheckAsync(Amazon.Route53.Model.UpdateHealthCheckRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the UpdateHealthCheck operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the UpdateHealthCheck operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.UpdateHostedZoneComment(Amazon.Route53.Model.UpdateHostedZoneCommentRequest)">
            <summary>
            To update the hosted zone comment, send a <code>POST</code> request to the <code>2013-04-01/hostedzone/<i>hosted
            zone ID</i></code> resource. The request body must include an XML document with a
            <code>UpdateHostedZoneCommentRequest</code> element. The response to this request
            includes the modified <code>HostedZone</code> element.
             
             <note> The comment can have a maximum length of 256 characters.</note>
            </summary>
            <param name="request">Container for the necessary parameters to execute the UpdateHostedZoneComment service method.</param>
             
            <returns>The response from the UpdateHostedZoneComment service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchHostedZoneException">
             
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.UpdateHostedZoneCommentAsync(Amazon.Route53.Model.UpdateHostedZoneCommentRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the UpdateHostedZoneComment operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the UpdateHostedZoneComment operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.UpdateTrafficPolicyComment(Amazon.Route53.Model.UpdateTrafficPolicyCommentRequest)">
            <summary>
            Updates the comment for a specified traffic policy version.
             
              
            <para>
            To update the comment, send a <code>POST</code> request to the <code>/2013-04-01/trafficpolicy/</code>
            resource.
            </para>
              
            <para>
            The request body must include an XML document with an <code>UpdateTrafficPolicyCommentRequest</code>
            element.
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the UpdateTrafficPolicyComment service method.</param>
             
            <returns>The response from the UpdateTrafficPolicyComment service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.ConcurrentModificationException">
            Another user submitted a request to update the object at the same time that you did.
            Retry the request.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchTrafficPolicyException">
            No traffic policy exists with the specified ID.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.UpdateTrafficPolicyCommentAsync(Amazon.Route53.Model.UpdateTrafficPolicyCommentRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the UpdateTrafficPolicyComment operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the UpdateTrafficPolicyComment operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.UpdateTrafficPolicyInstance(Amazon.Route53.Model.UpdateTrafficPolicyInstanceRequest)">
            <summary>
            Updates the resource record sets in a specified hosted zone that were created based
            on the settings in a specified traffic policy version.
             
             <important>The DNS type of the resource record sets that you're updating must match
            the DNS type in the JSON document that is associated with the traffic policy version
            that you're using to update the traffic policy instance.</important>
            <para>
            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:
            </para>
             <ol> <li>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. </li>
            <li>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.</li> <li>Amazon Route 53 deletes the old group
            of resource record sets that are associated with the root resource record set name.</li>
            </ol>
            <para>
            To update a traffic policy instance, send a <code>POST</code> request to the <code>/2013-04-01/trafficpolicyinstance/<i>traffic
            policy ID</i></code> resource. The request body must include an XML document with
            an <code>UpdateTrafficPolicyInstanceRequest</code> element.
            </para>
            </summary>
            <param name="request">Container for the necessary parameters to execute the UpdateTrafficPolicyInstance service method.</param>
             
            <returns>The response from the UpdateTrafficPolicyInstance service method, as returned by Route53.</returns>
            <exception cref="T:Amazon.Route53.Model.ConflictingTypesException">
            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 <code>CreateTrafficPolicy</code> or <code>CreateTrafficPolicyVersion</code>request.
            </exception>
            <exception cref="T:Amazon.Route53.Model.InvalidInputException">
            Some value specified in the request is invalid or the XML document is malformed.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchTrafficPolicyException">
            No traffic policy exists with the specified ID.
            </exception>
            <exception cref="T:Amazon.Route53.Model.NoSuchTrafficPolicyInstanceException">
            No traffic policy instance exists with the specified ID.
            </exception>
            <exception cref="T:Amazon.Route53.Model.PriorRequestNotCompleteException">
            The request was rejected because Amazon Route 53 was still processing a prior request.
            </exception>
        </member>
        <member name="M:Amazon.Route53.IAmazonRoute53.UpdateTrafficPolicyInstanceAsync(Amazon.Route53.Model.UpdateTrafficPolicyInstanceRequest,System.Threading.CancellationToken)">
            <summary>
            Initiates the asynchronous execution of the UpdateTrafficPolicyInstance operation.
            </summary>
             
            <param name="request">Container for the necessary parameters to execute the UpdateTrafficPolicyInstance operation.</param>
            <param name="cancellationToken">
                A cancellation token that can be used by other objects or threads to receive notice of cancellation.
            </param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
    </members>
</doc>