amazonka-route53-domains-2.0: Amazon Route 53 Domains SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Route53Domains.Lens

Description

 
Synopsis

Operations

AcceptDomainTransferFromAnotherAwsAccount

acceptDomainTransferFromAnotherAwsAccount_domainName :: Lens' AcceptDomainTransferFromAnotherAwsAccount Text Source #

The name of the domain that was specified when another Amazon Web Services account submitted a TransferDomainToAnotherAwsAccount request.

acceptDomainTransferFromAnotherAwsAccountResponse_operationId :: Lens' AcceptDomainTransferFromAnotherAwsAccountResponse (Maybe Text) Source #

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

AssociateDelegationSignerToDomain

associateDelegationSignerToDomain_signingAttributes :: Lens' AssociateDelegationSignerToDomain DnssecSigningAttributes Source #

The information about a key, including the algorithm, public key-value, and flags.

associateDelegationSignerToDomainResponse_operationId :: Lens' AssociateDelegationSignerToDomainResponse (Maybe Text) Source #

The identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

CancelDomainTransferToAnotherAwsAccount

cancelDomainTransferToAnotherAwsAccount_domainName :: Lens' CancelDomainTransferToAnotherAwsAccount Text Source #

The name of the domain for which you want to cancel the transfer to another Amazon Web Services 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.

CheckDomainAvailability

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 . in example.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_availability :: Lens' CheckDomainAvailabilityResponse (Maybe 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.

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 . in example.com.

checkDomainTransferabilityResponse_transferability :: Lens' CheckDomainTransferabilityResponse (Maybe DomainTransferability) Source #

A complex type that contains information about whether the specified domain can be transferred to Route 53.

DeleteDomain

deleteDomain_domainName :: Lens' DeleteDomain Text Source #

Name of the domain to be deleted.

deleteDomainResponse_operationId :: Lens' DeleteDomainResponse (Maybe 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.

DisableDomainAutoRenew

disableDomainAutoRenew_domainName :: Lens' DisableDomainAutoRenew Text Source #

The name of the domain that you want to disable automatic renewal for.

DisableDomainTransferLock

disableDomainTransferLock_domainName :: Lens' DisableDomainTransferLock Text Source #

The name of the domain that you want to remove the transfer lock for.

disableDomainTransferLockResponse_operationId :: Lens' DisableDomainTransferLockResponse (Maybe Text) Source #

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

DisassociateDelegationSignerFromDomain

disassociateDelegationSignerFromDomain_id :: Lens' DisassociateDelegationSignerFromDomain Text Source #

An internal identification number assigned to each DS record after it’s created. You can retrieve it as part of DNSSEC information returned by GetDomainDetail.

disassociateDelegationSignerFromDomainResponse_operationId :: Lens' DisassociateDelegationSignerFromDomainResponse (Maybe Text) Source #

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

EnableDomainAutoRenew

enableDomainAutoRenew_domainName :: Lens' EnableDomainAutoRenew Text Source #

The name of the domain that you want to enable automatic renewal for.

EnableDomainTransferLock

enableDomainTransferLock_domainName :: Lens' EnableDomainTransferLock Text Source #

The name of the domain that you want to set the transfer lock for.

enableDomainTransferLockResponse_operationId :: Lens' EnableDomainTransferLockResponse (Maybe Text) Source #

Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.

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_domainName :: Lens' GetContactReachabilityStatusResponse (Maybe Text) Source #

The domain name for which you requested the reachability status.

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.

GetDomainDetail

getDomainDetail_domainName :: Lens' GetDomainDetail Text Source #

The name of the domain that you want to get detailed information about.

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_adminContact :: Lens' GetDomainDetailResponse (Maybe ContactDetail) Source #

Provides details about the domain administrative contact.

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_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_dnssecKeys :: Lens' GetDomainDetailResponse (Maybe [DnssecKey]) Source #

A complex type that contains information about the DNSSEC configuration.

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_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_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_techContact :: Lens' GetDomainDetailResponse (Maybe ContactDetail) Source #

Provides details about the domain technical contact.

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_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_whoIsServer :: Lens' GetDomainDetailResponse (Maybe Text) Source #

The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.

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 . in example.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.

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_message :: Lens' GetOperationDetailResponse (Maybe Text) Source #

Detailed information on the status including possible errors.

