openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 164 kB
JSON
{"openapi":"3.0.0","info":{"version":"2014-05-15","x-release":"v4","title":"Amazon Route 53 Domains","description":"Amazon Route 53 API actions let you register domain names and perform related operations.","x-logo":{"url":"https://twitter.com/awscloud/profile_image?size=original","backgroundColor":"#FFFFFF"},"termsOfService":"https://aws.amazon.com/service-terms/","contact":{"name":"Mike Ralphson","email":"mike.ralphson@gmail.com","url":"https://github.com/mermade/aws2openapi","x-twitter":"PermittedSoc"},"license":{"name":"Apache 2.0 License","url":"http://www.apache.org/licenses/"},"x-providerName":"amazonaws.com","x-serviceName":"route53domains","x-origin":[{"contentType":"application/json","url":"https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/route53domains-2014-05-15.normal.json","converter":{"url":"https://github.com/mermade/aws2openapi","version":"1.0.0"},"x-apisguru-driver":"external"}],"x-apiClientRegistration":{"url":"https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct"},"x-apisguru-categories":["cloud"],"x-preferred":true},"externalDocs":{"description":"Amazon Web Services documentation","url":"https://docs.aws.amazon.com/route53domains/"},"servers":[{"url":"http://route53domains.{region}.amazonaws.com","variables":{"region":{"description":"The AWS region","enum":["us-east-1","us-east-2","us-west-1","us-west-2","us-gov-west-1","us-gov-east-1","ca-central-1","eu-north-1","eu-west-1","eu-west-2","eu-west-3","eu-central-1","eu-south-1","af-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ap-east-1","ap-south-1","sa-east-1","me-south-1"],"default":"us-east-1"}},"description":"The Amazon Route 53 Domains multi-region endpoint"},{"url":"https://route53domains.{region}.amazonaws.com","variables":{"region":{"description":"The AWS region","enum":["us-east-1","us-east-2","us-west-1","us-west-2","us-gov-west-1","us-gov-east-1","ca-central-1","eu-north-1","eu-west-1","eu-west-2","eu-west-3","eu-central-1","eu-south-1","af-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ap-east-1","ap-south-1","sa-east-1","me-south-1"],"default":"us-east-1"}},"description":"The Amazon Route 53 Domains multi-region endpoint"},{"url":"http://route53domains.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The Amazon Route 53 Domains endpoint for China (Beijing) and China (Ningxia)"},{"url":"https://route53domains.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The Amazon Route 53 Domains endpoint for China (Beijing) and China (Ningxia)"}],"x-hasEquivalentPaths":true,"paths":{"/#X-Amz-Target=Route53Domains_v20140515.AcceptDomainTransferFromAnotherAwsAccount":{"post":{"operationId":"AcceptDomainTransferFromAnotherAwsAccount","description":"<p>Accepts the transfer of a domain from another Amazon Web Services account to the currentAmazon Web Services account. You initiate a transfer between Amazon Web Services accounts using <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html\">TransferDomainToAnotherAwsAccount</a>.</p> <p>If you use the CLI command at <a href=\"https://docs.aws.amazon.com/cli/latest/reference/route53domains/accept-domain-transfer-from-another-aws-account.html\">accept-domain-transfer-from-another-aws-account</a>, use JSON format as input instead of text because otherwise CLI will throw an error from domain transfer input that includes single quotes.</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>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AcceptDomainTransferFromAnotherAwsAccountResponse"}}}},"480":{"description":"InvalidInput","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInput"}}}},"481":{"description":"OperationLimitExceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationLimitExceeded"}}}},"482":{"description":"DomainLimitExceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DomainLimitExceeded"}}}},"483":{"description":"UnsupportedTLD","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnsupportedTLD"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AcceptDomainTransferFromAnotherAwsAccountRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["Route53Domains_v20140515.AcceptDomainTransferFromAnotherAwsAccount"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=Route53Domains_v20140515.AssociateDelegationSignerToDomain":{"post":{"operationId":"AssociateDelegationSignerToDomain","description":"<p> Creates a delegation signer (DS) record in the registry zone for this domain name.</p> <p>Note that creating DS record at the registry impacts DNSSEC validation of your DNS records. This action may render your domain name unavailable on the internet if the steps are completed in the wrong order, or with incorrect timing. For more information about DNSSEC signing, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-configuring-dnssec.html\">Configuring DNSSEC signing</a> in the <i>Route 53 developer guide</i>.</p>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssociateDelegationSignerToDomainResponse"}}}},"480":{"description":"DuplicateRequest","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DuplicateRequest"}}}},"481":{"description":"InvalidInput","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInput"}}}},"482":{"description":"OperationLimitExceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationLimitExceeded"}}}},"483":{"description":"TLDRulesViolation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TLDRulesViolation"}}}},"484":{"description":"UnsupportedTLD","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnsupportedTLD"}}}},"485":{"description":"DnssecLimitExceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DnssecLimitExceeded"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssociateDelegationSignerToDomainRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["Route53Domains_v20140515.AssociateDelegationSignerToDomain"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=Route53Domains_v20140515.CancelDomainTransferToAnotherAwsAccount":{"post":{"operationId":"CancelDomainTransferToAnotherAwsAccount","description":"<p>Cancels the transfer of a domain from the current Amazon Web Services account to another Amazon Web Services account. You initiate a transfer betweenAmazon Web Services 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 Amazon Web Services 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>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CancelDomainTransferToAnotherAwsAccountResponse"}}}},"480":{"description":"InvalidInput","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInput"}}}},"481":{"description":"OperationLimitExceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationLimitExceeded"}}}},"482":{"description":"UnsupportedTLD","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnsupportedTLD"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CancelDomainTransferToAnotherAwsAccountRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["Route53Domains_v20140515.CancelDomainTransferToAnotherAwsAccount"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=Route53Domains_v20140515.CheckDomainAvailability":{"post":{"operationId":"CheckDomainAvailability","description":"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.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CheckDomainAvailabilityResponse"}}}},"480":{"description":"InvalidInput","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInput"}}}},"481":{"description":"UnsupportedTLD","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnsupportedTLD"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CheckDomainAvailabilityRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["Route53Domains_v20140515.CheckDomainAvailability"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=Route53Domains_v20140515.CheckDomainTransferability":{"post":{"operationId":"CheckDomainTransferability","description":"Checks whether a domain name can be transferred to Amazon Route 53. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CheckDomainTransferabilityResponse"}}}},"480":{"description":"InvalidInput","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInput"}}}},"481":{"description":"UnsupportedTLD","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnsupportedTLD"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CheckDomainTransferabilityRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["Route53Domains_v20140515.CheckDomainTransferability"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=Route53Domains_v20140515.DeleteDomain":{"post":{"operationId":"DeleteDomain","description":"<p>This operation deletes the specified domain. This action is permanent. For more information, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-delete.html\">Deleting a domain name registration</a>.</p> <p>To transfer the domain registration to another registrar, use the transfer process that’s provided by the registrar to which you want to transfer the registration. Otherwise, the following apply:</p> <ol> <li> <p>You can’t get a refund for the cost of a deleted domain registration.</p> </li> <li> <p>The registry for the top-level domain might hold the domain name for a brief time before releasing it for other users to register (varies by registry). </p> </li> <li> <p>When the registration has been deleted, we'll send you a confirmation to the registrant contact. The email will come from <code>noreply@domainnameverification.net</code> or <code>noreply@registrar.amazon.com</code>.</p> </li> </ol>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteDomainResponse"}}}},"480":{"description":"InvalidInput","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInput"}}}},"481":{"description":"DuplicateRequest","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DuplicateRequest"}}}},"482":{"description":"TLDRulesViolation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TLDRulesViolation"}}}},"483":{"description":"UnsupportedTLD","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnsupportedTLD"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteDomainRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["Route53Domains_v20140515.DeleteDomain"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=Route53Domains_v20140515.DeleteTagsForDomain":{"post":{"operationId":"DeleteTagsForDomain","description":"<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>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteTagsForDomainResponse"}}}},"480":{"description":"InvalidInput","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInput"}}}},"481":{"description":"OperationLimitExceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationLimitExceeded"}}}},"482":{"description":"UnsupportedTLD","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnsupportedTLD"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteTagsForDomainRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["Route53Domains_v20140515.DeleteTagsForDomain"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=Route53Domains_v20140515.DisableDomainAutoRenew":{"post":{"operationId":"DisableDomainAutoRenew","description":"This operation disables automatic renewal of domain registration for the specified domain.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DisableDomainAutoRenewResponse"}}}},"480":{"description":"InvalidInput","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInput"}}}},"481":{"description":"UnsupportedTLD","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnsupportedTLD"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DisableDomainAutoRenewRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["Route53Domains_v20140515.DisableDomainAutoRenew"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=Route53Domains_v20140515.DisableDomainTransferLock":{"post":{"operationId":"DisableDomainTransferLock","description":"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.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DisableDomainTransferLockResponse"}}}},"480":{"description":"InvalidInput","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInput"}}}},"481":{"description":"DuplicateRequest","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DuplicateRequest"}}}},"482":{"description":"TLDRulesViolation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TLDRulesViolation"}}}},"483":{"description":"OperationLimitExceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationLimitExceeded"}}}},"484":{"description":"UnsupportedTLD","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnsupportedTLD"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DisableDomainTransferLockRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["Route53Domains_v20140515.DisableDomainTransferLock"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=Route53Domains_v20140515.DisassociateDelegationSignerFromDomain":{"post":{"operationId":"DisassociateDelegationSignerFromDomain","description":"Deletes a delegation signer (DS) record in the registry zone for this domain name.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DisassociateDelegationSignerFromDomainResponse"}}}},"480":{"description":"DuplicateRequest","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DuplicateRequest"}}}},"481":{"description":"InvalidInput","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInput"}}}},"482":{"description":"OperationLimitExceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationLimitExceeded"}}}},"483":{"description":"TLDRulesViolation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TLDRulesViolation"}}}},"484":{"description":"UnsupportedTLD","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnsupportedTLD"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DisassociateDelegationSignerFromDomainRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["Route53Domains_v20140515.DisassociateDelegationSignerFromDomain"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=Route53Domains_v20140515.EnableDomainAutoRenew":{"post":{"operationId":"EnableDomainAutoRenew","description":"<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 Amazon Web Services 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>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EnableDomainAutoRenewResponse"}}}},"480":{"description":"InvalidInput","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInput"}}}},"481":{"description":"UnsupportedTLD","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnsupportedTLD"}}}},"482":{"description":"TLDRulesViolation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TLDRulesViolation"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EnableDomainAutoRenewRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["Route53Domains_v20140515.EnableDomainAutoRenew"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=Route53Domains_v20140515.EnableDomainTransferLock":{"post":{"operationId":"EnableDomainTransferLock","description":"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.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EnableDomainTransferLockResponse"}}}},"480":{"description":"InvalidInput","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInput"}}}},"481":{"description":"DuplicateRequest","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DuplicateRequest"}}}},"482":{"description":"TLDRulesViolation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TLDRulesViolation"}}}},"483":{"description":"OperationLimitExceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationLimitExceeded"}}}},"484":{"description":"UnsupportedTLD","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnsupportedTLD"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EnableDomainTransferLockRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["Route53Domains_v20140515.EnableDomainTransferLock"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=Route53Domains_v20140515.GetContactReachabilityStatus":{"post":{"operationId":"GetContactReachabilityStatus","description":"<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>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetContactReachabilityStatusResponse"}}}},"480":{"description":"InvalidInput","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInput"}}}},"481":{"description":"OperationLimitExceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationLimitExceeded"}}}},"482":{"description":"UnsupportedTLD","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnsupportedTLD"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetContactReachabilityStatusRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["Route53Domains_v20140515.GetContactReachabilityStatus"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=Route53Domains_v20140515.GetDomainDetail":{"post":{"operationId":"GetDomainDetail","description":"This operation returns detailed information about a specified domain that is associated with the current Amazon Web Services account. Contact information for the domain is also returned as part of the output.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetDomainDetailResponse"}}}},"480":{"description":"InvalidInput","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInput"}}}},"481":{"description":"UnsupportedTLD","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnsupportedTLD"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetDomainDetailRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["Route53Domains_v20140515.GetDomainDetail"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=Route53Domains_v20140515.GetDomainSuggestions":{"post":{"operationId":"GetDomainSuggestions","description":"The GetDomainSuggestions operation returns a list of suggested domain names.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetDomainSuggestionsResponse"}}}},"480":{"description":"InvalidInput","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInput"}}}},"481":{"description":"UnsupportedTLD","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnsupportedTLD"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetDomainSuggestionsRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["Route53Domains_v20140515.GetDomainSuggestions"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=Route53Domains_v20140515.GetOperationDetail":{"post":{"operationId":"GetOperationDetail","description":"This operation returns the current status of an operation that is not completed.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOperationDetailResponse"}}}},"480":{"description":"InvalidInput","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInput"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOperationDetailRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["Route53Domains_v20140515.GetOperationDetail"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=Route53Domains_v20140515.ListDomains":{"post":{"operationId":"ListDomains","description":"This operation returns all the domain names registered with Amazon Route 53 for the current Amazon Web Services account if no filtering conditions are used.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListDomainsResponse"}}}},"480":{"description":"InvalidInput","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInput"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListDomainsRequest"}}}},"parameters":[{"name":"MaxItems","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"Marker","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false},{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["Route53Domains_v20140515.ListDomains"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=Route53Domains_v20140515.ListOperations":{"post":{"operationId":"ListOperations","description":"<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> <p>This command runs only in the us-east-1 Region.</p>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListOperationsResponse"}}}},"480":{"description":"InvalidInput","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInput"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListOperationsRequest"}}}},"parameters":[{"name":"MaxItems","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"Marker","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false},{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["Route53Domains_v20140515.ListOperations"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=Route53Domains_v20140515.ListPrices":{"post":{"operationId":"ListPrices","description":"<p>Lists the following prices for either all the TLDs supported by Route 53, or the specified TLD:</p> <ul> <li> <p>Registration</p> </li> <li> <p>Transfer</p> </li> <li> <p>Owner change</p> </li> <li> <p>Domain renewal</p> </li> <li> <p>Domain restoration</p> </li> </ul>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListPricesResponse"}}}},"480":{"description":"InvalidInput","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInput"}}}},"481":{"description":"UnsupportedTLD","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnsupportedTLD"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListPricesRequest"}}}},"parameters":[{"name":"MaxItems","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"Marker","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false},{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["Route53Domains_v20140515.ListPrices"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=Route53Domains_v20140515.ListTagsForDomain":{"post":{"operationId":"ListTagsForDomain","description":"<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>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListTagsForDomainResponse"}}}},"480":{"description":"InvalidInput","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInput"}}}},"481":{"description":"OperationLimitExceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationLimitExceeded"}}}},"482":{"description":"UnsupportedTLD","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnsupportedTLD"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListTagsForDomainRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["Route53Domains_v20140515.ListTagsForDomain"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=Route53Domains_v20140515.PushDomain":{"post":{"operationId":"PushDomain","description":"<p> Moves a domain from Amazon Web Services to another registrar. </p> <p>Supported actions:</p> <ul> <li> <p>Changes the IPS tags of a .uk domain, and pushes it to transit. Transit means that the domain is ready to be transferred to another registrar.</p> </li> </ul>","responses":{"200":{"description":"Success"},"480":{"description":"InvalidInput","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInput"}}}},"481":{"description":"OperationLimitExceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationLimitExceeded"}}}},"482":{"description":"UnsupportedTLD","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnsupportedTLD"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PushDomainRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["Route53Domains_v20140515.PushDomain"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=Route53Domains_v20140515.RegisterDomain":{"post":{"operationId":"RegisterDomain","description":"<p>This operation registers a domain. 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 auto renew, 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 for the registrar or the phrase \"REDACTED FOR PRIVACY\", or \"On behalf of <domain name> owner.\" If you don't enable privacy protection, WHOIS queries return the information that you entered for the administrative, registrant, and technical contacts.</p> <note> <p>While some domains may allow different privacy settings per contact, we recommend specifying the same privacy setting for all contacts.</p> </note> </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 Amazon Web Services 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>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RegisterDomainResponse"}}}},"480":{"description":"InvalidInput","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInput"}}}},"481":{"description":"UnsupportedTLD","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnsupportedTLD"}}}},"482":{"description":"DuplicateRequest","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DuplicateRequest"}}}},"483":{"description":"TLDRulesViolation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TLDRulesViolation"}}}},"484":{"description":"DomainLimitExceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DomainLimitExceeded"}}}},"485":{"description":"OperationLimitExceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationLimitExceeded"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RegisterDomainRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["Route53Domains_v20140515.RegisterDomain"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=Route53Domains_v20140515.RejectDomainTransferFromAnotherAwsAccount":{"post":{"operationId":"RejectDomainTransferFromAnotherAwsAccount","description":"<p>Rejects the transfer of a domain from another Amazon Web Services account to the current Amazon Web Services account. You initiate a transfer betweenAmazon Web Services 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>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RejectDomainTransferFromAnotherAwsAccountResponse"}}}},"480":{"description":"InvalidInput","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInput"}}}},"481":{"description":"OperationLimitExceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationLimitExceeded"}}}},"482":{"description":"UnsupportedTLD","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnsupportedTLD"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RejectDomainTransferFromAnotherAwsAccountRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["Route53Domains_v20140515.RejectDomainTransferFromAnotherAwsAccount"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=Route53Domains_v20140515.RenewDomain":{"post":{"operationId":"RenewDomain","description":"<p>This operation renews a domain for the specified number of years. The cost of renewing your domain is billed to your Amazon Web Services 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>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RenewDomainResponse"}}}},"480":{"description":"InvalidInput","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInput"}}}},"481":{"description":"UnsupportedTLD","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnsupportedTLD"}}}},"482":{"description":"DuplicateRequest","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DuplicateRequest"}}}},"483":{"description":"TLDRulesViolation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TLDRulesViolation"}}}},"484":{"description":"OperationLimitExceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationLimitExceeded"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RenewDomainRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["Route53Domains_v20140515.RenewDomain"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=Route53Domains_v20140515.ResendContactReachabilityEmail":{"post":{"operationId":"ResendContactReachabilityEmail","description":"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.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResendContactReachabilityEmailResponse"}}}},"480":{"description":"InvalidInput","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInput"}}}},"481":{"description":"OperationLimitExceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationLimitExceeded"}}}},"482":{"description":"UnsupportedTLD","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnsupportedTLD"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResendContactReachabilityEmailRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["Route53Domains_v20140515.ResendContactReachabilityEmail"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#X-Amz-Target=Route53Domains_v20140515.ResendOperationAuthorization":{"post":{"operationId":"ResendOperationAuthorization","description":" Resend the form of authorization email for this operation. ","responses":{"200":{"description":"Success"},"480":{"description":"InvalidInput","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInput"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResendOperationAuthorizationRequest"}}}},"parameters":[{"name":"X-Amz-Target","in":"header","required":true,"schema":{"type":"string","enum":["Route53Domains_v20140515.ResendOperationAuthorization"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/c