Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
- Operations
- ListOperations
- GetDomainDetail
- CheckDomainTransferability
- UpdateDomainContactPrivacy
- GetOperationDetail
- RejectDomainTransferFromAnotherAwsAccount
- EnableDomainAutoRenew
- ResendContactReachabilityEmail
- DisableDomainAutoRenew
- RenewDomain
- ViewBilling
- UpdateDomainContact
- EnableDomainTransferLock
- RegisterDomain
- GetDomainSuggestions
- DisableDomainTransferLock
- CheckDomainAvailability
- TransferDomainToAnotherAwsAccount
- AcceptDomainTransferFromAnotherAwsAccount
- GetContactReachabilityStatus
- ListTagsForDomain
- UpdateDomainNameservers
- DeleteTagsForDomain
- UpdateTagsForDomain
- RetrieveDomainAuthCode
- TransferDomain
- ListDomains
- CancelDomainTransferToAnotherAwsAccount
- Types
Synopsis
- listOperations_marker :: Lens' ListOperations (Maybe Text)
- listOperations_maxItems :: Lens' ListOperations (Maybe Int)
- listOperations_submittedSince :: Lens' ListOperations (Maybe UTCTime)
- listOperationsResponse_nextPageMarker :: Lens' ListOperationsResponse (Maybe Text)
- listOperationsResponse_httpStatus :: Lens' ListOperationsResponse Int
- listOperationsResponse_operations :: Lens' ListOperationsResponse [OperationSummary]
- getDomainDetail_domainName :: Lens' GetDomainDetail Text
- getDomainDetailResponse_techPrivacy :: Lens' GetDomainDetailResponse (Maybe Bool)
- getDomainDetailResponse_dnsSec :: Lens' GetDomainDetailResponse (Maybe Text)
- getDomainDetailResponse_whoIsServer :: Lens' GetDomainDetailResponse (Maybe Text)
- getDomainDetailResponse_registryDomainId :: Lens' GetDomainDetailResponse (Maybe Text)
- getDomainDetailResponse_registrantPrivacy :: Lens' GetDomainDetailResponse (Maybe Bool)
- getDomainDetailResponse_updatedDate :: Lens' GetDomainDetailResponse (Maybe UTCTime)
- getDomainDetailResponse_adminPrivacy :: Lens' GetDomainDetailResponse (Maybe Bool)
- getDomainDetailResponse_autoRenew :: Lens' GetDomainDetailResponse (Maybe Bool)
- getDomainDetailResponse_abuseContactPhone :: Lens' GetDomainDetailResponse (Maybe Text)
- getDomainDetailResponse_registrarUrl :: Lens' GetDomainDetailResponse (Maybe Text)
- getDomainDetailResponse_abuseContactEmail :: Lens' GetDomainDetailResponse (Maybe Text)
- getDomainDetailResponse_expirationDate :: Lens' GetDomainDetailResponse (Maybe UTCTime)
- getDomainDetailResponse_creationDate :: Lens' GetDomainDetailResponse (Maybe UTCTime)
- getDomainDetailResponse_registrarName :: Lens' GetDomainDetailResponse (Maybe Text)
- getDomainDetailResponse_reseller :: Lens' GetDomainDetailResponse (Maybe Text)
- getDomainDetailResponse_statusList :: Lens' GetDomainDetailResponse (Maybe [Text])
- getDomainDetailResponse_httpStatus :: Lens' GetDomainDetailResponse Int
- getDomainDetailResponse_domainName :: Lens' GetDomainDetailResponse Text
- getDomainDetailResponse_nameservers :: Lens' GetDomainDetailResponse [Nameserver]
- getDomainDetailResponse_adminContact :: Lens' GetDomainDetailResponse ContactDetail
- getDomainDetailResponse_registrantContact :: Lens' GetDomainDetailResponse ContactDetail
- getDomainDetailResponse_techContact :: Lens' GetDomainDetailResponse ContactDetail
- checkDomainTransferability_authCode :: Lens' CheckDomainTransferability (Maybe Text)
- checkDomainTransferability_domainName :: Lens' CheckDomainTransferability Text
- checkDomainTransferabilityResponse_httpStatus :: Lens' CheckDomainTransferabilityResponse Int
- checkDomainTransferabilityResponse_transferability :: Lens' CheckDomainTransferabilityResponse DomainTransferability
- updateDomainContactPrivacy_techPrivacy :: Lens' UpdateDomainContactPrivacy (Maybe Bool)
- updateDomainContactPrivacy_registrantPrivacy :: Lens' UpdateDomainContactPrivacy (Maybe Bool)
- updateDomainContactPrivacy_adminPrivacy :: Lens' UpdateDomainContactPrivacy (Maybe Bool)
- updateDomainContactPrivacy_domainName :: Lens' UpdateDomainContactPrivacy Text
- updateDomainContactPrivacyResponse_httpStatus :: Lens' UpdateDomainContactPrivacyResponse Int
- updateDomainContactPrivacyResponse_operationId :: Lens' UpdateDomainContactPrivacyResponse Text
- getOperationDetail_operationId :: Lens' GetOperationDetail Text
- getOperationDetailResponse_status :: Lens' GetOperationDetailResponse (Maybe OperationStatus)
- getOperationDetailResponse_submittedDate :: Lens' GetOperationDetailResponse (Maybe UTCTime)
- getOperationDetailResponse_domainName :: Lens' GetOperationDetailResponse (Maybe Text)
- getOperationDetailResponse_operationId :: Lens' GetOperationDetailResponse (Maybe Text)
- getOperationDetailResponse_type :: Lens' GetOperationDetailResponse (Maybe OperationType)
- getOperationDetailResponse_message :: Lens' GetOperationDetailResponse (Maybe Text)
- getOperationDetailResponse_httpStatus :: Lens' GetOperationDetailResponse Int
- rejectDomainTransferFromAnotherAwsAccount_domainName :: Lens' RejectDomainTransferFromAnotherAwsAccount Text
- rejectDomainTransferFromAnotherAwsAccountResponse_operationId :: Lens' RejectDomainTransferFromAnotherAwsAccountResponse (Maybe Text)
- rejectDomainTransferFromAnotherAwsAccountResponse_httpStatus :: Lens' RejectDomainTransferFromAnotherAwsAccountResponse Int
- enableDomainAutoRenew_domainName :: Lens' EnableDomainAutoRenew Text
- enableDomainAutoRenewResponse_httpStatus :: Lens' EnableDomainAutoRenewResponse Int
- resendContactReachabilityEmail_domainName :: Lens' ResendContactReachabilityEmail (Maybe Text)
- resendContactReachabilityEmailResponse_domainName :: Lens' ResendContactReachabilityEmailResponse (Maybe Text)
- resendContactReachabilityEmailResponse_emailAddress :: Lens' ResendContactReachabilityEmailResponse (Maybe Text)
- resendContactReachabilityEmailResponse_isAlreadyVerified :: Lens' ResendContactReachabilityEmailResponse (Maybe Bool)
- resendContactReachabilityEmailResponse_httpStatus :: Lens' ResendContactReachabilityEmailResponse Int
- disableDomainAutoRenew_domainName :: Lens' DisableDomainAutoRenew Text
- disableDomainAutoRenewResponse_httpStatus :: Lens' DisableDomainAutoRenewResponse Int
- renewDomain_durationInYears :: Lens' RenewDomain (Maybe Natural)
- renewDomain_domainName :: Lens' RenewDomain Text
- renewDomain_currentExpiryYear :: Lens' RenewDomain Int
- renewDomainResponse_httpStatus :: Lens' RenewDomainResponse Int
- renewDomainResponse_operationId :: Lens' RenewDomainResponse Text
- viewBilling_start :: Lens' ViewBilling (Maybe UTCTime)
- viewBilling_end :: Lens' ViewBilling (Maybe UTCTime)
- viewBilling_marker :: Lens' ViewBilling (Maybe Text)
- viewBilling_maxItems :: Lens' ViewBilling (Maybe Int)
- viewBillingResponse_nextPageMarker :: Lens' ViewBillingResponse (Maybe Text)
- viewBillingResponse_billingRecords :: Lens' ViewBillingResponse (Maybe [BillingRecord])
- viewBillingResponse_httpStatus :: Lens' ViewBillingResponse Int
- updateDomainContact_registrantContact :: Lens' UpdateDomainContact (Maybe ContactDetail)
- updateDomainContact_adminContact :: Lens' UpdateDomainContact (Maybe ContactDetail)
- updateDomainContact_techContact :: Lens' UpdateDomainContact (Maybe ContactDetail)
- updateDomainContact_domainName :: Lens' UpdateDomainContact Text
- updateDomainContactResponse_httpStatus :: Lens' UpdateDomainContactResponse Int
- updateDomainContactResponse_operationId :: Lens' UpdateDomainContactResponse Text
- enableDomainTransferLock_domainName :: Lens' EnableDomainTransferLock Text
- enableDomainTransferLockResponse_httpStatus :: Lens' EnableDomainTransferLockResponse Int
- enableDomainTransferLockResponse_operationId :: Lens' EnableDomainTransferLockResponse Text
- registerDomain_privacyProtectTechContact :: Lens' RegisterDomain (Maybe Bool)
- registerDomain_privacyProtectRegistrantContact :: Lens' RegisterDomain (Maybe Bool)
- registerDomain_autoRenew :: Lens' RegisterDomain (Maybe Bool)
- registerDomain_privacyProtectAdminContact :: Lens' RegisterDomain (Maybe Bool)
- registerDomain_idnLangCode :: Lens' RegisterDomain (Maybe Text)
- registerDomain_domainName :: Lens' RegisterDomain Text
- registerDomain_durationInYears :: Lens' RegisterDomain Natural
- registerDomain_adminContact :: Lens' RegisterDomain ContactDetail
- registerDomain_registrantContact :: Lens' RegisterDomain ContactDetail
- registerDomain_techContact :: Lens' RegisterDomain ContactDetail
- registerDomainResponse_httpStatus :: Lens' RegisterDomainResponse Int
- registerDomainResponse_operationId :: Lens' RegisterDomainResponse Text
- getDomainSuggestions_domainName :: Lens' GetDomainSuggestions Text
- getDomainSuggestions_suggestionCount :: Lens' GetDomainSuggestions Int
- getDomainSuggestions_onlyAvailable :: Lens' GetDomainSuggestions Bool
- getDomainSuggestionsResponse_suggestionsList :: Lens' GetDomainSuggestionsResponse (Maybe [DomainSuggestion])
- getDomainSuggestionsResponse_httpStatus :: Lens' GetDomainSuggestionsResponse Int
- disableDomainTransferLock_domainName :: Lens' DisableDomainTransferLock Text
- disableDomainTransferLockResponse_httpStatus :: Lens' DisableDomainTransferLockResponse Int
- disableDomainTransferLockResponse_operationId :: Lens' DisableDomainTransferLockResponse Text
- checkDomainAvailability_idnLangCode :: Lens' CheckDomainAvailability (Maybe Text)
- checkDomainAvailability_domainName :: Lens' CheckDomainAvailability Text
- checkDomainAvailabilityResponse_httpStatus :: Lens' CheckDomainAvailabilityResponse Int
- checkDomainAvailabilityResponse_availability :: Lens' CheckDomainAvailabilityResponse DomainAvailability
- transferDomainToAnotherAwsAccount_domainName :: Lens' TransferDomainToAnotherAwsAccount Text
- transferDomainToAnotherAwsAccount_accountId :: Lens' TransferDomainToAnotherAwsAccount Text
- transferDomainToAnotherAwsAccountResponse_password :: Lens' TransferDomainToAnotherAwsAccountResponse (Maybe Text)
- transferDomainToAnotherAwsAccountResponse_operationId :: Lens' TransferDomainToAnotherAwsAccountResponse (Maybe Text)
- transferDomainToAnotherAwsAccountResponse_httpStatus :: Lens' TransferDomainToAnotherAwsAccountResponse Int
- acceptDomainTransferFromAnotherAwsAccount_domainName :: Lens' AcceptDomainTransferFromAnotherAwsAccount Text
- acceptDomainTransferFromAnotherAwsAccount_password :: Lens' AcceptDomainTransferFromAnotherAwsAccount Text
- acceptDomainTransferFromAnotherAwsAccountResponse_operationId :: Lens' AcceptDomainTransferFromAnotherAwsAccountResponse (Maybe Text)
- acceptDomainTransferFromAnotherAwsAccountResponse_httpStatus :: Lens' AcceptDomainTransferFromAnotherAwsAccountResponse Int
- getContactReachabilityStatus_domainName :: Lens' GetContactReachabilityStatus (Maybe Text)
- getContactReachabilityStatusResponse_status :: Lens' GetContactReachabilityStatusResponse (Maybe ReachabilityStatus)
- getContactReachabilityStatusResponse_domainName :: Lens' GetContactReachabilityStatusResponse (Maybe Text)
- getContactReachabilityStatusResponse_httpStatus :: Lens' GetContactReachabilityStatusResponse Int
- listTagsForDomain_domainName :: Lens' ListTagsForDomain Text
- listTagsForDomainResponse_httpStatus :: Lens' ListTagsForDomainResponse Int
- listTagsForDomainResponse_tagList :: Lens' ListTagsForDomainResponse [Tag]
- updateDomainNameservers_fIAuthKey :: Lens' UpdateDomainNameservers (Maybe Text)
- updateDomainNameservers_domainName :: Lens' UpdateDomainNameservers Text
- updateDomainNameservers_nameservers :: Lens' UpdateDomainNameservers [Nameserver]
- updateDomainNameserversResponse_httpStatus :: Lens' UpdateDomainNameserversResponse Int
- updateDomainNameserversResponse_operationId :: Lens' UpdateDomainNameserversResponse Text
- deleteTagsForDomain_domainName :: Lens' DeleteTagsForDomain Text
- deleteTagsForDomain_tagsToDelete :: Lens' DeleteTagsForDomain [Text]
- deleteTagsForDomainResponse_httpStatus :: Lens' DeleteTagsForDomainResponse Int
- updateTagsForDomain_tagsToUpdate :: Lens' UpdateTagsForDomain (Maybe [Tag])
- updateTagsForDomain_domainName :: Lens' UpdateTagsForDomain Text
- updateTagsForDomainResponse_httpStatus :: Lens' UpdateTagsForDomainResponse Int
- retrieveDomainAuthCode_domainName :: Lens' RetrieveDomainAuthCode Text
- retrieveDomainAuthCodeResponse_httpStatus :: Lens' RetrieveDomainAuthCodeResponse Int
- retrieveDomainAuthCodeResponse_authCode :: Lens' RetrieveDomainAuthCodeResponse Text
- transferDomain_privacyProtectTechContact :: Lens' TransferDomain (Maybe Bool)
- transferDomain_privacyProtectRegistrantContact :: Lens' TransferDomain (Maybe Bool)
- transferDomain_autoRenew :: Lens' TransferDomain (Maybe Bool)
- transferDomain_privacyProtectAdminContact :: Lens' TransferDomain (Maybe Bool)
- transferDomain_idnLangCode :: Lens' TransferDomain (Maybe Text)
- transferDomain_authCode :: Lens' TransferDomain (Maybe Text)
- transferDomain_nameservers :: Lens' TransferDomain (Maybe [Nameserver])
- transferDomain_domainName :: Lens' TransferDomain Text
- transferDomain_durationInYears :: Lens' TransferDomain Natural
- transferDomain_adminContact :: Lens' TransferDomain ContactDetail
- transferDomain_registrantContact :: Lens' TransferDomain ContactDetail
- transferDomain_techContact :: Lens' TransferDomain ContactDetail
- transferDomainResponse_httpStatus :: Lens' TransferDomainResponse Int
- transferDomainResponse_operationId :: Lens' TransferDomainResponse Text
- listDomains_marker :: Lens' ListDomains (Maybe Text)
- listDomains_maxItems :: Lens' ListDomains (Maybe Int)
- listDomainsResponse_nextPageMarker :: Lens' ListDomainsResponse (Maybe Text)
- listDomainsResponse_httpStatus :: Lens' ListDomainsResponse Int
- listDomainsResponse_domains :: Lens' ListDomainsResponse [DomainSummary]
- cancelDomainTransferToAnotherAwsAccount_domainName :: Lens' CancelDomainTransferToAnotherAwsAccount Text
- cancelDomainTransferToAnotherAwsAccountResponse_operationId :: Lens' CancelDomainTransferToAnotherAwsAccountResponse (Maybe Text)
- cancelDomainTransferToAnotherAwsAccountResponse_httpStatus :: Lens' CancelDomainTransferToAnotherAwsAccountResponse Int
- billingRecord_operation :: Lens' BillingRecord (Maybe OperationType)
- billingRecord_invoiceId :: Lens' BillingRecord (Maybe Text)
- billingRecord_domainName :: Lens' BillingRecord (Maybe Text)
- billingRecord_billDate :: Lens' BillingRecord (Maybe UTCTime)
- billingRecord_price :: Lens' BillingRecord (Maybe Double)
- contactDetail_organizationName :: Lens' ContactDetail (Maybe Text)
- contactDetail_email :: Lens' ContactDetail (Maybe Text)
- contactDetail_state :: Lens' ContactDetail (Maybe Text)
- contactDetail_fax :: Lens' ContactDetail (Maybe Text)
- contactDetail_lastName :: Lens' ContactDetail (Maybe Text)
- contactDetail_extraParams :: Lens' ContactDetail (Maybe [ExtraParam])
- contactDetail_zipCode :: Lens' ContactDetail (Maybe Text)
- contactDetail_addressLine1 :: Lens' ContactDetail (Maybe Text)
- contactDetail_city :: Lens' ContactDetail (Maybe Text)
- contactDetail_phoneNumber :: Lens' ContactDetail (Maybe Text)
- contactDetail_addressLine2 :: Lens' ContactDetail (Maybe Text)
- contactDetail_firstName :: Lens' ContactDetail (Maybe Text)
- contactDetail_countryCode :: Lens' ContactDetail (Maybe CountryCode)
- contactDetail_contactType :: Lens' ContactDetail (Maybe ContactType)
- domainSuggestion_availability :: Lens' DomainSuggestion (Maybe Text)
- domainSuggestion_domainName :: Lens' DomainSuggestion (Maybe Text)
- domainSummary_expiry :: Lens' DomainSummary (Maybe UTCTime)
- domainSummary_transferLock :: Lens' DomainSummary (Maybe Bool)
- domainSummary_autoRenew :: Lens' DomainSummary (Maybe Bool)
- domainSummary_domainName :: Lens' DomainSummary Text
- domainTransferability_transferable :: Lens' DomainTransferability (Maybe Transferable)
- extraParam_name :: Lens' ExtraParam ExtraParamName
- extraParam_value :: Lens' ExtraParam Text
- nameserver_glueIps :: Lens' Nameserver (Maybe [Text])
- nameserver_name :: Lens' Nameserver Text
- operationSummary_operationId :: Lens' OperationSummary Text
- operationSummary_status :: Lens' OperationSummary OperationStatus
- operationSummary_type :: Lens' OperationSummary OperationType
- operationSummary_submittedDate :: Lens' OperationSummary UTCTime
- tag_value :: Lens' Tag (Maybe Text)
- tag_key :: Lens' Tag (Maybe Text)
Operations
ListOperations
listOperations_marker :: Lens' ListOperations (Maybe Text) Source #
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 MaxItems
, you can use Marker
to return
additional operations. Get the value of NextPageMarker
from the
previous response, and submit another request that includes the value of
NextPageMarker
in the Marker
element.
listOperations_maxItems :: Lens' ListOperations (Maybe Int) Source #
Number of domains to be returned.
Default: 20
listOperations_submittedSince :: Lens' ListOperations (Maybe UTCTime) Source #
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).
listOperationsResponse_nextPageMarker :: Lens' ListOperationsResponse (Maybe Text) Source #
If there are more operations than you specified for MaxItems
in the
request, submit another request and include the value of
NextPageMarker
in the value of Marker
.
listOperationsResponse_httpStatus :: Lens' ListOperationsResponse Int Source #
The response's http status code.
listOperationsResponse_operations :: Lens' ListOperationsResponse [OperationSummary] Source #
Lists summaries of the operations.
GetDomainDetail
getDomainDetail_domainName :: Lens' GetDomainDetail Text Source #
The name of the domain that you want to get detailed information about.
getDomainDetailResponse_techPrivacy :: Lens' GetDomainDetailResponse (Maybe Bool) Source #
Specifies whether contact information is concealed from WHOIS queries.
If the value is true
, 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 false
, WHOIS queries return the information that you
entered for the technical contact.
getDomainDetailResponse_dnsSec :: Lens' GetDomainDetailResponse (Maybe Text) Source #
Reserved for future use.
getDomainDetailResponse_whoIsServer :: Lens' GetDomainDetailResponse (Maybe Text) Source #
The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.
getDomainDetailResponse_registryDomainId :: Lens' GetDomainDetailResponse (Maybe Text) Source #
Reserved for future use.
getDomainDetailResponse_registrantPrivacy :: Lens' GetDomainDetailResponse (Maybe Bool) Source #
Specifies whether contact information is concealed from WHOIS queries.
If the value is true
, 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 false
, WHOIS queries return the information that you
entered for the registrant contact (domain owner).
getDomainDetailResponse_updatedDate :: Lens' GetDomainDetailResponse (Maybe UTCTime) Source #
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).
getDomainDetailResponse_adminPrivacy :: Lens' GetDomainDetailResponse (Maybe Bool) Source #
Specifies whether contact information is concealed from WHOIS queries.
If the value is true
, 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 false
, WHOIS queries return the information that you
entered for the admin contact.
getDomainDetailResponse_autoRenew :: Lens' GetDomainDetailResponse (Maybe Bool) Source #
Specifies whether the domain registration is set to renew automatically.
getDomainDetailResponse_abuseContactPhone :: Lens' GetDomainDetailResponse (Maybe Text) Source #
Phone number for reporting abuse.
getDomainDetailResponse_registrarUrl :: Lens' GetDomainDetailResponse (Maybe Text) Source #
Web address of the registrar.
getDomainDetailResponse_abuseContactEmail :: Lens' GetDomainDetailResponse (Maybe Text) Source #
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.
getDomainDetailResponse_expirationDate :: Lens' GetDomainDetailResponse (Maybe UTCTime) Source #
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).
getDomainDetailResponse_creationDate :: Lens' GetDomainDetailResponse (Maybe UTCTime) Source #
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).
getDomainDetailResponse_registrarName :: Lens' GetDomainDetailResponse (Maybe Text) Source #
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
"GANDI SAS"
.
getDomainDetailResponse_reseller :: Lens' GetDomainDetailResponse (Maybe Text) Source #
Reseller of the domain. Domains registered or transferred using Route 53
domains will have "Amazon"
as the reseller.
getDomainDetailResponse_statusList :: Lens' GetDomainDetailResponse (Maybe [Text]) Source #
An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.
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.
For a current list of domain name status codes and an explanation of
what each code means, go to the ICANN website
and search for epp status codes
. (Search on the ICANN website; web
searches sometimes return an old version of the document.)
getDomainDetailResponse_httpStatus :: Lens' GetDomainDetailResponse Int Source #
The response's http status code.
getDomainDetailResponse_domainName :: Lens' GetDomainDetailResponse Text Source #
The name of a domain.
getDomainDetailResponse_nameservers :: Lens' GetDomainDetailResponse [Nameserver] Source #
The name of the domain.
getDomainDetailResponse_adminContact :: Lens' GetDomainDetailResponse ContactDetail Source #
Provides details about the domain administrative contact.
getDomainDetailResponse_registrantContact :: Lens' GetDomainDetailResponse ContactDetail Source #
Provides details about the domain registrant.
getDomainDetailResponse_techContact :: Lens' GetDomainDetailResponse ContactDetail Source #
Provides details about the domain technical contact.
CheckDomainTransferability
checkDomainTransferability_authCode :: Lens' CheckDomainTransferability (Maybe Text) Source #
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.
checkDomainTransferability_domainName :: Lens' CheckDomainTransferability Text Source #
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 Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.
The domain name can contain only the following characters:
- Letters a through z. Domain names are not case sensitive.
- Numbers 0 through 9.
- Hyphen (-). You can't specify a hyphen at the beginning or end of a label.
- Period (.) to separate the labels in the name, such as the
.
inexample.com
.
checkDomainTransferabilityResponse_httpStatus :: Lens' CheckDomainTransferabilityResponse Int Source #
The response's http status code.
checkDomainTransferabilityResponse_transferability :: Lens' CheckDomainTransferabilityResponse DomainTransferability Source #
A complex type that contains information about whether the specified domain can be transferred to Route 53.
UpdateDomainContactPrivacy
updateDomainContactPrivacy_techPrivacy :: Lens' UpdateDomainContactPrivacy (Maybe Bool) Source #
Whether you want to conceal contact information from WHOIS queries. If
you specify true
, 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 false
, WHOIS queries return the information that you
entered for the technical contact.
updateDomainContactPrivacy_registrantPrivacy :: Lens' UpdateDomainContactPrivacy (Maybe Bool) Source #
Whether you want to conceal contact information from WHOIS queries. If
you specify true
, 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 false
, WHOIS queries return the information that you
entered for the registrant contact (domain owner).
updateDomainContactPrivacy_adminPrivacy :: Lens' UpdateDomainContactPrivacy (Maybe Bool) Source #
Whether you want to conceal contact information from WHOIS queries. If
you specify true
, 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 false
, WHOIS queries return the information that you
entered for the admin contact.
updateDomainContactPrivacy_domainName :: Lens' UpdateDomainContactPrivacy Text Source #
The name of the domain that you want to update the privacy setting for.
updateDomainContactPrivacyResponse_httpStatus :: Lens' UpdateDomainContactPrivacyResponse Int Source #
The response's http status code.
updateDomainContactPrivacyResponse_operationId :: Lens' UpdateDomainContactPrivacyResponse Text Source #
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
GetOperationDetail
getOperationDetail_operationId :: Lens' GetOperationDetail Text Source #
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.
getOperationDetailResponse_status :: Lens' GetOperationDetailResponse (Maybe OperationStatus) Source #
The current status of the requested operation in the system.
getOperationDetailResponse_submittedDate :: Lens' GetOperationDetailResponse (Maybe UTCTime) Source #
The date when the request was submitted.
getOperationDetailResponse_domainName :: Lens' GetOperationDetailResponse (Maybe Text) Source #
The name of a domain.
getOperationDetailResponse_operationId :: Lens' GetOperationDetailResponse (Maybe Text) Source #
The identifier for the operation.
getOperationDetailResponse_type :: Lens' GetOperationDetailResponse (Maybe OperationType) Source #
The type of operation that was requested.
getOperationDetailResponse_message :: Lens' GetOperationDetailResponse (Maybe Text) Source #
Detailed information on the status including possible errors.
getOperationDetailResponse_httpStatus :: Lens' GetOperationDetailResponse Int Source #
The response's http status code.
RejectDomainTransferFromAnotherAwsAccount
rejectDomainTransferFromAnotherAwsAccount_domainName :: Lens' RejectDomainTransferFromAnotherAwsAccount Text Source #
The name of the domain that was specified when another AWS account submitted a TransferDomainToAnotherAwsAccount request.
rejectDomainTransferFromAnotherAwsAccountResponse_operationId :: Lens' RejectDomainTransferFromAnotherAwsAccountResponse (Maybe Text) Source #
The identifier that TransferDomainToAnotherAwsAccount
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
GetOperationDetail
to query the operation status.
rejectDomainTransferFromAnotherAwsAccountResponse_httpStatus :: Lens' RejectDomainTransferFromAnotherAwsAccountResponse Int Source #
The response's http status code.
EnableDomainAutoRenew
enableDomainAutoRenew_domainName :: Lens' EnableDomainAutoRenew Text Source #
The name of the domain that you want to enable automatic renewal for.
enableDomainAutoRenewResponse_httpStatus :: Lens' EnableDomainAutoRenewResponse Int Source #
The response's http status code.
ResendContactReachabilityEmail
resendContactReachabilityEmail_domainName :: Lens' ResendContactReachabilityEmail (Maybe Text) Source #
The name of the domain for which you want Route 53 to resend a confirmation email to the registrant contact.
resendContactReachabilityEmailResponse_domainName :: Lens' ResendContactReachabilityEmailResponse (Maybe Text) Source #
The domain name for which you requested a confirmation email.
resendContactReachabilityEmailResponse_emailAddress :: Lens' ResendContactReachabilityEmailResponse (Maybe Text) Source #
The email address for the registrant contact at the time that we sent the verification email.
resendContactReachabilityEmailResponse_isAlreadyVerified :: Lens' ResendContactReachabilityEmailResponse (Maybe Bool) Source #
True
if the email address for the registrant contact has already been
verified, and false
otherwise. If the email address has already been
verified, we don't send another confirmation email.
resendContactReachabilityEmailResponse_httpStatus :: Lens' ResendContactReachabilityEmailResponse Int Source #
The response's http status code.
DisableDomainAutoRenew
disableDomainAutoRenew_domainName :: Lens' DisableDomainAutoRenew Text Source #
The name of the domain that you want to disable automatic renewal for.
disableDomainAutoRenewResponse_httpStatus :: Lens' DisableDomainAutoRenewResponse Int Source #
The response's http status code.
RenewDomain
renewDomain_durationInYears :: Lens' RenewDomain (Maybe Natural) Source #
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 Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.
Default: 1
renewDomain_domainName :: Lens' RenewDomain Text Source #
The name of the domain that you want to renew.
renewDomain_currentExpiryYear :: Lens' RenewDomain Int Source #
The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain.
renewDomainResponse_httpStatus :: Lens' RenewDomainResponse Int Source #
The response's http status code.
renewDomainResponse_operationId :: Lens' RenewDomainResponse Text Source #
Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.
ViewBilling
viewBilling_start :: Lens' ViewBilling (Maybe UTCTime) Source #
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).
viewBilling_end :: Lens' ViewBilling (Maybe UTCTime) Source #
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).
viewBilling_marker :: Lens' ViewBilling (Maybe Text) Source #
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 MaxItems
, you can use Marker
to return additional
billing records. Get the value of NextPageMarker
from the previous
response, and submit another request that includes the value of
NextPageMarker
in the Marker
element.
Constraints: The marker must match the value of NextPageMarker
that
was returned in the previous response.
viewBilling_maxItems :: Lens' ViewBilling (Maybe Int) Source #
The number of billing records to be returned.
Default: 20
viewBillingResponse_nextPageMarker :: Lens' ViewBillingResponse (Maybe Text) Source #
If there are more billing records than you specified for MaxItems
in
the request, submit another request and include the value of
NextPageMarker
in the value of Marker
.
viewBillingResponse_billingRecords :: Lens' ViewBillingResponse (Maybe [BillingRecord]) Source #
A summary of billing records.
viewBillingResponse_httpStatus :: Lens' ViewBillingResponse Int Source #
The response's http status code.
UpdateDomainContact
updateDomainContact_registrantContact :: Lens' UpdateDomainContact (Maybe ContactDetail) Source #
Provides detailed contact information.
updateDomainContact_adminContact :: Lens' UpdateDomainContact (Maybe ContactDetail) Source #
Provides detailed contact information.
updateDomainContact_techContact :: Lens' UpdateDomainContact (Maybe ContactDetail) Source #
Provides detailed contact information.
updateDomainContact_domainName :: Lens' UpdateDomainContact Text Source #
The name of the domain that you want to update contact information for.
updateDomainContactResponse_httpStatus :: Lens' UpdateDomainContactResponse Int Source #
The response's http status code.
updateDomainContactResponse_operationId :: Lens' UpdateDomainContactResponse Text Source #
Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.
EnableDomainTransferLock
enableDomainTransferLock_domainName :: Lens' EnableDomainTransferLock Text Source #
The name of the domain that you want to set the transfer lock for.
enableDomainTransferLockResponse_httpStatus :: Lens' EnableDomainTransferLockResponse Int Source #
The response's http status code.
enableDomainTransferLockResponse_operationId :: Lens' EnableDomainTransferLockResponse Text Source #
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
RegisterDomain
registerDomain_privacyProtectTechContact :: Lens' RegisterDomain (Maybe Bool) Source #
Whether you want to conceal contact information from WHOIS queries. If
you specify true
, 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 false
, WHOIS queries return the information that you
entered for the technical contact.
Default: true
registerDomain_privacyProtectRegistrantContact :: Lens' RegisterDomain (Maybe Bool) Source #
Whether you want to conceal contact information from WHOIS queries. If
you specify true
, 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 false
, WHOIS queries return the information that you
entered for the registrant contact (the domain owner).
Default: true
registerDomain_autoRenew :: Lens' RegisterDomain (Maybe Bool) Source #
Indicates whether the domain will be automatically renewed (true
) or
not (false
). Autorenewal only takes effect after the account is
charged.
Default: true
registerDomain_privacyProtectAdminContact :: Lens' RegisterDomain (Maybe Bool) Source #
Whether you want to conceal contact information from WHOIS queries. If
you specify true
, 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 false
, WHOIS queries return the information that you
entered for the admin contact.
Default: true
registerDomain_idnLangCode :: Lens' RegisterDomain (Maybe Text) Source #
Reserved for future use.
registerDomain_domainName :: Lens' RegisterDomain Text Source #
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 Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.
The domain name can contain only the following characters:
- Letters a through z. Domain names are not case sensitive.
- Numbers 0 through 9.
- Hyphen (-). You can't specify a hyphen at the beginning or end of a label.
- Period (.) to separate the labels in the name, such as the
.
inexample.com
.
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 Domains that You Can Register with Amazon Route 53. For more information, see Formatting Internationalized Domain Names.
registerDomain_durationInYears :: Lens' RegisterDomain Natural Source #
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 Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.
Default: 1
registerDomain_adminContact :: Lens' RegisterDomain ContactDetail Source #
Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail.
registerDomain_registrantContact :: Lens' RegisterDomain ContactDetail Source #
Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail.
registerDomain_techContact :: Lens' RegisterDomain ContactDetail Source #
Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail.
registerDomainResponse_httpStatus :: Lens' RegisterDomainResponse Int Source #
The response's http status code.
registerDomainResponse_operationId :: Lens' RegisterDomainResponse Text Source #
Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.
GetDomainSuggestions
getDomainSuggestions_domainName :: Lens' GetDomainSuggestions Text Source #
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 Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.
The domain name can contain only the following characters:
- Letters a through z. Domain names are not case sensitive.
- Numbers 0 through 9.
- Hyphen (-). You can't specify a hyphen at the beginning or end of a label.
- Period (.) to separate the labels in the name, such as the
.
inexample.com
.
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 Domains that You Can Register with Amazon Route 53.
getDomainSuggestions_suggestionCount :: Lens' GetDomainSuggestions Int Source #
The number of suggested domain names that you want Route 53 to return. Specify a value between 1 and 50.
getDomainSuggestions_onlyAvailable :: Lens' GetDomainSuggestions Bool Source #
If OnlyAvailable
is true
, Route 53 returns only domain names that
are available. If OnlyAvailable
is false
, Route 53 returns domain
names without checking whether they're available to be registered. To
determine whether the domain is available, you can call
checkDomainAvailability
for each suggestion.
getDomainSuggestionsResponse_suggestionsList :: Lens' GetDomainSuggestionsResponse (Maybe [DomainSuggestion]) Source #
A list of possible domain names. If you specified true
for
OnlyAvailable
in the request, the list contains only domains that are
available for registration.
getDomainSuggestionsResponse_httpStatus :: Lens' GetDomainSuggestionsResponse Int Source #
The response's http status code.
DisableDomainTransferLock
disableDomainTransferLock_domainName :: Lens' DisableDomainTransferLock Text Source #
The name of the domain that you want to remove the transfer lock for.
disableDomainTransferLockResponse_httpStatus :: Lens' DisableDomainTransferLockResponse Int Source #
The response's http status code.
disableDomainTransferLockResponse_operationId :: Lens' DisableDomainTransferLockResponse Text Source #
Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.
CheckDomainAvailability
checkDomainAvailability_idnLangCode :: Lens' CheckDomainAvailability (Maybe Text) Source #
Reserved for future use.
checkDomainAvailability_domainName :: Lens' CheckDomainAvailability Text Source #
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 Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.
The domain name can contain only the following characters:
- Letters a through z. Domain names are not case sensitive.
- Numbers 0 through 9.
- Hyphen (-). You can't specify a hyphen at the beginning or end of a label.
- Period (.) to separate the labels in the name, such as the
.
inexample.com
.
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 Domains that You Can Register with Amazon Route 53. For more information, see Formatting Internationalized Domain Names.
checkDomainAvailabilityResponse_httpStatus :: Lens' CheckDomainAvailabilityResponse Int Source #
The response's http status code.
checkDomainAvailabilityResponse_availability :: Lens' CheckDomainAvailabilityResponse DomainAvailability Source #
Whether the domain name is available for registering.
You can register only domains designated as AVAILABLE
.
Valid values:
- AVAILABLE
- The domain name is available.
- AVAILABLE_RESERVED
- The domain name is reserved under specific conditions.
- AVAILABLE_PREORDER
- The domain name is available and can be preordered.
- DONT_KNOW
- 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.
- PENDING
- 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.
- RESERVED
- The domain name has been reserved for another person or organization.
- UNAVAILABLE
- The domain name is not available.
- UNAVAILABLE_PREMIUM
- The domain name is not available.
- UNAVAILABLE_RESTRICTED
- The domain name is forbidden.
TransferDomainToAnotherAwsAccount
transferDomainToAnotherAwsAccount_domainName :: Lens' TransferDomainToAnotherAwsAccount Text Source #
The name of the domain that you want to transfer from the current AWS account to another account.
transferDomainToAnotherAwsAccount_accountId :: Lens' TransferDomainToAnotherAwsAccount Text Source #
The account ID of the AWS account that you want to transfer the domain
to, for example, 111122223333
.
transferDomainToAnotherAwsAccountResponse_password :: Lens' TransferDomainToAnotherAwsAccountResponse (Maybe Text) Source #
To finish transferring a domain to another AWS account, the account that
the domain is being transferred to must submit an
AcceptDomainTransferFromAnotherAwsAccount
request. The request must include the value of the Password
element
that was returned in the TransferDomainToAnotherAwsAccount
response.
transferDomainToAnotherAwsAccountResponse_operationId :: Lens' TransferDomainToAnotherAwsAccountResponse (Maybe Text) Source #
Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.
transferDomainToAnotherAwsAccountResponse_httpStatus :: Lens' TransferDomainToAnotherAwsAccountResponse Int Source #
The response's http status code.
AcceptDomainTransferFromAnotherAwsAccount
acceptDomainTransferFromAnotherAwsAccount_domainName :: Lens' AcceptDomainTransferFromAnotherAwsAccount Text Source #
The name of the domain that was specified when another AWS account submitted a TransferDomainToAnotherAwsAccount request.
acceptDomainTransferFromAnotherAwsAccount_password :: Lens' AcceptDomainTransferFromAnotherAwsAccount Text Source #
The password that was returned by the TransferDomainToAnotherAwsAccount request.
acceptDomainTransferFromAnotherAwsAccountResponse_operationId :: Lens' AcceptDomainTransferFromAnotherAwsAccountResponse (Maybe Text) Source #
Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.
acceptDomainTransferFromAnotherAwsAccountResponse_httpStatus :: Lens' AcceptDomainTransferFromAnotherAwsAccountResponse Int Source #
The response's http status code.
GetContactReachabilityStatus
getContactReachabilityStatus_domainName :: Lens' GetContactReachabilityStatus (Maybe Text) Source #
The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid.
getContactReachabilityStatusResponse_status :: Lens' GetContactReachabilityStatusResponse (Maybe ReachabilityStatus) Source #
Whether the registrant contact has responded. Values include the following:
- PENDING
- We sent the confirmation email and haven't received a response yet.
- DONE
- We sent the email and got confirmation from the registrant contact.
- EXPIRED
- The time limit expired before the registrant contact responded.
getContactReachabilityStatusResponse_domainName :: Lens' GetContactReachabilityStatusResponse (Maybe Text) Source #
The domain name for which you requested the reachability status.
getContactReachabilityStatusResponse_httpStatus :: Lens' GetContactReachabilityStatusResponse Int Source #
The response's http status code.
ListTagsForDomain
listTagsForDomain_domainName :: Lens' ListTagsForDomain Text Source #
The domain for which you want to get a list of tags.
listTagsForDomainResponse_httpStatus :: Lens' ListTagsForDomainResponse Int Source #
The response's http status code.
listTagsForDomainResponse_tagList :: Lens' ListTagsForDomainResponse [Tag] Source #
A list of the tags that are associated with the specified domain.
UpdateDomainNameservers
updateDomainNameservers_fIAuthKey :: Lens' UpdateDomainNameservers (Maybe Text) Source #
The authorization key for .fi domains
updateDomainNameservers_domainName :: Lens' UpdateDomainNameservers Text Source #
The name of the domain that you want to change name servers for.
updateDomainNameservers_nameservers :: Lens' UpdateDomainNameservers [Nameserver] Source #
A list of new name servers for the domain.
updateDomainNameserversResponse_httpStatus :: Lens' UpdateDomainNameserversResponse Int Source #
The response's http status code.
updateDomainNameserversResponse_operationId :: Lens' UpdateDomainNameserversResponse Text Source #
Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.
DeleteTagsForDomain
deleteTagsForDomain_domainName :: Lens' DeleteTagsForDomain Text Source #
The domain for which you want to delete one or more tags.
deleteTagsForDomain_tagsToDelete :: Lens' DeleteTagsForDomain [Text] Source #
A list of tag keys to delete.
deleteTagsForDomainResponse_httpStatus :: Lens' DeleteTagsForDomainResponse Int Source #
The response's http status code.
UpdateTagsForDomain
updateTagsForDomain_tagsToUpdate :: Lens' UpdateTagsForDomain (Maybe [Tag]) Source #
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.
updateTagsForDomain_domainName :: Lens' UpdateTagsForDomain Text Source #
The domain for which you want to add or update tags.
updateTagsForDomainResponse_httpStatus :: Lens' UpdateTagsForDomainResponse Int Source #
The response's http status code.
RetrieveDomainAuthCode
retrieveDomainAuthCode_domainName :: Lens' RetrieveDomainAuthCode Text Source #
The name of the domain that you want to get an authorization code for.
retrieveDomainAuthCodeResponse_httpStatus :: Lens' RetrieveDomainAuthCodeResponse Int Source #
The response's http status code.
retrieveDomainAuthCodeResponse_authCode :: Lens' RetrieveDomainAuthCodeResponse Text Source #
The authorization code for the domain.
TransferDomain
transferDomain_privacyProtectTechContact :: Lens' TransferDomain (Maybe Bool) Source #
Whether you want to conceal contact information from WHOIS queries. If
you specify true
, 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 false
, WHOIS queries return the information that you
entered for the technical contact.
Default: true
transferDomain_privacyProtectRegistrantContact :: Lens' TransferDomain (Maybe Bool) Source #
Whether you want to conceal contact information from WHOIS queries. If
you specify true
, 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 false
, WHOIS queries return the information that you
entered for the registrant contact (domain owner).
Default: true
transferDomain_autoRenew :: Lens' TransferDomain (Maybe Bool) Source #
Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged.
Default: true
transferDomain_privacyProtectAdminContact :: Lens' TransferDomain (Maybe Bool) Source #
Whether you want to conceal contact information from WHOIS queries. If
you specify true
, 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 false
, WHOIS queries return the information that you
entered for the admin contact.
Default: true
transferDomain_idnLangCode :: Lens' TransferDomain (Maybe Text) Source #
Reserved for future use.
transferDomain_authCode :: Lens' TransferDomain (Maybe Text) Source #
The authorization code for the domain. You get this value from the current registrar.
transferDomain_nameservers :: Lens' TransferDomain (Maybe [Nameserver]) Source #
Contains details for the host and glue IP addresses.
transferDomain_domainName :: Lens' TransferDomain Text Source #
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 Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.
The domain name can contain only the following characters:
- Letters a through z. Domain names are not case sensitive.
- Numbers 0 through 9.
- Hyphen (-). You can't specify a hyphen at the beginning or end of a label.
- Period (.) to separate the labels in the name, such as the
.
inexample.com
.
transferDomain_durationInYears :: Lens' TransferDomain Natural Source #
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.
Default: 1
transferDomain_adminContact :: Lens' TransferDomain ContactDetail Source #
Provides detailed contact information.
transferDomain_registrantContact :: Lens' TransferDomain ContactDetail Source #
Provides detailed contact information.
transferDomain_techContact :: Lens' TransferDomain ContactDetail Source #
Provides detailed contact information.
transferDomainResponse_httpStatus :: Lens' TransferDomainResponse Int Source #
The response's http status code.
transferDomainResponse_operationId :: Lens' TransferDomainResponse Text Source #
Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.
ListDomains
listDomains_marker :: Lens' ListDomains (Maybe Text) Source #
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 MaxItems
, you can use
Marker
to return additional domains. Get the value of NextPageMarker
from the previous response, and submit another request that includes the
value of NextPageMarker
in the Marker
element.
Constraints: The marker must match the value specified in the previous request.
listDomains_maxItems :: Lens' ListDomains (Maybe Int) Source #
Number of domains to be returned.
Default: 20
listDomainsResponse_nextPageMarker :: Lens' ListDomainsResponse (Maybe Text) Source #
If there are more domains than you specified for MaxItems
in the
request, submit another request and include the value of
NextPageMarker
in the value of Marker
.
listDomainsResponse_httpStatus :: Lens' ListDomainsResponse Int Source #
The response's http status code.
listDomainsResponse_domains :: Lens' ListDomainsResponse [DomainSummary] Source #
A summary of domains.
CancelDomainTransferToAnotherAwsAccount
cancelDomainTransferToAnotherAwsAccount_domainName :: Lens' CancelDomainTransferToAnotherAwsAccount Text Source #
The name of the domain for which you want to cancel the transfer to another AWS account.
cancelDomainTransferToAnotherAwsAccountResponse_operationId :: Lens' CancelDomainTransferToAnotherAwsAccountResponse (Maybe Text) Source #
The identifier that TransferDomainToAnotherAwsAccount
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
GetOperationDetail
to query the operation status.
cancelDomainTransferToAnotherAwsAccountResponse_httpStatus :: Lens' CancelDomainTransferToAnotherAwsAccountResponse Int Source #
The response's http status code.
Types
BillingRecord
billingRecord_operation :: Lens' BillingRecord (Maybe OperationType) Source #
The operation that you were charged for.
billingRecord_invoiceId :: Lens' BillingRecord (Maybe Text) Source #
The ID of the invoice that is associated with the billing record.
billingRecord_domainName :: Lens' BillingRecord (Maybe Text) Source #
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 DNS Domain Name Format in the Amazon Route 53 Developer Guide.
billingRecord_billDate :: Lens' BillingRecord (Maybe UTCTime) Source #
The date that the operation was billed, in Unix format.
billingRecord_price :: Lens' BillingRecord (Maybe Double) Source #
The price that you were charged for the operation, in US dollars.
Example value: 12.0
ContactDetail
contactDetail_organizationName :: Lens' ContactDetail (Maybe Text) Source #
Name of the organization for contact types other than PERSON
.
contactDetail_email :: Lens' ContactDetail (Maybe Text) Source #
Email address of the contact.
contactDetail_state :: Lens' ContactDetail (Maybe Text) Source #
The state or province of the contact's city.
contactDetail_fax :: Lens' ContactDetail (Maybe Text) Source #
Fax number of the contact.
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 "+1.1234567890"
.
contactDetail_lastName :: Lens' ContactDetail (Maybe Text) Source #
Last name of contact.
contactDetail_extraParams :: Lens' ContactDetail (Maybe [ExtraParam]) Source #
A list of name-value pairs for parameters required by certain top-level domains.
contactDetail_zipCode :: Lens' ContactDetail (Maybe Text) Source #
The zip or postal code of the contact's address.
contactDetail_addressLine1 :: Lens' ContactDetail (Maybe Text) Source #
First line of the contact's address.
contactDetail_city :: Lens' ContactDetail (Maybe Text) Source #
The city of the contact's address.
contactDetail_phoneNumber :: Lens' ContactDetail (Maybe Text) Source #
The phone number of the contact.
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 "+1.1234567890"
.
contactDetail_addressLine2 :: Lens' ContactDetail (Maybe Text) Source #
Second line of contact's address, if any.
contactDetail_firstName :: Lens' ContactDetail (Maybe Text) Source #
First name of contact.
contactDetail_countryCode :: Lens' ContactDetail (Maybe CountryCode) Source #
Code for the country of the contact's address.
contactDetail_contactType :: Lens' ContactDetail (Maybe ContactType) Source #
Indicates whether the contact is a person, company, association, or public organization. Note the following:
- If you specify a value other than
PERSON
, you must also specify a value forOrganizationName
. - For some TLDs, the privacy protection available depends on the value
that you specify for
Contact Type
. For the privacy protection settings for your TLD, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide - For .es domains, if you specify
PERSON
, you must specifyINDIVIDUAL
for the value ofES_LEGAL_FORM
.
DomainSuggestion
domainSuggestion_availability :: Lens' DomainSuggestion (Maybe Text) Source #
Whether the domain name is available for registering.
You can register only the domains that are designated as AVAILABLE
.
Valid values:
- AVAILABLE
- The domain name is available.
- AVAILABLE_RESERVED
- The domain name is reserved under specific conditions.
- AVAILABLE_PREORDER
- The domain name is available and can be preordered.
- DONT_KNOW
- 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.
- PENDING
- 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.
- RESERVED
- The domain name has been reserved for another person or organization.
- UNAVAILABLE
- The domain name is not available.
- UNAVAILABLE_PREMIUM
- The domain name is not available.
- UNAVAILABLE_RESTRICTED
- The domain name is forbidden.
domainSuggestion_domainName :: Lens' DomainSuggestion (Maybe Text) Source #
A suggested domain name.
DomainSummary
domainSummary_expiry :: Lens' DomainSummary (Maybe UTCTime) Source #
Expiration date of the domain in Unix time format and Coordinated Universal Time (UTC).
domainSummary_transferLock :: Lens' DomainSummary (Maybe Bool) Source #
Indicates whether a domain is locked from unauthorized transfer to another party.
domainSummary_autoRenew :: Lens' DomainSummary (Maybe Bool) Source #
Indicates whether the domain is automatically renewed upon expiration.
domainSummary_domainName :: Lens' DomainSummary Text Source #
The name of the domain that the summary information applies to.
DomainTransferability
domainTransferability_transferable :: Lens' DomainTransferability (Maybe Transferable) Source #
Undocumented member.
ExtraParam
extraParam_name :: Lens' ExtraParam ExtraParamName Source #
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:
- .com.au and .net.au
- -
AU_ID_NUMBER
AU_ID_TYPE
Valid values include the following:
ABN
(Australian business number)ACN
(Australian company number)TM
(Trademark number)
- .ca
- -
BRAND_NUMBER
CA_BUSINESS_ENTITY_TYPE
Valid values include the following:
BANK
(Bank)COMMERCIAL_COMPANY
(Commercial company)COMPANY
(Company)COOPERATION
(Cooperation)COOPERATIVE
(Cooperative)COOPRIX
(Cooprix)CORP
(Corporation)CREDIT_UNION
(Credit union)FOMIA
(Federation of mutual insurance associations)INC
(Incorporated)LTD
(Limited)LTEE
(Limitée)LLC
(Limited liability corporation)LLP
(Limited liability partnership)LTE
(Lte.)MBA
(Mutual benefit association)MIC
(Mutual insurance company)NFP
(Not-for-profit corporation)SA
(S.A.)SAVINGS_COMPANY
(Savings company)SAVINGS_UNION
(Savings union)SARL
(Société à responsabilité limitée)TRUST
(Trust)ULC
(Unlimited liability corporation)
CA_LEGAL_TYPE
When
ContactType
isPERSON
, valid values include the following:ABO
(Aboriginal Peoples indigenous to Canada)CCT
(Canadian citizen)LGR
(Legal Representative of a Canadian Citizen or Permanent Resident)RES
(Permanent resident of Canada)
When
ContactType
is a value other thanPERSON
, valid values include the following:ASS
(Canadian unincorporated association)CCO
(Canadian corporation)EDU
(Canadian educational institution)GOV
(Government or government entity in Canada)HOP
(Canadian Hospital)INB
(Indian Band recognized by the Indian Act of Canada)LAM
(Canadian Library, Archive, or Museum)MAJ
(Her/His Majesty the Queen/King)OMK
(Official mark registered in Canada)PLT
(Canadian Political Party)PRT
(Partnership Registered in Canada)TDM
(Trademark registered in Canada)TRD
(Canadian Trade Union)TRS
(Trust established in Canada)
- .es
- -
ES_IDENTIFICATION
Specify the applicable value:
- For contacts inside Spain: Enter your passport ID.
For contacts outside of Spain: Enter the VAT identification number for the company.
For .es domains, the value of
ContactType
must bePERSON
.ES_IDENTIFICATION_TYPE
Valid values include the following:
DNI_AND_NIF
(For Spanish contacts)NIE
(For foreigners with legal residence)OTHER
(For contacts outside of Spain)
ES_LEGAL_FORM
Valid values include the following:
ASSOCIATION
CENTRAL_GOVERNMENT_BODY
CIVIL_SOCIETY
COMMUNITY_OF_OWNERS
COMMUNITY_PROPERTY
CONSULATE
COOPERATIVE
DESIGNATION_OF_ORIGIN_SUPERVISORY_COUNCIL
ECONOMIC_INTEREST_GROUP
EMBASSY
ENTITY_MANAGING_NATURAL_AREAS
FARM_PARTNERSHIP
FOUNDATION
GENERAL_AND_LIMITED_PARTNERSHIP
GENERAL_PARTNERSHIP
INDIVIDUAL
LIMITED_COMPANY
LOCAL_AUTHORITY
LOCAL_PUBLIC_ENTITY
MUTUAL_INSURANCE_COMPANY
NATIONAL_PUBLIC_ENTITY
ORDER_OR_RELIGIOUS_INSTITUTION
OTHERS (Only for contacts outside of Spain)
POLITICAL_PARTY
PROFESSIONAL_ASSOCIATION
PUBLIC_LAW_ASSOCIATION
PUBLIC_LIMITED_COMPANY
REGIONAL_GOVERNMENT_BODY
REGIONAL_PUBLIC_ENTITY
SAVINGS_BANK
SPANISH_OFFICE
SPORTS_ASSOCIATION
SPORTS_FEDERATION
SPORTS_LIMITED_COMPANY
TEMPORARY_ALLIANCE_OF_ENTERPRISES
TRADE_UNION
WORKER_OWNED_COMPANY
WORKER_OWNED_LIMITED_COMPANY
- .fi
- -
BIRTH_DATE_IN_YYYY_MM_DD
FI_BUSINESS_NUMBER
FI_ID_NUMBER
FI_NATIONALITY
Valid values include the following:
FINNISH
NOT_FINNISH
FI_ORGANIZATION_TYPE
Valid values include the following:
COMPANY
CORPORATION
GOVERNMENT
INSTITUTION
POLITICAL_PARTY
PUBLIC_COMMUNITY
TOWNSHIP
- .fr
- -
BIRTH_CITY
BIRTH_COUNTRY
BIRTH_DATE_IN_YYYY_MM_DD
BIRTH_DEPARTMENT
: 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, specify99
. For more information, including a list of departments and the corresponding INSEE numbers, see the Wikipedia entry Departments of France.BRAND_NUMBER
- .it
- -
IT_NATIONALITY
IT_PIN
IT_REGISTRANT_ENTITY_TYPE
Valid values include the following:
FOREIGNERS
FREELANCE_WORKERS
(Freelance workers and professionals)ITALIAN_COMPANIES
(Italian companies and one-person companies)NON_PROFIT_ORGANIZATIONS
OTHER_SUBJECTS
PUBLIC_ORGANIZATIONS
- .ru
- -
BIRTH_DATE_IN_YYYY_MM_DD
RU_PASSPORT_DATA
- .se
- -
BIRTH_COUNTRY
SE_ID_NUMBER
- .sg
- -
SG_ID_NUMBER
- .co.uk, .me.uk, and .org.uk
- -
UK_CONTACT_TYPE
Valid values include the following:
CRC
(UK Corporation by Royal Charter)FCORP
(Non-UK Corporation)FIND
(Non-UK Individual, representing self)FOTHER
(Non-UK Entity that does not fit into any other category)GOV
(UK Government Body)IND
(UK Individual (representing self))IP
(UK Industrial/Provident Registered Company)LLP
(UK Limited Liability Partnership)LTD
(UK Limited Company)OTHER
(UK Entity that does not fit into any other category)PLC
(UK Public Limited Company)PTNR
(UK Partnership)RCHAR
(UK Registered Charity)SCH
(UK School)STAT
(UK Statutory Body)STRA
(UK Sole Trader)UK_COMPANY_NUMBER
In addition, many TLDs require a VAT_NUMBER
.
extraParam_value :: Lens' ExtraParam Text Source #
The value that corresponds with the name of an extra parameter.
Nameserver
nameserver_glueIps :: Lens' Nameserver (Maybe [Text]) Source #
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.
Constraints: The list can contain only one IPv4 and one IPv6 address.
nameserver_name :: Lens' Nameserver Text Source #
The fully qualified host name of the name server.
Constraint: Maximum 255 characters
OperationSummary
operationSummary_operationId :: Lens' OperationSummary Text Source #
Identifier returned to track the requested action.
operationSummary_status :: Lens' OperationSummary OperationStatus Source #
The current status of the requested operation in the system.
operationSummary_type :: Lens' OperationSummary OperationType Source #
Type of the action requested.
operationSummary_submittedDate :: Lens' OperationSummary UTCTime Source #
The date when the request was submitted.