github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/route53domains/2014-05-15/docs-2.json (about)

     1  {
     2    "version": "2.0",
     3    "service": "<p>Amazon Route 53 API actions let you register domain names and perform related operations.</p>",
     4    "operations": {
     5      "AcceptDomainTransferFromAnotherAwsAccount": "<p>Accepts the transfer of a domain from another AWS account to the current AWS account. You initiate a transfer between AWS accounts using <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html\">TransferDomainToAnotherAwsAccount</a>. </p> <p>Use either <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ListOperations.html\">ListOperations</a> or <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a> to determine whether the operation succeeded. <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a> provides additional information, for example, <code>Domain Transfer from Aws Account 111122223333 has been cancelled</code>. </p>",
     6      "CancelDomainTransferToAnotherAwsAccount": "<p>Cancels the transfer of a domain from the current AWS account to another AWS account. You initiate a transfer between AWS accounts using <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html\">TransferDomainToAnotherAwsAccount</a>. </p> <important> <p>You must cancel the transfer before the other AWS account accepts the transfer using <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_AcceptDomainTransferFromAnotherAwsAccount.html\">AcceptDomainTransferFromAnotherAwsAccount</a>.</p> </important> <p>Use either <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ListOperations.html\">ListOperations</a> or <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a> to determine whether the operation succeeded. <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a> provides additional information, for example, <code>Domain Transfer from Aws Account 111122223333 has been cancelled</code>. </p>",
     7      "CheckDomainAvailability": "<p>This operation checks the availability of one domain name. Note that if the availability status of a domain is pending, you must submit another request to determine the availability of the domain name.</p>",
     8      "CheckDomainTransferability": "<p>Checks whether a domain name can be transferred to Amazon Route 53. </p>",
     9      "DeleteTagsForDomain": "<p>This operation deletes the specified tags for a domain.</p> <p>All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.</p>",
    10      "DisableDomainAutoRenew": "<p>This operation disables automatic renewal of domain registration for the specified domain.</p>",
    11      "DisableDomainTransferLock": "<p>This operation removes the transfer lock on the domain (specifically the <code>clientTransferProhibited</code> status) to allow domain transfers. We recommend you refrain from performing this action unless you intend to transfer the domain to a different registrar. Successful submission returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.</p>",
    12      "EnableDomainAutoRenew": "<p>This operation configures Amazon Route 53 to automatically renew the specified domain before the domain registration expires. The cost of renewing your domain registration is billed to your AWS account.</p> <p>The period during which you can renew a domain name varies by TLD. For a list of TLDs and their renewal policies, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html\">Domains That You Can Register with Amazon Route 53</a> in the <i>Amazon Route 53 Developer Guide</i>. Route 53 requires that you renew before the end of the renewal period so we can complete processing before the deadline.</p>",
    13      "EnableDomainTransferLock": "<p>This operation sets the transfer lock on the domain (specifically the <code>clientTransferProhibited</code> status) to prevent domain transfers. Successful submission returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.</p>",
    14      "GetContactReachabilityStatus": "<p>For operations that require confirmation that the email address for the registrant contact is valid, such as registering a new domain, this operation returns information about whether the registrant contact has responded.</p> <p>If you want us to resend the email, use the <code>ResendContactReachabilityEmail</code> operation.</p>",
    15      "GetDomainDetail": "<p>This operation returns detailed information about a specified domain that is associated with the current AWS account. Contact information for the domain is also returned as part of the output.</p>",
    16      "GetDomainSuggestions": "<p>The GetDomainSuggestions operation returns a list of suggested domain names.</p>",
    17      "GetOperationDetail": "<p>This operation returns the current status of an operation that is not completed.</p>",
    18      "ListDomains": "<p>This operation returns all the domain names registered with Amazon Route 53 for the current AWS account.</p>",
    19      "ListOperations": "<p>Returns information about all of the operations that return an operation ID and that have ever been performed on domains that were registered by the current account. </p>",
    20      "ListTagsForDomain": "<p>This operation returns all of the tags that are associated with the specified domain.</p> <p>All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.</p>",
    21      "RegisterDomain": "<p>This operation registers a domain. Domains are registered either by Amazon Registrar (for .com, .net, and .org domains) or by our registrar associate, Gandi (for all other domains). For some top-level domains (TLDs), this operation requires extra parameters.</p> <p>When you register a domain, Amazon Route 53 does the following:</p> <ul> <li> <p>Creates a Route 53 hosted zone that has the same name as the domain. Route 53 assigns four name servers to your hosted zone and automatically updates your domain registration with the names of these name servers.</p> </li> <li> <p>Enables autorenew, so your domain registration will renew automatically each year. We'll notify you in advance of the renewal date so you can choose whether to renew the registration.</p> </li> <li> <p>Optionally enables privacy protection, so WHOIS queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you don't enable privacy protection, WHOIS queries return the information that you entered for the registrant, admin, and tech contacts.</p> </li> <li> <p>If registration is successful, returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant is notified by email.</p> </li> <li> <p>Charges your AWS account an amount based on the top-level domain. For more information, see <a href=\"http://aws.amazon.com/route53/pricing/\">Amazon Route 53 Pricing</a>.</p> </li> </ul>",
    22      "RejectDomainTransferFromAnotherAwsAccount": "<p>Rejects the transfer of a domain from another AWS account to the current AWS account. You initiate a transfer between AWS accounts using <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html\">TransferDomainToAnotherAwsAccount</a>. </p> <p>Use either <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ListOperations.html\">ListOperations</a> or <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a> to determine whether the operation succeeded. <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a> provides additional information, for example, <code>Domain Transfer from Aws Account 111122223333 has been cancelled</code>. </p>",
    23      "RenewDomain": "<p>This operation renews a domain for the specified number of years. The cost of renewing your domain is billed to your AWS account.</p> <p>We recommend that you renew your domain several weeks before the expiration date. Some TLD registries delete domains before the expiration date if you haven't renewed far enough in advance. For more information about renewing domain registration, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-renew.html\">Renewing Registration for a Domain</a> in the <i>Amazon Route 53 Developer Guide</i>.</p>",
    24      "ResendContactReachabilityEmail": "<p>For operations that require confirmation that the email address for the registrant contact is valid, such as registering a new domain, this operation resends the confirmation email to the current email address for the registrant contact.</p>",
    25      "RetrieveDomainAuthCode": "<p>This operation returns the AuthCode for the domain. To transfer a domain to another registrar, you provide this value to the new registrar.</p>",
    26      "TransferDomain": "<p>Transfers a domain from another registrar to Amazon Route 53. When the transfer is complete, the domain is registered either with Amazon Registrar (for .com, .net, and .org domains) or with our registrar associate, Gandi (for all other TLDs).</p> <p>For more information about transferring domains, see the following topics:</p> <ul> <li> <p>For transfer requirements, a detailed procedure, and information about viewing the status of a domain that you're transferring to Route 53, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-transfer-to-route-53.html\">Transferring Registration for a Domain to Amazon Route 53</a> in the <i>Amazon Route 53 Developer Guide</i>.</p> </li> <li> <p>For information about how to transfer a domain from one AWS account to another, see <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html\">TransferDomainToAnotherAwsAccount</a>. </p> </li> <li> <p>For information about how to transfer a domain to another domain registrar, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-transfer-from-route-53.html\">Transferring a Domain from Amazon Route 53 to Another Registrar</a> in the <i>Amazon Route 53 Developer Guide</i>.</p> </li> </ul> <p>If the registrar for your domain is also the DNS service provider for the domain, we highly recommend that you transfer your DNS service to Route 53 or to another DNS service provider before you transfer your registration. Some registrars provide free DNS service when you purchase a domain registration. When you transfer the registration, the previous registrar will not renew your domain registration and could end your DNS service at any time.</p> <important> <p>If the registrar for your domain is also the DNS service provider for the domain and you don't transfer DNS service to another provider, your website, email, and the web applications associated with the domain might become unavailable.</p> </important> <p>If the transfer is successful, this method returns an operation ID that you can use to track the progress and completion of the action. If the transfer doesn't complete successfully, the domain registrant will be notified by email.</p>",
    27      "TransferDomainToAnotherAwsAccount": "<p>Transfers a domain from the current AWS account to another AWS account. Note the following:</p> <ul> <li> <p>The AWS account that you're transferring the domain to must accept the transfer. If the other account doesn't accept the transfer within 3 days, we cancel the transfer. See <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_AcceptDomainTransferFromAnotherAwsAccount.html\">AcceptDomainTransferFromAnotherAwsAccount</a>. </p> </li> <li> <p>You can cancel the transfer before the other account accepts it. See <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_CancelDomainTransferToAnotherAwsAccount.html\">CancelDomainTransferToAnotherAwsAccount</a>. </p> </li> <li> <p>The other account can reject the transfer. See <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_RejectDomainTransferFromAnotherAwsAccount.html\">RejectDomainTransferFromAnotherAwsAccount</a>. </p> </li> </ul> <important> <p>When you transfer a domain from one AWS account to another, Route 53 doesn't transfer the hosted zone that is associated with the domain. DNS resolution isn't affected if the domain and the hosted zone are owned by separate accounts, so transferring the hosted zone is optional. For information about transferring the hosted zone to another AWS account, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/hosted-zones-migrating.html\">Migrating a Hosted Zone to a Different AWS Account</a> in the <i>Amazon Route 53 Developer Guide</i>.</p> </important> <p>Use either <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ListOperations.html\">ListOperations</a> or <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a> to determine whether the operation succeeded. <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a> provides additional information, for example, <code>Domain Transfer from Aws Account 111122223333 has been cancelled</code>. </p>",
    28      "UpdateDomainContact": "<p>This operation updates the contact information for a particular domain. You must specify information for at least one contact: registrant, administrator, or technical.</p> <p>If the update is successful, this method returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.</p>",
    29      "UpdateDomainContactPrivacy": "<p>This operation updates the specified domain contact's privacy setting. When privacy protection is enabled, contact information such as email address is replaced either with contact information for Amazon Registrar (for .com, .net, and .org domains) or with contact information for our registrar associate, Gandi.</p> <p>This operation affects only the contact information for the specified contact type (registrant, administrator, or tech). If the request succeeds, Amazon Route 53 returns an operation ID that you can use with <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a> to track the progress and completion of the action. If the request doesn't complete successfully, the domain registrant will be notified by email.</p> <important> <p>By disabling the privacy service via API, you consent to the publication of the contact information provided for this domain via the public WHOIS database. You certify that you are the registrant of this domain name and have the authority to make this decision. You may withdraw your consent at any time by enabling privacy protection using either <code>UpdateDomainContactPrivacy</code> or the Route 53 console. Enabling privacy protection removes the contact information provided for this domain from the WHOIS database. For more information on our privacy practices, see <a href=\"https://aws.amazon.com/privacy/\">https://aws.amazon.com/privacy/</a>.</p> </important>",
    30      "UpdateDomainNameservers": "<p>This operation replaces the current set of name servers for the domain with the specified set of name servers. If you use Amazon Route 53 as your DNS service, specify the four name servers in the delegation set for the hosted zone for the domain.</p> <p>If successful, this operation returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.</p>",
    31      "UpdateTagsForDomain": "<p>This operation adds or updates tags for a specified domain.</p> <p>All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.</p>",
    32      "ViewBilling": "<p>Returns all the domain-related billing records for the current AWS account for a specified period</p>"
    33    },
    34    "shapes": {
    35      "AcceptDomainTransferFromAnotherAwsAccountRequest": {
    36        "base": "<p>The AcceptDomainTransferFromAnotherAwsAccount request includes the following elements.</p>",
    37        "refs": {
    38        }
    39      },
    40      "AcceptDomainTransferFromAnotherAwsAccountResponse": {
    41        "base": "<p>The AcceptDomainTransferFromAnotherAwsAccount response includes the following element.</p>",
    42        "refs": {
    43        }
    44      },
    45      "AccountId": {
    46        "base": null,
    47        "refs": {
    48          "TransferDomainToAnotherAwsAccountRequest$AccountId": "<p>The account ID of the AWS account that you want to transfer the domain to, for example, <code>111122223333</code>.</p>"
    49        }
    50      },
    51      "AddressLine": {
    52        "base": null,
    53        "refs": {
    54          "ContactDetail$AddressLine1": "<p>First line of the contact's address.</p>",
    55          "ContactDetail$AddressLine2": "<p>Second line of contact's address, if any.</p>"
    56        }
    57      },
    58      "BillingRecord": {
    59        "base": "<p>Information for one billing record.</p>",
    60        "refs": {
    61          "BillingRecords$member": null
    62        }
    63      },
    64      "BillingRecords": {
    65        "base": null,
    66        "refs": {
    67          "ViewBillingResponse$BillingRecords": "<p>A summary of billing records.</p>"
    68        }
    69      },
    70      "Boolean": {
    71        "base": null,
    72        "refs": {
    73          "DomainSummary$AutoRenew": "<p>Indicates whether the domain is automatically renewed upon expiration.</p>",
    74          "DomainSummary$TransferLock": "<p>Indicates whether a domain is locked from unauthorized transfer to another party.</p>",
    75          "GetDomainDetailResponse$AutoRenew": "<p>Specifies whether the domain registration is set to renew automatically.</p>",
    76          "GetDomainDetailResponse$AdminPrivacy": "<p>Specifies whether contact information is concealed from WHOIS queries. If the value is <code>true</code>, WHOIS (\"who is\") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If the value is <code>false</code>, WHOIS queries return the information that you entered for the admin contact.</p>",
    77          "GetDomainDetailResponse$RegistrantPrivacy": "<p>Specifies whether contact information is concealed from WHOIS queries. If the value is <code>true</code>, WHOIS (\"who is\") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If the value is <code>false</code>, WHOIS queries return the information that you entered for the registrant contact (domain owner).</p>",
    78          "GetDomainDetailResponse$TechPrivacy": "<p>Specifies whether contact information is concealed from WHOIS queries. If the value is <code>true</code>, WHOIS (\"who is\") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If the value is <code>false</code>, WHOIS queries return the information that you entered for the technical contact.</p>",
    79          "GetDomainSuggestionsRequest$OnlyAvailable": "<p>If <code>OnlyAvailable</code> is <code>true</code>, Route 53 returns only domain names that are available. If <code>OnlyAvailable</code> is <code>false</code>, Route 53 returns domain names without checking whether they're available to be registered. To determine whether the domain is available, you can call <code>checkDomainAvailability</code> for each suggestion.</p>",
    80          "RegisterDomainRequest$AutoRenew": "<p>Indicates whether the domain will be automatically renewed (<code>true</code>) or not (<code>false</code>). Autorenewal only takes effect after the account is charged.</p> <p>Default: <code>true</code> </p>",
    81          "RegisterDomainRequest$PrivacyProtectAdminContact": "<p>Whether you want to conceal contact information from WHOIS queries. If you specify <code>true</code>, WHOIS (\"who is\") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify <code>false</code>, WHOIS queries return the information that you entered for the admin contact.</p> <p>Default: <code>true</code> </p>",
    82          "RegisterDomainRequest$PrivacyProtectRegistrantContact": "<p>Whether you want to conceal contact information from WHOIS queries. If you specify <code>true</code>, WHOIS (\"who is\") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify <code>false</code>, WHOIS queries return the information that you entered for the registrant contact (the domain owner).</p> <p>Default: <code>true</code> </p>",
    83          "RegisterDomainRequest$PrivacyProtectTechContact": "<p>Whether you want to conceal contact information from WHOIS queries. If you specify <code>true</code>, WHOIS (\"who is\") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify <code>false</code>, WHOIS queries return the information that you entered for the technical contact.</p> <p>Default: <code>true</code> </p>",
    84          "ResendContactReachabilityEmailResponse$isAlreadyVerified": "<p> <code>True</code> if the email address for the registrant contact has already been verified, and <code>false</code> otherwise. If the email address has already been verified, we don't send another confirmation email.</p>",
    85          "TransferDomainRequest$AutoRenew": "<p>Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged.</p> <p>Default: true</p>",
    86          "TransferDomainRequest$PrivacyProtectAdminContact": "<p>Whether you want to conceal contact information from WHOIS queries. If you specify <code>true</code>, WHOIS (\"who is\") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify <code>false</code>, WHOIS queries return the information that you entered for the admin contact.</p> <p>Default: <code>true</code> </p>",
    87          "TransferDomainRequest$PrivacyProtectRegistrantContact": "<p>Whether you want to conceal contact information from WHOIS queries. If you specify <code>true</code>, WHOIS (\"who is\") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify <code>false</code>, WHOIS queries return the information that you entered for the registrant contact (domain owner).</p> <p>Default: <code>true</code> </p>",
    88          "TransferDomainRequest$PrivacyProtectTechContact": "<p>Whether you want to conceal contact information from WHOIS queries. If you specify <code>true</code>, WHOIS (\"who is\") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify <code>false</code>, WHOIS queries return the information that you entered for the technical contact.</p> <p>Default: <code>true</code> </p>",
    89          "UpdateDomainContactPrivacyRequest$AdminPrivacy": "<p>Whether you want to conceal contact information from WHOIS queries. If you specify <code>true</code>, WHOIS (\"who is\") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify <code>false</code>, WHOIS queries return the information that you entered for the admin contact.</p>",
    90          "UpdateDomainContactPrivacyRequest$RegistrantPrivacy": "<p>Whether you want to conceal contact information from WHOIS queries. If you specify <code>true</code>, WHOIS (\"who is\") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify <code>false</code>, WHOIS queries return the information that you entered for the registrant contact (domain owner).</p>",
    91          "UpdateDomainContactPrivacyRequest$TechPrivacy": "<p>Whether you want to conceal contact information from WHOIS queries. If you specify <code>true</code>, WHOIS (\"who is\") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify <code>false</code>, WHOIS queries return the information that you entered for the technical contact.</p>"
    92        }
    93      },
    94      "CancelDomainTransferToAnotherAwsAccountRequest": {
    95        "base": "<p>The CancelDomainTransferToAnotherAwsAccount request includes the following element.</p>",
    96        "refs": {
    97        }
    98      },
    99      "CancelDomainTransferToAnotherAwsAccountResponse": {
   100        "base": "<p>The <code>CancelDomainTransferToAnotherAwsAccount</code> response includes the following element.</p>",
   101        "refs": {
   102        }
   103      },
   104      "CheckDomainAvailabilityRequest": {
   105        "base": "<p>The CheckDomainAvailability request contains the following elements.</p>",
   106        "refs": {
   107        }
   108      },
   109      "CheckDomainAvailabilityResponse": {
   110        "base": "<p>The CheckDomainAvailability response includes the following elements.</p>",
   111        "refs": {
   112        }
   113      },
   114      "CheckDomainTransferabilityRequest": {
   115        "base": "<p>The CheckDomainTransferability request contains the following elements.</p>",
   116        "refs": {
   117        }
   118      },
   119      "CheckDomainTransferabilityResponse": {
   120        "base": "<p>The CheckDomainTransferability response includes the following elements.</p>",
   121        "refs": {
   122        }
   123      },
   124      "City": {
   125        "base": null,
   126        "refs": {
   127          "ContactDetail$City": "<p>The city of the contact's address.</p>"
   128        }
   129      },
   130      "ContactDetail": {
   131        "base": "<p>ContactDetail includes the following elements.</p>",
   132        "refs": {
   133          "GetDomainDetailResponse$AdminContact": "<p>Provides details about the domain administrative contact.</p>",
   134          "GetDomainDetailResponse$RegistrantContact": "<p>Provides details about the domain registrant.</p>",
   135          "GetDomainDetailResponse$TechContact": "<p>Provides details about the domain technical contact.</p>",
   136          "RegisterDomainRequest$AdminContact": "<p>Provides detailed contact information. For information about the values that you specify for each element, see <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ContactDetail.html\">ContactDetail</a>.</p>",
   137          "RegisterDomainRequest$RegistrantContact": "<p>Provides detailed contact information. For information about the values that you specify for each element, see <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ContactDetail.html\">ContactDetail</a>.</p>",
   138          "RegisterDomainRequest$TechContact": "<p>Provides detailed contact information. For information about the values that you specify for each element, see <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ContactDetail.html\">ContactDetail</a>.</p>",
   139          "TransferDomainRequest$AdminContact": "<p>Provides detailed contact information.</p>",
   140          "TransferDomainRequest$RegistrantContact": "<p>Provides detailed contact information.</p>",
   141          "TransferDomainRequest$TechContact": "<p>Provides detailed contact information.</p>",
   142          "UpdateDomainContactRequest$AdminContact": "<p>Provides detailed contact information.</p>",
   143          "UpdateDomainContactRequest$RegistrantContact": "<p>Provides detailed contact information.</p>",
   144          "UpdateDomainContactRequest$TechContact": "<p>Provides detailed contact information.</p>"
   145        }
   146      },
   147      "ContactName": {
   148        "base": null,
   149        "refs": {
   150          "ContactDetail$FirstName": "<p>First name of contact.</p>",
   151          "ContactDetail$LastName": "<p>Last name of contact.</p>",
   152          "ContactDetail$OrganizationName": "<p>Name of the organization for contact types other than <code>PERSON</code>.</p>"
   153        }
   154      },
   155      "ContactNumber": {
   156        "base": null,
   157        "refs": {
   158          "ContactDetail$PhoneNumber": "<p>The phone number of the contact.</p> <p>Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code&gt;]\". For example, a US phone number might appear as <code>\"+1.1234567890\"</code>.</p>",
   159          "ContactDetail$Fax": "<p>Fax number of the contact.</p> <p>Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code]\". For example, a US phone number might appear as <code>\"+1.1234567890\"</code>.</p>",
   160          "GetDomainDetailResponse$AbuseContactPhone": "<p>Phone number for reporting abuse.</p>"
   161        }
   162      },
   163      "ContactType": {
   164        "base": null,
   165        "refs": {
   166          "ContactDetail$ContactType": "<p>Indicates whether the contact is a person, company, association, or public organization. Note the following:</p> <ul> <li> <p>If you specify a value other than <code>PERSON</code>, you must also specify a value for <code>OrganizationName</code>.</p> </li> <li> <p>For some TLDs, the privacy protection available depends on the value that you specify for <code>Contact Type</code>. For the privacy protection settings for your TLD, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html\">Domains that You Can Register with Amazon Route 53</a> in the <i>Amazon Route 53 Developer Guide</i> </p> </li> <li> <p>For .es domains, if you specify <code>PERSON</code>, you must specify <code>INDIVIDUAL</code> for the value of <code>ES_LEGAL_FORM</code>.</p> </li> </ul>"
   167        }
   168      },
   169      "CountryCode": {
   170        "base": null,
   171        "refs": {
   172          "ContactDetail$CountryCode": "<p>Code for the country of the contact's address.</p>"
   173        }
   174      },
   175      "CurrentExpiryYear": {
   176        "base": null,
   177        "refs": {
   178          "RenewDomainRequest$CurrentExpiryYear": "<p>The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain.</p>"
   179        }
   180      },
   181      "DNSSec": {
   182        "base": null,
   183        "refs": {
   184          "GetDomainDetailResponse$DnsSec": "<p>Reserved for future use.</p>"
   185        }
   186      },
   187      "DeleteTagsForDomainRequest": {
   188        "base": "<p>The DeleteTagsForDomainRequest includes the following elements.</p>",
   189        "refs": {
   190        }
   191      },
   192      "DeleteTagsForDomainResponse": {
   193        "base": null,
   194        "refs": {
   195        }
   196      },
   197      "DisableDomainAutoRenewRequest": {
   198        "base": null,
   199        "refs": {
   200        }
   201      },
   202      "DisableDomainAutoRenewResponse": {
   203        "base": null,
   204        "refs": {
   205        }
   206      },
   207      "DisableDomainTransferLockRequest": {
   208        "base": "<p>The DisableDomainTransferLock request includes the following element.</p>",
   209        "refs": {
   210        }
   211      },
   212      "DisableDomainTransferLockResponse": {
   213        "base": "<p>The DisableDomainTransferLock response includes the following element.</p>",
   214        "refs": {
   215        }
   216      },
   217      "DomainAuthCode": {
   218        "base": null,
   219        "refs": {
   220          "CheckDomainTransferabilityRequest$AuthCode": "<p>If the registrar for the top-level domain (TLD) requires an authorization code to transfer the domain, the code that you got from the current registrar for the domain.</p>",
   221          "RetrieveDomainAuthCodeResponse$AuthCode": "<p>The authorization code for the domain.</p>",
   222          "TransferDomainRequest$AuthCode": "<p>The authorization code for the domain. You get this value from the current registrar.</p>"
   223        }
   224      },
   225      "DomainAvailability": {
   226        "base": null,
   227        "refs": {
   228          "CheckDomainAvailabilityResponse$Availability": "<p>Whether the domain name is available for registering.</p> <note> <p>You can register only domains designated as <code>AVAILABLE</code>.</p> </note> <p>Valid values:</p> <dl> <dt>AVAILABLE</dt> <dd> <p>The domain name is available.</p> </dd> <dt>AVAILABLE_RESERVED</dt> <dd> <p>The domain name is reserved under specific conditions.</p> </dd> <dt>AVAILABLE_PREORDER</dt> <dd> <p>The domain name is available and can be preordered.</p> </dd> <dt>DONT_KNOW</dt> <dd> <p>The TLD registry didn't reply with a definitive answer about whether the domain name is available. Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later.</p> </dd> <dt>PENDING</dt> <dd> <p>The TLD registry didn't return a response in the expected amount of time. When the response is delayed, it usually takes just a few extra seconds. You can resubmit the request immediately.</p> </dd> <dt>RESERVED</dt> <dd> <p>The domain name has been reserved for another person or organization.</p> </dd> <dt>UNAVAILABLE</dt> <dd> <p>The domain name is not available.</p> </dd> <dt>UNAVAILABLE_PREMIUM</dt> <dd> <p>The domain name is not available.</p> </dd> <dt>UNAVAILABLE_RESTRICTED</dt> <dd> <p>The domain name is forbidden.</p> </dd> </dl>"
   229        }
   230      },
   231      "DomainLimitExceeded": {
   232        "base": "<p>The number of domains has exceeded the allowed threshold for the account.</p>",
   233        "refs": {
   234        }
   235      },
   236      "DomainName": {
   237        "base": null,
   238        "refs": {
   239          "AcceptDomainTransferFromAnotherAwsAccountRequest$DomainName": "<p>The name of the domain that was specified when another AWS account submitted a <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html\">TransferDomainToAnotherAwsAccount</a> request. </p>",
   240          "BillingRecord$DomainName": "<p>The name of the domain that the billing record applies to. If the domain name contains characters other than a-z, 0-9, and - (hyphen), such as an internationalized domain name, then this value is in Punycode. For more information, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html\">DNS Domain Name Format</a> in the <i>Amazon Route 53 Developer Guide</i>.</p>",
   241          "CancelDomainTransferToAnotherAwsAccountRequest$DomainName": "<p>The name of the domain for which you want to cancel the transfer to another AWS account.</p>",
   242          "CheckDomainAvailabilityRequest$DomainName": "<p>The name of the domain that you want to get availability for. The top-level domain (TLD), such as .com, must be a TLD that Route 53 supports. For a list of supported TLDs, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html\">Domains that You Can Register with Amazon Route 53</a> in the <i>Amazon Route 53 Developer Guide</i>.</p> <p>The domain name can contain only the following characters:</p> <ul> <li> <p>Letters a through z. Domain names are not case sensitive.</p> </li> <li> <p>Numbers 0 through 9.</p> </li> <li> <p>Hyphen (-). You can't specify a hyphen at the beginning or end of a label. </p> </li> <li> <p>Period (.) to separate the labels in the name, such as the <code>.</code> in <code>example.com</code>.</p> </li> </ul> <p>Internationalized domain names are not supported for some top-level domains. To determine whether the TLD that you want to use supports internationalized domain names, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html\">Domains that You Can Register with Amazon Route 53</a>. For more information, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html#domain-name-format-idns\">Formatting Internationalized Domain Names</a>. </p>",
   243          "CheckDomainTransferabilityRequest$DomainName": "<p>The name of the domain that you want to transfer to Route 53. The top-level domain (TLD), such as .com, must be a TLD that Route 53 supports. For a list of supported TLDs, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html\">Domains that You Can Register with Amazon Route 53</a> in the <i>Amazon Route 53 Developer Guide</i>.</p> <p>The domain name can contain only the following characters:</p> <ul> <li> <p>Letters a through z. Domain names are not case sensitive.</p> </li> <li> <p>Numbers 0 through 9.</p> </li> <li> <p>Hyphen (-). You can't specify a hyphen at the beginning or end of a label. </p> </li> <li> <p>Period (.) to separate the labels in the name, such as the <code>.</code> in <code>example.com</code>.</p> </li> </ul>",
   244          "DeleteTagsForDomainRequest$DomainName": "<p>The domain for which you want to delete one or more tags.</p>",
   245          "DisableDomainAutoRenewRequest$DomainName": "<p>The name of the domain that you want to disable automatic renewal for.</p>",
   246          "DisableDomainTransferLockRequest$DomainName": "<p>The name of the domain that you want to remove the transfer lock for.</p>",
   247          "DomainSuggestion$DomainName": "<p>A suggested domain name.</p>",
   248          "DomainSummary$DomainName": "<p>The name of the domain that the summary information applies to.</p>",
   249          "EnableDomainAutoRenewRequest$DomainName": "<p>The name of the domain that you want to enable automatic renewal for.</p>",
   250          "EnableDomainTransferLockRequest$DomainName": "<p>The name of the domain that you want to set the transfer lock for.</p>",
   251          "GetContactReachabilityStatusRequest$domainName": "<p>The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid.</p>",
   252          "GetContactReachabilityStatusResponse$domainName": "<p>The domain name for which you requested the reachability status.</p>",
   253          "GetDomainDetailRequest$DomainName": "<p>The name of the domain that you want to get detailed information about.</p>",
   254          "GetDomainDetailResponse$DomainName": "<p>The name of a domain.</p>",
   255          "GetDomainSuggestionsRequest$DomainName": "<p>A domain name that you want to use as the basis for a list of possible domain names. The top-level domain (TLD), such as .com, must be a TLD that Route 53 supports. For a list of supported TLDs, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html\">Domains that You Can Register with Amazon Route 53</a> in the <i>Amazon Route 53 Developer Guide</i>.</p> <p>The domain name can contain only the following characters:</p> <ul> <li> <p>Letters a through z. Domain names are not case sensitive.</p> </li> <li> <p>Numbers 0 through 9.</p> </li> <li> <p>Hyphen (-). You can't specify a hyphen at the beginning or end of a label. </p> </li> <li> <p>Period (.) to separate the labels in the name, such as the <code>.</code> in <code>example.com</code>.</p> </li> </ul> <p>Internationalized domain names are not supported for some top-level domains. To determine whether the TLD that you want to use supports internationalized domain names, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html\">Domains that You Can Register with Amazon Route 53</a>. </p>",
   256          "GetOperationDetailResponse$DomainName": "<p>The name of a domain.</p>",
   257          "ListTagsForDomainRequest$DomainName": "<p>The domain for which you want to get a list of tags.</p>",
   258          "RegisterDomainRequest$DomainName": "<p>The domain name that you want to register. The top-level domain (TLD), such as .com, must be a TLD that Route 53 supports. For a list of supported TLDs, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html\">Domains that You Can Register with Amazon Route 53</a> in the <i>Amazon Route 53 Developer Guide</i>.</p> <p>The domain name can contain only the following characters:</p> <ul> <li> <p>Letters a through z. Domain names are not case sensitive.</p> </li> <li> <p>Numbers 0 through 9.</p> </li> <li> <p>Hyphen (-). You can't specify a hyphen at the beginning or end of a label. </p> </li> <li> <p>Period (.) to separate the labels in the name, such as the <code>.</code> in <code>example.com</code>.</p> </li> </ul> <p>Internationalized domain names are not supported for some top-level domains. To determine whether the TLD that you want to use supports internationalized domain names, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html\">Domains that You Can Register with Amazon Route 53</a>. For more information, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html#domain-name-format-idns\">Formatting Internationalized Domain Names</a>. </p>",
   259          "RejectDomainTransferFromAnotherAwsAccountRequest$DomainName": "<p>The name of the domain that was specified when another AWS account submitted a <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html\">TransferDomainToAnotherAwsAccount</a> request. </p>",
   260          "RenewDomainRequest$DomainName": "<p>The name of the domain that you want to renew.</p>",
   261          "ResendContactReachabilityEmailRequest$domainName": "<p>The name of the domain for which you want Route 53 to resend a confirmation email to the registrant contact.</p>",
   262          "ResendContactReachabilityEmailResponse$domainName": "<p>The domain name for which you requested a confirmation email.</p>",
   263          "RetrieveDomainAuthCodeRequest$DomainName": "<p>The name of the domain that you want to get an authorization code for.</p>",
   264          "TransferDomainRequest$DomainName": "<p>The name of the domain that you want to transfer to Route 53. The top-level domain (TLD), such as .com, must be a TLD that Route 53 supports. For a list of supported TLDs, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html\">Domains that You Can Register with Amazon Route 53</a> in the <i>Amazon Route 53 Developer Guide</i>.</p> <p>The domain name can contain only the following characters:</p> <ul> <li> <p>Letters a through z. Domain names are not case sensitive.</p> </li> <li> <p>Numbers 0 through 9.</p> </li> <li> <p>Hyphen (-). You can't specify a hyphen at the beginning or end of a label. </p> </li> <li> <p>Period (.) to separate the labels in the name, such as the <code>.</code> in <code>example.com</code>.</p> </li> </ul>",
   265          "TransferDomainToAnotherAwsAccountRequest$DomainName": "<p>The name of the domain that you want to transfer from the current AWS account to another account.</p>",
   266          "UpdateDomainContactPrivacyRequest$DomainName": "<p>The name of the domain that you want to update the privacy setting for.</p>",
   267          "UpdateDomainContactRequest$DomainName": "<p>The name of the domain that you want to update contact information for.</p>",
   268          "UpdateDomainNameserversRequest$DomainName": "<p>The name of the domain that you want to change name servers for.</p>",
   269          "UpdateTagsForDomainRequest$DomainName": "<p>The domain for which you want to add or update tags.</p>"
   270        }
   271      },
   272      "DomainStatus": {
   273        "base": null,
   274        "refs": {
   275          "DomainStatusList$member": null
   276        }
   277      },
   278      "DomainStatusList": {
   279        "base": null,
   280        "refs": {
   281          "GetDomainDetailResponse$StatusList": "<p>An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.</p> <p>ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.</p> <p>For a current list of domain name status codes and an explanation of what each code means, go to the <a href=\"https://www.icann.org/\">ICANN website</a> and search for <code>epp status codes</code>. (Search on the ICANN website; web searches sometimes return an old version of the document.)</p>"
   282        }
   283      },
   284      "DomainSuggestion": {
   285        "base": "<p>Information about one suggested domain name.</p>",
   286        "refs": {
   287          "DomainSuggestionsList$member": null
   288        }
   289      },
   290      "DomainSuggestionsList": {
   291        "base": null,
   292        "refs": {
   293          "GetDomainSuggestionsResponse$SuggestionsList": "<p>A list of possible domain names. If you specified <code>true</code> for <code>OnlyAvailable</code> in the request, the list contains only domains that are available for registration.</p>"
   294        }
   295      },
   296      "DomainSummary": {
   297        "base": "<p>Summary information about one domain.</p>",
   298        "refs": {
   299          "DomainSummaryList$member": null
   300        }
   301      },
   302      "DomainSummaryList": {
   303        "base": null,
   304        "refs": {
   305          "ListDomainsResponse$Domains": "<p>A summary of domains.</p>"
   306        }
   307      },
   308      "DomainTransferability": {
   309        "base": "<p>A complex type that contains information about whether the specified domain can be transferred to Route 53.</p>",
   310        "refs": {
   311          "CheckDomainTransferabilityResponse$Transferability": "<p>A complex type that contains information about whether the specified domain can be transferred to Route 53.</p>"
   312        }
   313      },
   314      "DuplicateRequest": {
   315        "base": "<p>The request is already in progress for the domain.</p>",
   316        "refs": {
   317        }
   318      },
   319      "DurationInYears": {
   320        "base": null,
   321        "refs": {
   322          "RegisterDomainRequest$DurationInYears": "<p>The number of years that you want to register the domain for. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain. For the range of valid values for your domain, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html\">Domains that You Can Register with Amazon Route 53</a> in the <i>Amazon Route 53 Developer Guide</i>.</p> <p>Default: 1</p>",
   323          "RenewDomainRequest$DurationInYears": "<p>The number of years that you want to renew the domain for. The maximum number of years depends on the top-level domain. For the range of valid values for your domain, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html\">Domains that You Can Register with Amazon Route 53</a> in the <i>Amazon Route 53 Developer Guide</i>.</p> <p>Default: 1</p>",
   324          "TransferDomainRequest$DurationInYears": "<p>The number of years that you want to register the domain for. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain.</p> <p>Default: 1</p>"
   325        }
   326      },
   327      "Email": {
   328        "base": null,
   329        "refs": {
   330          "ContactDetail$Email": "<p>Email address of the contact.</p>",
   331          "GetDomainDetailResponse$AbuseContactEmail": "<p>Email address to contact to report incorrect contact information for a domain, to report that the domain is being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse.</p>",
   332          "ResendContactReachabilityEmailResponse$emailAddress": "<p>The email address for the registrant contact at the time that we sent the verification email.</p>"
   333        }
   334      },
   335      "EnableDomainAutoRenewRequest": {
   336        "base": null,
   337        "refs": {
   338        }
   339      },
   340      "EnableDomainAutoRenewResponse": {
   341        "base": null,
   342        "refs": {
   343        }
   344      },
   345      "EnableDomainTransferLockRequest": {
   346        "base": "<p>A request to set the transfer lock for the specified domain.</p>",
   347        "refs": {
   348        }
   349      },
   350      "EnableDomainTransferLockResponse": {
   351        "base": "<p>The EnableDomainTransferLock response includes the following elements.</p>",
   352        "refs": {
   353        }
   354      },
   355      "ErrorMessage": {
   356        "base": null,
   357        "refs": {
   358          "DomainLimitExceeded$message": "<p>The number of domains has exceeded the allowed threshold for the account.</p>",
   359          "DuplicateRequest$message": "<p>The request is already in progress for the domain.</p>",
   360          "GetOperationDetailResponse$Message": "<p>Detailed information on the status including possible errors.</p>",
   361          "InvalidInput$message": "<p>The requested item is not acceptable. For example, for an OperationId it might refer to the ID of an operation that is already completed. For a domain name, it might not be a valid domain name or belong to the requester account.</p>",
   362          "OperationLimitExceeded$message": "<p>The number of operations or jobs running exceeded the allowed threshold for the account.</p>",
   363          "TLDRulesViolation$message": "<p>The top-level domain does not support this operation.</p>",
   364          "UnsupportedTLD$message": "<p>Amazon Route 53 does not support this top-level domain (TLD).</p>"
   365        }
   366      },
   367      "ExtraParam": {
   368        "base": "<p>ExtraParam includes the following elements.</p>",
   369        "refs": {
   370          "ExtraParamList$member": null
   371        }
   372      },
   373      "ExtraParamList": {
   374        "base": null,
   375        "refs": {
   376          "ContactDetail$ExtraParams": "<p>A list of name-value pairs for parameters required by certain top-level domains.</p>"
   377        }
   378      },
   379      "ExtraParamName": {
   380        "base": null,
   381        "refs": {
   382          "ExtraParam$Name": "<p>The name of an additional parameter that is required by a top-level domain. Here are the top-level domains that require additional parameters and the names of the parameters that they require:</p> <dl> <dt>.com.au and .net.au</dt> <dd> <ul> <li> <p> <code>AU_ID_NUMBER</code> </p> </li> <li> <p> <code>AU_ID_TYPE</code> </p> <p>Valid values include the following:</p> <ul> <li> <p> <code>ABN</code> (Australian business number)</p> </li> <li> <p> <code>ACN</code> (Australian company number)</p> </li> <li> <p> <code>TM</code> (Trademark number)</p> </li> </ul> </li> </ul> </dd> <dt>.ca</dt> <dd> <ul> <li> <p> <code>BRAND_NUMBER</code> </p> </li> <li> <p> <code>CA_BUSINESS_ENTITY_TYPE</code> </p> <p>Valid values include the following:</p> <ul> <li> <p> <code>BANK</code> (Bank)</p> </li> <li> <p> <code>COMMERCIAL_COMPANY</code> (Commercial company)</p> </li> <li> <p> <code>COMPANY</code> (Company)</p> </li> <li> <p> <code>COOPERATION</code> (Cooperation)</p> </li> <li> <p> <code>COOPERATIVE</code> (Cooperative)</p> </li> <li> <p> <code>COOPRIX</code> (Cooprix)</p> </li> <li> <p> <code>CORP</code> (Corporation)</p> </li> <li> <p> <code>CREDIT_UNION</code> (Credit union)</p> </li> <li> <p> <code>FOMIA</code> (Federation of mutual insurance associations)</p> </li> <li> <p> <code>INC</code> (Incorporated)</p> </li> <li> <p> <code>LTD</code> (Limited)</p> </li> <li> <p> <code>LTEE</code> (Limitée)</p> </li> <li> <p> <code>LLC</code> (Limited liability corporation)</p> </li> <li> <p> <code>LLP</code> (Limited liability partnership)</p> </li> <li> <p> <code>LTE</code> (Lte.)</p> </li> <li> <p> <code>MBA</code> (Mutual benefit association)</p> </li> <li> <p> <code>MIC</code> (Mutual insurance company)</p> </li> <li> <p> <code>NFP</code> (Not-for-profit corporation)</p> </li> <li> <p> <code>SA</code> (S.A.)</p> </li> <li> <p> <code>SAVINGS_COMPANY</code> (Savings company)</p> </li> <li> <p> <code>SAVINGS_UNION</code> (Savings union)</p> </li> <li> <p> <code>SARL</code> (Société à responsabilité limitée)</p> </li> <li> <p> <code>TRUST</code> (Trust)</p> </li> <li> <p> <code>ULC</code> (Unlimited liability corporation)</p> </li> </ul> </li> <li> <p> <code>CA_LEGAL_TYPE</code> </p> <p>When <code>ContactType</code> is <code>PERSON</code>, valid values include the following:</p> <ul> <li> <p> <code>ABO</code> (Aboriginal Peoples indigenous to Canada)</p> </li> <li> <p> <code>CCT</code> (Canadian citizen)</p> </li> <li> <p> <code>LGR</code> (Legal Representative of a Canadian Citizen or Permanent Resident)</p> </li> <li> <p> <code>RES</code> (Permanent resident of Canada)</p> </li> </ul> <p>When <code>ContactType</code> is a value other than <code>PERSON</code>, valid values include the following:</p> <ul> <li> <p> <code>ASS</code> (Canadian unincorporated association)</p> </li> <li> <p> <code>CCO</code> (Canadian corporation)</p> </li> <li> <p> <code>EDU</code> (Canadian educational institution)</p> </li> <li> <p> <code>GOV</code> (Government or government entity in Canada)</p> </li> <li> <p> <code>HOP</code> (Canadian Hospital)</p> </li> <li> <p> <code>INB</code> (Indian Band recognized by the Indian Act of Canada)</p> </li> <li> <p> <code>LAM</code> (Canadian Library, Archive, or Museum)</p> </li> <li> <p> <code>MAJ</code> (Her/His Majesty the Queen/King)</p> </li> <li> <p> <code>OMK</code> (Official mark registered in Canada)</p> </li> <li> <p> <code>PLT</code> (Canadian Political Party)</p> </li> <li> <p> <code>PRT</code> (Partnership Registered in Canada)</p> </li> <li> <p> <code>TDM</code> (Trademark registered in Canada)</p> </li> <li> <p> <code>TRD</code> (Canadian Trade Union)</p> </li> <li> <p> <code>TRS</code> (Trust established in Canada)</p> </li> </ul> </li> </ul> </dd> <dt>.es</dt> <dd> <ul> <li> <p> <code>ES_IDENTIFICATION</code> </p> <p>Specify the applicable value:</p> <ul> <li> <p> <b>For contacts inside Spain:</b> Enter your passport ID.</p> </li> <li> <p> <b>For contacts outside of Spain:</b> Enter the VAT identification number for the company.</p> <note> <p>For .es domains, the value of <code>ContactType</code> must be <code>PERSON</code>.</p> </note> </li> </ul> </li> <li> <p> <code>ES_IDENTIFICATION_TYPE</code> </p> <p>Valid values include the following:</p> <ul> <li> <p> <code>DNI_AND_NIF</code> (For Spanish contacts)</p> </li> <li> <p> <code>NIE</code> (For foreigners with legal residence)</p> </li> <li> <p> <code>OTHER</code> (For contacts outside of Spain)</p> </li> </ul> </li> <li> <p> <code>ES_LEGAL_FORM</code> </p> <p>Valid values include the following:</p> <ul> <li> <p> <code>ASSOCIATION</code> </p> </li> <li> <p> <code>CENTRAL_GOVERNMENT_BODY</code> </p> </li> <li> <p> <code>CIVIL_SOCIETY</code> </p> </li> <li> <p> <code>COMMUNITY_OF_OWNERS</code> </p> </li> <li> <p> <code>COMMUNITY_PROPERTY</code> </p> </li> <li> <p> <code>CONSULATE</code> </p> </li> <li> <p> <code>COOPERATIVE</code> </p> </li> <li> <p> <code>DESIGNATION_OF_ORIGIN_SUPERVISORY_COUNCIL</code> </p> </li> <li> <p> <code>ECONOMIC_INTEREST_GROUP</code> </p> </li> <li> <p> <code>EMBASSY</code> </p> </li> <li> <p> <code>ENTITY_MANAGING_NATURAL_AREAS</code> </p> </li> <li> <p> <code>FARM_PARTNERSHIP</code> </p> </li> <li> <p> <code>FOUNDATION</code> </p> </li> <li> <p> <code>GENERAL_AND_LIMITED_PARTNERSHIP</code> </p> </li> <li> <p> <code>GENERAL_PARTNERSHIP</code> </p> </li> <li> <p> <code>INDIVIDUAL</code> </p> </li> <li> <p> <code>LIMITED_COMPANY</code> </p> </li> <li> <p> <code>LOCAL_AUTHORITY</code> </p> </li> <li> <p> <code>LOCAL_PUBLIC_ENTITY</code> </p> </li> <li> <p> <code>MUTUAL_INSURANCE_COMPANY</code> </p> </li> <li> <p> <code>NATIONAL_PUBLIC_ENTITY</code> </p> </li> <li> <p> <code>ORDER_OR_RELIGIOUS_INSTITUTION</code> </p> </li> <li> <p> <code>OTHERS (Only for contacts outside of Spain)</code> </p> </li> <li> <p> <code>POLITICAL_PARTY</code> </p> </li> <li> <p> <code>PROFESSIONAL_ASSOCIATION</code> </p> </li> <li> <p> <code>PUBLIC_LAW_ASSOCIATION</code> </p> </li> <li> <p> <code>PUBLIC_LIMITED_COMPANY</code> </p> </li> <li> <p> <code>REGIONAL_GOVERNMENT_BODY</code> </p> </li> <li> <p> <code>REGIONAL_PUBLIC_ENTITY</code> </p> </li> <li> <p> <code>SAVINGS_BANK</code> </p> </li> <li> <p> <code>SPANISH_OFFICE</code> </p> </li> <li> <p> <code>SPORTS_ASSOCIATION</code> </p> </li> <li> <p> <code>SPORTS_FEDERATION</code> </p> </li> <li> <p> <code>SPORTS_LIMITED_COMPANY</code> </p> </li> <li> <p> <code>TEMPORARY_ALLIANCE_OF_ENTERPRISES</code> </p> </li> <li> <p> <code>TRADE_UNION</code> </p> </li> <li> <p> <code>WORKER_OWNED_COMPANY</code> </p> </li> <li> <p> <code>WORKER_OWNED_LIMITED_COMPANY</code> </p> </li> </ul> </li> </ul> </dd> <dt>.fi</dt> <dd> <ul> <li> <p> <code>BIRTH_DATE_IN_YYYY_MM_DD</code> </p> </li> <li> <p> <code>FI_BUSINESS_NUMBER</code> </p> </li> <li> <p> <code>FI_ID_NUMBER</code> </p> </li> <li> <p> <code>FI_NATIONALITY</code> </p> <p>Valid values include the following:</p> <ul> <li> <p> <code>FINNISH</code> </p> </li> <li> <p> <code>NOT_FINNISH</code> </p> </li> </ul> </li> <li> <p> <code>FI_ORGANIZATION_TYPE</code> </p> <p>Valid values include the following:</p> <ul> <li> <p> <code>COMPANY</code> </p> </li> <li> <p> <code>CORPORATION</code> </p> </li> <li> <p> <code>GOVERNMENT</code> </p> </li> <li> <p> <code>INSTITUTION</code> </p> </li> <li> <p> <code>POLITICAL_PARTY</code> </p> </li> <li> <p> <code>PUBLIC_COMMUNITY</code> </p> </li> <li> <p> <code>TOWNSHIP</code> </p> </li> </ul> </li> </ul> </dd> <dt>.fr</dt> <dd> <ul> <li> <p> <code>BIRTH_CITY</code> </p> </li> <li> <p> <code>BIRTH_COUNTRY</code> </p> </li> <li> <p> <code>BIRTH_DATE_IN_YYYY_MM_DD</code> </p> </li> <li> <p> <code>BIRTH_DEPARTMENT</code>: Specify the INSEE code that corresponds with the department where the contact was born. If the contact was born somewhere other than France or its overseas departments, specify <code>99</code>. For more information, including a list of departments and the corresponding INSEE numbers, see the Wikipedia entry <a href=\"https://en.wikipedia.org/wiki/Departments_of_France\">Departments of France</a>.</p> </li> <li> <p> <code>BRAND_NUMBER</code> </p> </li> </ul> </dd> <dt>.it</dt> <dd> <ul> <li> <p> <code>IT_NATIONALITY</code> </p> </li> <li> <p> <code>IT_PIN</code> </p> </li> <li> <p> <code>IT_REGISTRANT_ENTITY_TYPE</code> </p> <p>Valid values include the following:</p> <ul> <li> <p> <code>FOREIGNERS</code> </p> </li> <li> <p> <code>FREELANCE_WORKERS</code> (Freelance workers and professionals)</p> </li> <li> <p> <code>ITALIAN_COMPANIES</code> (Italian companies and one-person companies)</p> </li> <li> <p> <code>NON_PROFIT_ORGANIZATIONS</code> </p> </li> <li> <p> <code>OTHER_SUBJECTS</code> </p> </li> <li> <p> <code>PUBLIC_ORGANIZATIONS</code> </p> </li> </ul> </li> </ul> </dd> <dt>.ru</dt> <dd> <ul> <li> <p> <code>BIRTH_DATE_IN_YYYY_MM_DD</code> </p> </li> <li> <p> <code>RU_PASSPORT_DATA</code> </p> </li> </ul> </dd> <dt>.se</dt> <dd> <ul> <li> <p> <code>BIRTH_COUNTRY</code> </p> </li> <li> <p> <code>SE_ID_NUMBER</code> </p> </li> </ul> </dd> <dt>.sg</dt> <dd> <ul> <li> <p> <code>SG_ID_NUMBER</code> </p> </li> </ul> </dd> <dt>.co.uk, .me.uk, and .org.uk</dt> <dd> <ul> <li> <p> <code>UK_CONTACT_TYPE</code> </p> <p>Valid values include the following:</p> <ul> <li> <p> <code>CRC</code> (UK Corporation by Royal Charter)</p> </li> <li> <p> <code>FCORP</code> (Non-UK Corporation)</p> </li> <li> <p> <code>FIND</code> (Non-UK Individual, representing self)</p> </li> <li> <p> <code>FOTHER</code> (Non-UK Entity that does not fit into any other category)</p> </li> <li> <p> <code>GOV</code> (UK Government Body)</p> </li> <li> <p> <code>IND</code> (UK Individual (representing self))</p> </li> <li> <p> <code>IP</code> (UK Industrial/Provident Registered Company)</p> </li> <li> <p> <code>LLP</code> (UK Limited Liability Partnership)</p> </li> <li> <p> <code>LTD</code> (UK Limited Company)</p> </li> <li> <p> <code>OTHER</code> (UK Entity that does not fit into any other category)</p> </li> <li> <p> <code>PLC</code> (UK Public Limited Company)</p> </li> <li> <p> <code>PTNR</code> (UK Partnership)</p> </li> <li> <p> <code>RCHAR</code> (UK Registered Charity)</p> </li> <li> <p> <code>SCH</code> (UK School)</p> </li> <li> <p> <code>STAT</code> (UK Statutory Body)</p> </li> <li> <p> <code>STRA</code> (UK Sole Trader)</p> </li> </ul> </li> <li> <p> <code>UK_COMPANY_NUMBER</code> </p> </li> </ul> </dd> </dl> <p>In addition, many TLDs require a <code>VAT_NUMBER</code>.</p>"
   383        }
   384      },
   385      "ExtraParamValue": {
   386        "base": null,
   387        "refs": {
   388          "ExtraParam$Value": "<p>The value that corresponds with the name of an extra parameter.</p>"
   389        }
   390      },
   391      "FIAuthKey": {
   392        "base": null,
   393        "refs": {
   394          "UpdateDomainNameserversRequest$FIAuthKey": "<p>The authorization key for .fi domains</p>"
   395        }
   396      },
   397      "GetContactReachabilityStatusRequest": {
   398        "base": null,
   399        "refs": {
   400        }
   401      },
   402      "GetContactReachabilityStatusResponse": {
   403        "base": null,
   404        "refs": {
   405        }
   406      },
   407      "GetDomainDetailRequest": {
   408        "base": "<p>The GetDomainDetail request includes the following element.</p>",
   409        "refs": {
   410        }
   411      },
   412      "GetDomainDetailResponse": {
   413        "base": "<p>The GetDomainDetail response includes the following elements.</p>",
   414        "refs": {
   415        }
   416      },
   417      "GetDomainSuggestionsRequest": {
   418        "base": null,
   419        "refs": {
   420        }
   421      },
   422      "GetDomainSuggestionsResponse": {
   423        "base": null,
   424        "refs": {
   425        }
   426      },
   427      "GetOperationDetailRequest": {
   428        "base": "<p>The <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a> request includes the following element.</p>",
   429        "refs": {
   430        }
   431      },
   432      "GetOperationDetailResponse": {
   433        "base": "<p>The GetOperationDetail response includes the following elements.</p>",
   434        "refs": {
   435        }
   436      },
   437      "GlueIp": {
   438        "base": null,
   439        "refs": {
   440          "GlueIpList$member": null
   441        }
   442      },
   443      "GlueIpList": {
   444        "base": null,
   445        "refs": {
   446          "Nameserver$GlueIps": "<p>Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.</p> <p>Constraints: The list can contain only one IPv4 and one IPv6 address.</p>"
   447        }
   448      },
   449      "HostName": {
   450        "base": null,
   451        "refs": {
   452          "Nameserver$Name": "<p>The fully qualified host name of the name server.</p> <p>Constraint: Maximum 255 characters</p>"
   453        }
   454      },
   455      "Integer": {
   456        "base": null,
   457        "refs": {
   458          "GetDomainSuggestionsRequest$SuggestionCount": "<p>The number of suggested domain names that you want Route 53 to return. Specify a value between 1 and 50.</p>"
   459        }
   460      },
   461      "InvalidInput": {
   462        "base": "<p>The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For <code>AcceptDomainTransferFromAnotherAwsAccount</code>, the password might be invalid.</p>",
   463        "refs": {
   464        }
   465      },
   466      "InvoiceId": {
   467        "base": null,
   468        "refs": {
   469          "BillingRecord$InvoiceId": "<p>The ID of the invoice that is associated with the billing record.</p>"
   470        }
   471      },
   472      "LangCode": {
   473        "base": null,
   474        "refs": {
   475          "CheckDomainAvailabilityRequest$IdnLangCode": "<p>Reserved for future use.</p>",
   476          "RegisterDomainRequest$IdnLangCode": "<p>Reserved for future use.</p>",
   477          "TransferDomainRequest$IdnLangCode": "<p>Reserved for future use.</p>"
   478        }
   479      },
   480      "ListDomainsRequest": {
   481        "base": "<p>The ListDomains request includes the following elements.</p>",
   482        "refs": {
   483        }
   484      },
   485      "ListDomainsResponse": {
   486        "base": "<p>The ListDomains response includes the following elements.</p>",
   487        "refs": {
   488        }
   489      },
   490      "ListOperationsRequest": {
   491        "base": "<p>The ListOperations request includes the following elements.</p>",
   492        "refs": {
   493        }
   494      },
   495      "ListOperationsResponse": {
   496        "base": "<p>The ListOperations response includes the following elements.</p>",
   497        "refs": {
   498        }
   499      },
   500      "ListTagsForDomainRequest": {
   501        "base": "<p>The ListTagsForDomainRequest includes the following elements.</p>",
   502        "refs": {
   503        }
   504      },
   505      "ListTagsForDomainResponse": {
   506        "base": "<p>The ListTagsForDomain response includes the following elements.</p>",
   507        "refs": {
   508        }
   509      },
   510      "Nameserver": {
   511        "base": "<p>Nameserver includes the following elements.</p>",
   512        "refs": {
   513          "NameserverList$member": null
   514        }
   515      },
   516      "NameserverList": {
   517        "base": null,
   518        "refs": {
   519          "GetDomainDetailResponse$Nameservers": "<p>The name of the domain.</p>",
   520          "TransferDomainRequest$Nameservers": "<p>Contains details for the host and glue IP addresses.</p>",
   521          "UpdateDomainNameserversRequest$Nameservers": "<p>A list of new name servers for the domain.</p>"
   522        }
   523      },
   524      "OperationId": {
   525        "base": null,
   526        "refs": {
   527          "AcceptDomainTransferFromAnotherAwsAccountResponse$OperationId": "<p>Identifier for tracking the progress of the request. To query the operation status, use <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a>.</p>",
   528          "CancelDomainTransferToAnotherAwsAccountResponse$OperationId": "<p>The identifier that <code>TransferDomainToAnotherAwsAccount</code> returned to track the progress of the request. Because the transfer request was canceled, the value is no longer valid, and you can't use <code>GetOperationDetail</code> to query the operation status.</p>",
   529          "DisableDomainTransferLockResponse$OperationId": "<p>Identifier for tracking the progress of the request. To query the operation status, use <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a>.</p>",
   530          "EnableDomainTransferLockResponse$OperationId": "<p>Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.</p>",
   531          "GetOperationDetailRequest$OperationId": "<p>The identifier for the operation for which you want to get the status. Route 53 returned the identifier in the response to the original request.</p>",
   532          "GetOperationDetailResponse$OperationId": "<p>The identifier for the operation.</p>",
   533          "OperationSummary$OperationId": "<p>Identifier returned to track the requested action.</p>",
   534          "RegisterDomainResponse$OperationId": "<p>Identifier for tracking the progress of the request. To query the operation status, use <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a>.</p>",
   535          "RejectDomainTransferFromAnotherAwsAccountResponse$OperationId": "<p>The identifier that <code>TransferDomainToAnotherAwsAccount</code> returned to track the progress of the request. Because the transfer request was rejected, the value is no longer valid, and you can't use <code>GetOperationDetail</code> to query the operation status.</p>",
   536          "RenewDomainResponse$OperationId": "<p>Identifier for tracking the progress of the request. To query the operation status, use <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a>.</p>",
   537          "TransferDomainResponse$OperationId": "<p>Identifier for tracking the progress of the request. To query the operation status, use <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a>.</p>",
   538          "TransferDomainToAnotherAwsAccountResponse$OperationId": "<p>Identifier for tracking the progress of the request. To query the operation status, use <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a>.</p>",
   539          "UpdateDomainContactPrivacyResponse$OperationId": "<p>Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.</p>",
   540          "UpdateDomainContactResponse$OperationId": "<p>Identifier for tracking the progress of the request. To query the operation status, use <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a>.</p>",
   541          "UpdateDomainNameserversResponse$OperationId": "<p>Identifier for tracking the progress of the request. To query the operation status, use <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a>.</p>"
   542        }
   543      },
   544      "OperationLimitExceeded": {
   545        "base": "<p>The number of operations or jobs running exceeded the allowed threshold for the account.</p>",
   546        "refs": {
   547        }
   548      },
   549      "OperationStatus": {
   550        "base": null,
   551        "refs": {
   552          "GetOperationDetailResponse$Status": "<p>The current status of the requested operation in the system.</p>",
   553          "OperationSummary$Status": "<p>The current status of the requested operation in the system.</p>"
   554        }
   555      },
   556      "OperationSummary": {
   557        "base": "<p>OperationSummary includes the following elements.</p>",
   558        "refs": {
   559          "OperationSummaryList$member": null
   560        }
   561      },
   562      "OperationSummaryList": {
   563        "base": null,
   564        "refs": {
   565          "ListOperationsResponse$Operations": "<p>Lists summaries of the operations.</p>"
   566        }
   567      },
   568      "OperationType": {
   569        "base": null,
   570        "refs": {
   571          "BillingRecord$Operation": "<p>The operation that you were charged for.</p>",
   572          "GetOperationDetailResponse$Type": "<p>The type of operation that was requested.</p>",
   573          "OperationSummary$Type": "<p>Type of the action requested.</p>"
   574        }
   575      },
   576      "PageMarker": {
   577        "base": null,
   578        "refs": {
   579          "ListDomainsRequest$Marker": "<p>For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current AWS account is greater than the value that you specified for <code>MaxItems</code>, you can use <code>Marker</code> to return additional domains. Get the value of <code>NextPageMarker</code> from the previous response, and submit another request that includes the value of <code>NextPageMarker</code> in the <code>Marker</code> element.</p> <p>Constraints: The marker must match the value specified in the previous request.</p>",
   580          "ListDomainsResponse$NextPageMarker": "<p>If there are more domains than you specified for <code>MaxItems</code> in the request, submit another request and include the value of <code>NextPageMarker</code> in the value of <code>Marker</code>.</p>",
   581          "ListOperationsRequest$Marker": "<p>For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for <code>MaxItems</code>, you can use <code>Marker</code> to return additional operations. Get the value of <code>NextPageMarker</code> from the previous response, and submit another request that includes the value of <code>NextPageMarker</code> in the <code>Marker</code> element.</p>",
   582          "ListOperationsResponse$NextPageMarker": "<p>If there are more operations than you specified for <code>MaxItems</code> in the request, submit another request and include the value of <code>NextPageMarker</code> in the value of <code>Marker</code>.</p>",
   583          "ViewBillingRequest$Marker": "<p>For an initial request for a list of billing records, omit this element. If the number of billing records that are associated with the current AWS account during the specified period is greater than the value that you specified for <code>MaxItems</code>, you can use <code>Marker</code> to return additional billing records. Get the value of <code>NextPageMarker</code> from the previous response, and submit another request that includes the value of <code>NextPageMarker</code> in the <code>Marker</code> element. </p> <p>Constraints: The marker must match the value of <code>NextPageMarker</code> that was returned in the previous response.</p>",
   584          "ViewBillingResponse$NextPageMarker": "<p>If there are more billing records than you specified for <code>MaxItems</code> in the request, submit another request and include the value of <code>NextPageMarker</code> in the value of <code>Marker</code>.</p>"
   585        }
   586      },
   587      "PageMaxItems": {
   588        "base": null,
   589        "refs": {
   590          "ListDomainsRequest$MaxItems": "<p>Number of domains to be returned.</p> <p>Default: 20</p>",
   591          "ListOperationsRequest$MaxItems": "<p>Number of domains to be returned.</p> <p>Default: 20</p>",
   592          "ViewBillingRequest$MaxItems": "<p>The number of billing records to be returned.</p> <p>Default: 20</p>"
   593        }
   594      },
   595      "Price": {
   596        "base": null,
   597        "refs": {
   598          "BillingRecord$Price": "<p>The price that you were charged for the operation, in US dollars.</p> <p>Example value: 12.0</p>"
   599        }
   600      },
   601      "ReachabilityStatus": {
   602        "base": null,
   603        "refs": {
   604          "GetContactReachabilityStatusResponse$status": "<p>Whether the registrant contact has responded. Values include the following:</p> <dl> <dt>PENDING</dt> <dd> <p>We sent the confirmation email and haven't received a response yet.</p> </dd> <dt>DONE</dt> <dd> <p>We sent the email and got confirmation from the registrant contact.</p> </dd> <dt>EXPIRED</dt> <dd> <p>The time limit expired before the registrant contact responded.</p> </dd> </dl>"
   605        }
   606      },
   607      "RegisterDomainRequest": {
   608        "base": "<p>The RegisterDomain request includes the following elements.</p>",
   609        "refs": {
   610        }
   611      },
   612      "RegisterDomainResponse": {
   613        "base": "<p>The RegisterDomain response includes the following element.</p>",
   614        "refs": {
   615        }
   616      },
   617      "RegistrarName": {
   618        "base": null,
   619        "refs": {
   620          "GetDomainDetailResponse$RegistrarName": "<p>Name of the registrar of the domain as identified in the registry. Domains with a .com, .net, or .org TLD are registered by Amazon Registrar. All other domains are registered by our registrar associate, Gandi. The value for domains that are registered by Gandi is <code>\"GANDI SAS\"</code>. </p>"
   621        }
   622      },
   623      "RegistrarUrl": {
   624        "base": null,
   625        "refs": {
   626          "GetDomainDetailResponse$RegistrarUrl": "<p>Web address of the registrar.</p>"
   627        }
   628      },
   629      "RegistrarWhoIsServer": {
   630        "base": null,
   631        "refs": {
   632          "GetDomainDetailResponse$WhoIsServer": "<p>The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.</p>"
   633        }
   634      },
   635      "RegistryDomainId": {
   636        "base": null,
   637        "refs": {
   638          "GetDomainDetailResponse$RegistryDomainId": "<p>Reserved for future use.</p>"
   639        }
   640      },
   641      "RejectDomainTransferFromAnotherAwsAccountRequest": {
   642        "base": "<p>The RejectDomainTransferFromAnotherAwsAccount request includes the following element.</p>",
   643        "refs": {
   644        }
   645      },
   646      "RejectDomainTransferFromAnotherAwsAccountResponse": {
   647        "base": "<p>The RejectDomainTransferFromAnotherAwsAccount response includes the following element.</p>",
   648        "refs": {
   649        }
   650      },
   651      "RenewDomainRequest": {
   652        "base": "<p>A <code>RenewDomain</code> request includes the number of years that you want to renew for and the current expiration year.</p>",
   653        "refs": {
   654        }
   655      },
   656      "RenewDomainResponse": {
   657        "base": null,
   658        "refs": {
   659        }
   660      },
   661      "Reseller": {
   662        "base": null,
   663        "refs": {
   664          "GetDomainDetailResponse$Reseller": "<p>Reseller of the domain. Domains registered or transferred using Route 53 domains will have <code>\"Amazon\"</code> as the reseller. </p>"
   665        }
   666      },
   667      "ResendContactReachabilityEmailRequest": {
   668        "base": null,
   669        "refs": {
   670        }
   671      },
   672      "ResendContactReachabilityEmailResponse": {
   673        "base": null,
   674        "refs": {
   675        }
   676      },
   677      "RetrieveDomainAuthCodeRequest": {
   678        "base": "<p>A request for the authorization code for the specified domain. To transfer a domain to another registrar, you provide this value to the new registrar.</p>",
   679        "refs": {
   680        }
   681      },
   682      "RetrieveDomainAuthCodeResponse": {
   683        "base": "<p>The RetrieveDomainAuthCode response includes the following element.</p>",
   684        "refs": {
   685        }
   686      },
   687      "State": {
   688        "base": null,
   689        "refs": {
   690          "ContactDetail$State": "<p>The state or province of the contact's city.</p>"
   691        }
   692      },
   693      "String": {
   694        "base": null,
   695        "refs": {
   696          "AcceptDomainTransferFromAnotherAwsAccountRequest$Password": "<p>The password that was returned by the <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html\">TransferDomainToAnotherAwsAccount</a> request. </p>",
   697          "DomainSuggestion$Availability": "<p>Whether the domain name is available for registering.</p> <note> <p>You can register only the domains that are designated as <code>AVAILABLE</code>.</p> </note> <p>Valid values:</p> <dl> <dt>AVAILABLE</dt> <dd> <p>The domain name is available.</p> </dd> <dt>AVAILABLE_RESERVED</dt> <dd> <p>The domain name is reserved under specific conditions.</p> </dd> <dt>AVAILABLE_PREORDER</dt> <dd> <p>The domain name is available and can be preordered.</p> </dd> <dt>DONT_KNOW</dt> <dd> <p>The TLD registry didn't reply with a definitive answer about whether the domain name is available. Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later.</p> </dd> <dt>PENDING</dt> <dd> <p>The TLD registry didn't return a response in the expected amount of time. When the response is delayed, it usually takes just a few extra seconds. You can resubmit the request immediately.</p> </dd> <dt>RESERVED</dt> <dd> <p>The domain name has been reserved for another person or organization.</p> </dd> <dt>UNAVAILABLE</dt> <dd> <p>The domain name is not available.</p> </dd> <dt>UNAVAILABLE_PREMIUM</dt> <dd> <p>The domain name is not available.</p> </dd> <dt>UNAVAILABLE_RESTRICTED</dt> <dd> <p>The domain name is forbidden.</p> </dd> </dl>",
   698          "TransferDomainToAnotherAwsAccountResponse$Password": "<p>To finish transferring a domain to another AWS account, the account that the domain is being transferred to must submit an <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_AcceptDomainTransferFromAnotherAwsAccount.html\">AcceptDomainTransferFromAnotherAwsAccount</a> request. The request must include the value of the <code>Password</code> element that was returned in the <code>TransferDomainToAnotherAwsAccount</code> response.</p>"
   699        }
   700      },
   701      "TLDRulesViolation": {
   702        "base": "<p>The top-level domain does not support this operation.</p>",
   703        "refs": {
   704        }
   705      },
   706      "Tag": {
   707        "base": "<p>Each tag includes the following elements.</p>",
   708        "refs": {
   709          "TagList$member": null
   710        }
   711      },
   712      "TagKey": {
   713        "base": null,
   714        "refs": {
   715          "Tag$Key": "<p>The key (name) of a tag.</p> <p>Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"</p> <p>Constraints: Each key can be 1-128 characters long.</p>",
   716          "TagKeyList$member": null
   717        }
   718      },
   719      "TagKeyList": {
   720        "base": null,
   721        "refs": {
   722          "DeleteTagsForDomainRequest$TagsToDelete": "<p>A list of tag keys to delete.</p>"
   723        }
   724      },
   725      "TagList": {
   726        "base": null,
   727        "refs": {
   728          "ListTagsForDomainResponse$TagList": "<p>A list of the tags that are associated with the specified domain.</p>",
   729          "UpdateTagsForDomainRequest$TagsToUpdate": "<p>A list of the tag keys and values that you want to add or update. If you specify a key that already exists, the corresponding value will be replaced.</p>"
   730        }
   731      },
   732      "TagValue": {
   733        "base": null,
   734        "refs": {
   735          "Tag$Value": "<p>The value of a tag.</p> <p>Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"</p> <p>Constraints: Each value can be 0-256 characters long.</p>"
   736        }
   737      },
   738      "Timestamp": {
   739        "base": null,
   740        "refs": {
   741          "BillingRecord$BillDate": "<p>The date that the operation was billed, in Unix format.</p>",
   742          "DomainSummary$Expiry": "<p>Expiration date of the domain in Unix time format and Coordinated Universal Time (UTC).</p>",
   743          "GetDomainDetailResponse$CreationDate": "<p>The date when the domain was created as found in the response to a WHOIS query. The date and time is in Unix time format and Coordinated Universal time (UTC).</p>",
   744          "GetDomainDetailResponse$UpdatedDate": "<p>The last updated date of the domain as found in the response to a WHOIS query. The date and time is in Unix time format and Coordinated Universal time (UTC).</p>",
   745          "GetDomainDetailResponse$ExpirationDate": "<p>The date when the registration for the domain is set to expire. The date and time is in Unix time format and Coordinated Universal time (UTC).</p>",
   746          "GetOperationDetailResponse$SubmittedDate": "<p>The date when the request was submitted.</p>",
   747          "ListOperationsRequest$SubmittedSince": "<p>An optional parameter that lets you get information about all the operations that you submitted after a specified date and time. Specify the date and time in Unix time format and Coordinated Universal time (UTC).</p>",
   748          "OperationSummary$SubmittedDate": "<p>The date when the request was submitted.</p>",
   749          "ViewBillingRequest$Start": "<p>The beginning date and time for the time period for which you want a list of billing records. Specify the date and time in Unix time format and Coordinated Universal time (UTC).</p>",
   750          "ViewBillingRequest$End": "<p>The end date and time for the time period for which you want a list of billing records. Specify the date and time in Unix time format and Coordinated Universal time (UTC).</p>"
   751        }
   752      },
   753      "TransferDomainRequest": {
   754        "base": "<p>The TransferDomain request includes the following elements.</p>",
   755        "refs": {
   756        }
   757      },
   758      "TransferDomainResponse": {
   759        "base": "<p>The TransferDomain response includes the following element.</p>",
   760        "refs": {
   761        }
   762      },
   763      "TransferDomainToAnotherAwsAccountRequest": {
   764        "base": "<p>The TransferDomainToAnotherAwsAccount request includes the following elements.</p>",
   765        "refs": {
   766        }
   767      },
   768      "TransferDomainToAnotherAwsAccountResponse": {
   769        "base": "<p>The <code>TransferDomainToAnotherAwsAccount</code> response includes the following elements.</p>",
   770        "refs": {
   771        }
   772      },
   773      "Transferable": {
   774        "base": "<p>Whether the domain name can be transferred to Route 53.</p> <note> <p>You can transfer only domains that have a value of <code>TRANSFERABLE</code> for <code>Transferable</code>.</p> </note> <p>Valid values:</p> <dl> <dt>TRANSFERABLE</dt> <dd> <p>The domain name can be transferred to Route 53.</p> </dd> <dt>UNTRANSFERRABLE</dt> <dd> <p>The domain name can't be transferred to Route 53.</p> </dd> <dt>DONT_KNOW</dt> <dd> <p>Reserved for future use.</p> </dd> </dl>",
   775        "refs": {
   776          "DomainTransferability$Transferable": null
   777        }
   778      },
   779      "UnsupportedTLD": {
   780        "base": "<p>Amazon Route 53 does not support this top-level domain (TLD).</p>",
   781        "refs": {
   782        }
   783      },
   784      "UpdateDomainContactPrivacyRequest": {
   785        "base": "<p>The UpdateDomainContactPrivacy request includes the following elements.</p>",
   786        "refs": {
   787        }
   788      },
   789      "UpdateDomainContactPrivacyResponse": {
   790        "base": "<p>The UpdateDomainContactPrivacy response includes the following element.</p>",
   791        "refs": {
   792        }
   793      },
   794      "UpdateDomainContactRequest": {
   795        "base": "<p>The UpdateDomainContact request includes the following elements.</p>",
   796        "refs": {
   797        }
   798      },
   799      "UpdateDomainContactResponse": {
   800        "base": "<p>The UpdateDomainContact response includes the following element.</p>",
   801        "refs": {
   802        }
   803      },
   804      "UpdateDomainNameserversRequest": {
   805        "base": "<p>Replaces the current set of name servers for the domain with the specified set of name servers. If you use Amazon Route 53 as your DNS service, specify the four name servers in the delegation set for the hosted zone for the domain.</p> <p>If successful, this operation returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email. </p>",
   806        "refs": {
   807        }
   808      },
   809      "UpdateDomainNameserversResponse": {
   810        "base": "<p>The UpdateDomainNameservers response includes the following element.</p>",
   811        "refs": {
   812        }
   813      },
   814      "UpdateTagsForDomainRequest": {
   815        "base": "<p>The UpdateTagsForDomainRequest includes the following elements.</p>",
   816        "refs": {
   817        }
   818      },
   819      "UpdateTagsForDomainResponse": {
   820        "base": null,
   821        "refs": {
   822        }
   823      },
   824      "ViewBillingRequest": {
   825        "base": "<p>The ViewBilling request includes the following elements.</p>",
   826        "refs": {
   827        }
   828      },
   829      "ViewBillingResponse": {
   830        "base": "<p>The ViewBilling response includes the following elements.</p>",
   831        "refs": {
   832        }
   833      },
   834      "ZipCode": {
   835        "base": null,
   836        "refs": {
   837          "ContactDetail$ZipCode": "<p>The zip or postal code of the contact's address.</p>"
   838        }
   839      }
   840    }
   841  }