getOperationDetailResponse_status :: Lens' GetOperationDetailResponse (Maybe OperationStatus) Source #

The current status of the requested operation in the system.

getOperationDetailResponse_statusFlag :: Lens' GetOperationDetailResponse (Maybe StatusFlag) Source #

Lists any outstanding operations that require customer action. Valid values are:

  • PENDING_ACCEPTANCE: The operation is waiting for acceptance from the account that is receiving the domain.
  • PENDING_CUSTOMER_ACTION: The operation is waiting for customer action, for example, returning an email.
  • PENDING_AUTHORIZATION: The operation is waiting for the form of authorization. For more information, see ResendOperationAuthorization.
  • PENDING_PAYMENT_VERIFICATION: The operation is waiting for the payment method to validate.
  • PENDING_SUPPORT_CASE: The operation includes a support case and is waiting for its resolution.

ListDomains

listDomains_filterConditions :: Lens' ListDomains (Maybe [FilterCondition]) Source #

A complex type that contains information about the filters applied during the ListDomains request. The filter conditions can include domain name and domain expiration.

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 Amazon Web Services 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

listDomains_sortCondition :: Lens' ListDomains (Maybe SortCondition) Source #

A complex type that contains information about the requested ordering of domains in the returned list.

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.

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_sortOrder :: Lens' ListOperations (Maybe SortOrder) Source #

The sort order ofr returned values, either ascending or descending.

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).

listOperations_type :: Lens' ListOperations (Maybe [OperationType]) Source #

An arrays of the domains operation types.

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.

ListPrices

listPrices_marker :: Lens' ListPrices (Maybe Text) Source #

For an initial request for a list of prices, omit this element. If the number of prices that are not yet complete is greater than the value that you specified for MaxItems, you can use Marker to return additional prices. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

Used only for all TLDs. If you specify a TLD, don't specify a Marker.

listPrices_maxItems :: Lens' ListPrices (Maybe Int) Source #

Number of Prices to be returned.

Used only for all TLDs. If you specify a TLD, don't specify a MaxItems.

listPrices_tld :: Lens' ListPrices (Maybe Text) Source #

The TLD for which you want to receive the pricing information. For example. .net.

If a Tld value is not provided, a list of prices for all TLDs supported by Route 53 is returned.

listPricesResponse_nextPageMarker :: Lens' ListPricesResponse (Maybe Text) Source #

If there are more prices than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

Used only for all TLDs. If you specify a TLD, don't specify a NextPageMarker.

listPricesResponse_prices :: Lens' ListPricesResponse (Maybe [DomainPrice]) Source #

A complex type that includes all the pricing information. If you specify a TLD, this array contains only the pricing for that TLD.

ListTagsForDomain

listTagsForDomain_domainName :: Lens' ListTagsForDomain Text Source #

The domain for which you want to get a list of tags.

listTagsForDomainResponse_tagList :: Lens' ListTagsForDomainResponse (Maybe [Tag]) Source #

A list of the tags that are associated with the specified domain.

PushDomain

pushDomain_target :: Lens' PushDomain Text Source #

New IPS tag for the domain.

RegisterDomain

registerDomain_autoRenew :: Lens' RegisterDomain (Maybe Bool) Source #

Indicates whether the domain will be automatically renewed (true) or not (false). Auto renewal 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.

You must specify the same privacy setting for the administrative, registrant, and technical contacts.

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).

You must specify the same privacy setting for the administrative, registrant, and technical contacts.

Default: true

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.

You must specify the same privacy setting for the administrative, registrant, and technical contacts.

Default: true

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 . in example.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_operationId :: Lens' RegisterDomainResponse (Maybe Text) Source #

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

RejectDomainTransferFromAnotherAwsAccount

rejectDomainTransferFromAnotherAwsAccount_domainName :: Lens' RejectDomainTransferFromAnotherAwsAccount Text Source #

The name of the domain that was specified when another Amazon Web Services 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.

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_operationId :: Lens' RenewDomainResponse (Maybe Text) Source #

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

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.

ResendOperationAuthorization

RetrieveDomainAuthCode

retrieveDomainAuthCode_domainName :: Lens' RetrieveDomainAuthCode Text Source #

The name of the domain that you want to get an authorization code for.

TransferDomain

transferDomain_authCode :: Lens' TransferDomain (Maybe Text) Source #

The authorization code for the domain. You get this value from the current registrar.

transferDomain_autoRenew :: Lens' TransferDomain (Maybe Bool) Source #

Indicates whether the domain will be automatically renewed (true) or not (false). Auto renewal only takes effect after the account is charged.

Default: true

transferDomain_nameservers :: Lens' TransferDomain (Maybe [Nameserver]) Source #

Contains details for the host and glue IP addresses.

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.

You must specify the same privacy setting for the administrative, registrant, and technical contacts.

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).

You must specify the same privacy setting for the administrative, registrant, and technical contacts.

Default: true

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.

You must specify the same privacy setting for the administrative, registrant, and technical contacts.

Default: true

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 . in example.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_techContact :: Lens' TransferDomain ContactDetail Source #

Provides detailed contact information.

transferDomainResponse_operationId :: Lens' TransferDomainResponse (Maybe Text) Source #

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

TransferDomainToAnotherAwsAccount

transferDomainToAnotherAwsAccount_domainName :: Lens' TransferDomainToAnotherAwsAccount Text Source #

The name of the domain that you want to transfer from the current Amazon Web Services account to another account.

transferDomainToAnotherAwsAccount_accountId :: Lens' TransferDomainToAnotherAwsAccount Text Source #

The account ID of the Amazon Web Services account that you want to transfer the domain to, for example, 111122223333.

transferDomainToAnotherAwsAccountResponse_operationId :: Lens' TransferDomainToAnotherAwsAccountResponse (Maybe Text) Source #

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

transferDomainToAnotherAwsAccountResponse_password :: Lens' TransferDomainToAnotherAwsAccountResponse (Maybe Text) Source #

To finish transferring a domain to another Amazon Web Services 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.

UpdateDomainContact

updateDomainContact_consent :: Lens' UpdateDomainContact (Maybe Consent) Source #

Customer's consent for the owner change request.

updateDomainContact_domainName :: Lens' UpdateDomainContact Text Source #

The name of the domain that you want to update contact information for.

updateDomainContactResponse_operationId :: Lens' UpdateDomainContactResponse (Maybe Text) Source #

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

UpdateDomainContactPrivacy

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.

You must specify the same privacy setting for the administrative, registrant, and technical contacts.

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).

You must specify the same privacy setting for the administrative, registrant, and technical contacts.

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.

You must specify the same privacy setting for the administrative, registrant, and technical contacts.

updateDomainContactPrivacy_domainName :: Lens' UpdateDomainContactPrivacy Text Source #

The name of the domain that you want to update the privacy setting for.

updateDomainContactPrivacyResponse_operationId :: Lens' UpdateDomainContactPrivacyResponse (Maybe Text) Source #

Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.

UpdateDomainNameservers

updateDomainNameservers_domainName :: Lens' UpdateDomainNameservers Text Source #

The name of the domain that you want to change name servers for.

updateDomainNameserversResponse_operationId :: Lens' UpdateDomainNameserversResponse (Maybe Text) Source #

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

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.

ViewBilling

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 Amazon Web Services 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

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).

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.

Types

BillingRecord

billingRecord_billDate :: Lens' BillingRecord (Maybe UTCTime) Source #

The date that the operation was billed, in Unix format.

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_invoiceId :: Lens' BillingRecord (Maybe Text) Source #

The ID of the invoice that is associated with the billing record.

billingRecord_operation :: Lens' BillingRecord (Maybe OperationType) Source #

The operation that you were charged for.

billingRecord_price :: Lens' BillingRecord (Maybe Double) Source #

The price that you were charged for the operation, in US dollars.

Example value: 12.0

Consent

consent_maxPrice :: Lens' Consent Double Source #

Maximum amount the customer agreed to accept.

consent_currency :: Lens' Consent Text Source #

Currency for the MaxPrice.

ContactDetail

contactDetail_addressLine1 :: Lens' ContactDetail (Maybe Text) Source #

First line of the contact's address.

contactDetail_addressLine2 :: Lens' ContactDetail (Maybe Text) Source #

Second line of contact's address, if any.

contactDetail_city :: Lens' ContactDetail (Maybe Text) Source #

The city 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 for OrganizationName.
  • 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, the value of ContactType must be PERSON for all three contacts.

contactDetail_countryCode :: Lens' ContactDetail (Maybe CountryCode) Source #

Code for the country of the contact's address.

contactDetail_email :: Lens' ContactDetail (Maybe Text) Source #

Email address of the contact.

contactDetail_extraParams :: Lens' ContactDetail (Maybe [ExtraParam]) Source #

A list of name-value pairs for parameters required by certain top-level domains.

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_organizationName :: Lens' ContactDetail (Maybe Text) Source #

Name of the organization for contact types other than PERSON.

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_state :: Lens' ContactDetail (Maybe Text) Source #

The state or province of the contact's city.

contactDetail_zipCode :: Lens' ContactDetail (Maybe Text) Source #

The zip or postal code of the contact's address.

DnssecKey

dnssecKey_algorithm :: Lens' DnssecKey (Maybe Int) Source #

The number of the public key’s cryptographic algorithm according to an IANA assignment.

If Route 53 is your DNS service, set this to 13.

For more information about enabling DNSSEC signing, see Enabling DNSSEC signing and establishing a chain of trust.

dnssecKey_digest :: Lens' DnssecKey (Maybe Text) Source #

The delegation signer digest.

Digest is calculated from the public key provided using specified digest algorithm and this digest is the actual value returned from the registry nameservers as the value of DS records.

dnssecKey_digestType :: Lens' DnssecKey (Maybe Int) Source #

The number of the DS digest algorithm according to an IANA assignment.

For more information, see IANA for DNSSEC Delegation Signer (DS) Resource Record (RR) Type Digest Algorithms.

dnssecKey_flags :: Lens' DnssecKey (Maybe Int) Source #

Defines the type of key. It can be either a KSK (key-signing-key, value 257) or ZSK (zone-signing-key, value 256). Using KSK is always encouraged. Only use ZSK if your DNS provider isn't Route 53 and you don’t have KSK available.

If you have KSK and ZSK keys, always use KSK to create a delegations signer (DS) record. If you have ZSK keys only – use ZSK to create a DS record.

dnssecKey_id :: Lens' DnssecKey (Maybe Text) Source #

An ID assigned to each DS record created by AssociateDelegationSignerToDomain.

dnssecKey_keyTag :: Lens' DnssecKey (Maybe Int) Source #

A numeric identification of the DNSKEY record referred to by this DS record.

dnssecKey_publicKey :: Lens' DnssecKey (Maybe Text) Source #

The base64-encoded public key part of the key pair that is passed to the registry .

DnssecSigningAttributes

dnssecSigningAttributes_algorithm :: Lens' DnssecSigningAttributes (Maybe Int) Source #

Algorithm which was used to generate the digest from the public key.

dnssecSigningAttributes_flags :: Lens' DnssecSigningAttributes (Maybe Int) Source #

Defines the type of key. It can be either a KSK (key-signing-key, value 257) or ZSK (zone-signing-key, value 256). Using KSK is always encouraged. Only use ZSK if your DNS provider isn't Route 53 and you don’t have KSK available.

If you have KSK and ZSK keys, always use KSK to create a delegations signer (DS) record. If you have ZSK keys only – use ZSK to create a DS record.

dnssecSigningAttributes_publicKey :: Lens' DnssecSigningAttributes (Maybe Text) Source #

The base64-encoded public key part of the key pair that is passed to the registry.

DomainPrice

domainPrice_name :: Lens' DomainPrice (Maybe Text) Source #

The name of the TLD for which the prices apply.

domainPrice_registrationPrice :: Lens' DomainPrice (Maybe PriceWithCurrency) Source #

The price for domain registration with Route 53.

domainPrice_renewalPrice :: Lens' DomainPrice (Maybe PriceWithCurrency) Source #

The price for renewing domain registration with Route 53.

domainPrice_restorationPrice :: Lens' DomainPrice (Maybe PriceWithCurrency) Source #

The price for restoring the domain with Route 53.

domainPrice_transferPrice :: Lens' DomainPrice (Maybe PriceWithCurrency) Source #

The price for transferring the domain registration to Route 53.

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.

DomainSummary

domainSummary_autoRenew :: Lens' DomainSummary (Maybe Bool) Source #

Indicates whether the domain is automatically renewed upon expiration.

domainSummary_domainName :: Lens' DomainSummary (Maybe Text) Source #

The name of the domain that the summary information applies to.

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.

DomainTransferability

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 is PERSON, 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 than PERSON, 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

The value of ES_IDENTIFICATION depends on the following values:

  • The value of ES_LEGAL_FORM
  • The value of ES_IDENTIFICATION_TYPE

If ES_LEGAL_FORM is any value other than INDIVIDUAL:

  • Specify 1 letter + 8 numbers (CIF [Certificado de Identificación Fiscal])
  • Example: B12345678

__If ES_LEGAL_FORM is INDIVIDUAL, the value that you specify for ES_IDENTIFICATION depends on the value of ES_IDENTIFICATION_TYPE:__

  • If ES_IDENTIFICATION_TYPE is DNI_AND_NIF (for Spanish contacts):

    • Specify 8 numbers + 1 letter (DNI [Documento Nacional de Identidad], NIF [Número de Identificación Fiscal])
    • Example: 12345678M
  • If ES_IDENTIFICATION_TYPE is NIE (for foreigners with legal residence):

    • Specify 1 letter + 7 numbers + 1 letter ( NIE [Número de Identidad de Extranjero])
    • Example: Y1234567X
  • If ES_IDENTIFICATION_TYPE is OTHER (for contacts outside of Spain):

    • Specify a passport number, drivers license number, or national identity card number
  • 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
.eu
- EU_COUNTRY_OF_CITIZENSHIP
.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, specify 99. 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
.uk, .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.

FilterCondition

filterCondition_name :: Lens' FilterCondition ListDomainsAttributeName Source #

Name of the field which should be used for filtering the list of domains.

filterCondition_operator :: Lens' FilterCondition Operator Source #

The operator values for filtering domain names. The values can be:

  • LE: Less than, or equal to
  • GE: Greater than, or equal to
  • BEGINS_WITH: Begins with

filterCondition_values :: Lens' FilterCondition (NonEmpty Text) Source #

An array of strings presenting values to compare. Only 1 item in the list is currently supported.

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_lastUpdatedDate :: Lens' OperationSummary (Maybe UTCTime) Source #

The date when the last change was made in Unix time format and Coordinated Universal Time (UTC).

operationSummary_operationId :: Lens' OperationSummary (Maybe Text) Source #

Identifier returned to track the requested action.

operationSummary_status :: Lens' OperationSummary (Maybe OperationStatus) Source #

The current status of the requested operation in the system.

operationSummary_statusFlag :: Lens' OperationSummary (Maybe StatusFlag) Source #

Automatically checks whether there are no outstanding operations on domains that need customer attention.

Valid values are:

  • PENDING_ACCEPTANCE: The operation is waiting for acceptance from the account that is receiving the domain.
  • PENDING_CUSTOMER_ACTION: The operation is waiting for customer action, for example, returning an email.
  • PENDING_AUTHORIZATION: The operation is waiting for the form of authorization. For more information, see ResendOperationAuthorization.
  • PENDING_PAYMENT_VERIFICATION: The operation is waiting for the payment method to validate.
  • PENDING_SUPPORT_CASE: The operation includes a support case and is waiting for its resolution.

operationSummary_submittedDate :: Lens' OperationSummary (Maybe UTCTime) Source #

The date when the request was submitted.

PriceWithCurrency

priceWithCurrency_price :: Lens' PriceWithCurrency Double Source #

The price of a domain, in a specific currency.

SortCondition

sortCondition_name :: Lens' SortCondition ListDomainsAttributeName Source #

Field to be used for sorting the list of domains. It can be either the name or the expiration for a domain. Note that if filterCondition is used in the same ListDomains call, the field used for sorting has to be the same as the field used for filtering.

sortCondition_sortOrder :: Lens' SortCondition SortOrder Source #

The sort order for a list of domains. Either ascending (ASC) or descending (DES).

Tag

tag_key :: Lens' Tag (Maybe Text) Source #

The key (name) of a tag.

Valid values: A-Z, a-z, 0-9, space, ".:/=+\-@"

Constraints: Each key can be 1-128 characters long.

tag_value :: Lens' Tag (Maybe Text) Source #

The value of a tag.

Valid values: A-Z, a-z, 0-9, space, ".:/=+\-@"

Constraints: Each value can be 0-256 characters long.