/AWS1/CL_R5DGETDOMAINDETAILRSP¶
The GetDomainDetail response includes the following elements.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_domainname TYPE /AWS1/R5DDOMAINNAME /AWS1/R5DDOMAINNAME¶
The name of a domain.
it_nameservers TYPE /AWS1/CL_R5DNAMESERVER=>TT_NAMESERVERLIST TT_NAMESERVERLIST¶
The name servers of the domain.
iv_autorenew TYPE /AWS1/R5DBOOLEAN /AWS1/R5DBOOLEAN¶
Specifies whether the domain registration is set to renew automatically.
io_admincontact TYPE REF TO /AWS1/CL_R5DCONTACTDETAIL /AWS1/CL_R5DCONTACTDETAIL¶
Provides details about the domain administrative contact.
io_registrantcontact TYPE REF TO /AWS1/CL_R5DCONTACTDETAIL /AWS1/CL_R5DCONTACTDETAIL¶
Provides details about the domain registrant.
io_techcontact TYPE REF TO /AWS1/CL_R5DCONTACTDETAIL /AWS1/CL_R5DCONTACTDETAIL¶
Provides details about the domain technical contact.
iv_adminprivacy TYPE /AWS1/R5DBOOLEAN /AWS1/R5DBOOLEAN¶
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 or for our registrar associate, Gandi. If the value isfalse, WHOIS queries return the information that you entered for the admin contact.
iv_registrantprivacy TYPE /AWS1/R5DBOOLEAN /AWS1/R5DBOOLEAN¶
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 or for our registrar associate, Gandi. If the value isfalse, WHOIS queries return the information that you entered for the registrant contact (domain owner).
iv_techprivacy TYPE /AWS1/R5DBOOLEAN /AWS1/R5DBOOLEAN¶
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 or for our registrar associate, Gandi. If the value isfalse, WHOIS queries return the information that you entered for the technical contact.
iv_registrarname TYPE /AWS1/R5DREGISTRARNAME /AWS1/R5DREGISTRARNAME¶
Name of the registrar of the domain as identified in the registry.
iv_whoisserver TYPE /AWS1/R5DREGISTRARWHOISSERVER /AWS1/R5DREGISTRARWHOISSERVER¶
The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.
iv_registrarurl TYPE /AWS1/R5DREGISTRARURL /AWS1/R5DREGISTRARURL¶
Web address of the registrar.
iv_abusecontactemail TYPE /AWS1/R5DEMAIL /AWS1/R5DEMAIL¶
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.
iv_abusecontactphone TYPE /AWS1/R5DCONTACTNUMBER /AWS1/R5DCONTACTNUMBER¶
Phone number for reporting abuse.
iv_registrydomainid TYPE /AWS1/R5DREGISTRYDOMAINID /AWS1/R5DREGISTRYDOMAINID¶
Reserved for future use.
iv_creationdate TYPE /AWS1/R5DTIMESTAMP /AWS1/R5DTIMESTAMP¶
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).
iv_updateddate TYPE /AWS1/R5DTIMESTAMP /AWS1/R5DTIMESTAMP¶
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).
iv_expirationdate TYPE /AWS1/R5DTIMESTAMP /AWS1/R5DTIMESTAMP¶
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).
iv_reseller TYPE /AWS1/R5DRESELLER /AWS1/R5DRESELLER¶
Reseller of the domain. Domains registered or transferred using Route 53 domains will have
"Amazon"as the reseller.
iv_dnssec TYPE /AWS1/R5DDNSSEC /AWS1/R5DDNSSEC¶
Deprecated.
it_statuslist TYPE /AWS1/CL_R5DDOMAINSTATUSLIST_W=>TT_DOMAINSTATUSLIST TT_DOMAINSTATUSLIST¶
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.)
it_dnsseckeys TYPE /AWS1/CL_R5DDNSSECKEY=>TT_DNSSECKEYLIST TT_DNSSECKEYLIST¶
A complex type that contains information about the DNSSEC configuration.
io_billingcontact TYPE REF TO /AWS1/CL_R5DCONTACTDETAIL /AWS1/CL_R5DCONTACTDETAIL¶
Provides details about the domain billing contact.
iv_billingprivacy TYPE /AWS1/R5DBOOLEAN /AWS1/R5DBOOLEAN¶
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 or for our registrar associate, Gandi. If the value isfalse, WHOIS queries return the information that you entered for the billing contact.
Queryable Attributes¶
DomainName¶
The name of a domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINNAME() |
Getter for DOMAINNAME, with configurable default |
ASK_DOMAINNAME() |
Getter for DOMAINNAME w/ exceptions if field has no value |
HAS_DOMAINNAME() |
Determine if DOMAINNAME has a value |
Nameservers¶
The name servers of the domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAMESERVERS() |
Getter for NAMESERVERS, with configurable default |
ASK_NAMESERVERS() |
Getter for NAMESERVERS w/ exceptions if field has no value |
HAS_NAMESERVERS() |
Determine if NAMESERVERS has a value |
AutoRenew¶
Specifies whether the domain registration is set to renew automatically.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTORENEW() |
Getter for AUTORENEW, with configurable default |
ASK_AUTORENEW() |
Getter for AUTORENEW w/ exceptions if field has no value |
HAS_AUTORENEW() |
Determine if AUTORENEW has a value |
AdminContact¶
Provides details about the domain administrative contact.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADMINCONTACT() |
Getter for ADMINCONTACT |
RegistrantContact¶
Provides details about the domain registrant.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGISTRANTCONTACT() |
Getter for REGISTRANTCONTACT |
TechContact¶
Provides details about the domain technical contact.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TECHCONTACT() |
Getter for TECHCONTACT |
AdminPrivacy¶
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 or for our registrar associate, Gandi. If the value isfalse, WHOIS queries return the information that you entered for the admin contact.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADMINPRIVACY() |
Getter for ADMINPRIVACY, with configurable default |
ASK_ADMINPRIVACY() |
Getter for ADMINPRIVACY w/ exceptions if field has no value |
HAS_ADMINPRIVACY() |
Determine if ADMINPRIVACY has a value |
RegistrantPrivacy¶
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 or for our registrar associate, Gandi. If the value isfalse, WHOIS queries return the information that you entered for the registrant contact (domain owner).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGISTRANTPRIVACY() |
Getter for REGISTRANTPRIVACY, with configurable default |
ASK_REGISTRANTPRIVACY() |
Getter for REGISTRANTPRIVACY w/ exceptions if field has no v |
HAS_REGISTRANTPRIVACY() |
Determine if REGISTRANTPRIVACY has a value |
TechPrivacy¶
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 or for our registrar associate, Gandi. If the value isfalse, WHOIS queries return the information that you entered for the technical contact.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TECHPRIVACY() |
Getter for TECHPRIVACY, with configurable default |
ASK_TECHPRIVACY() |
Getter for TECHPRIVACY w/ exceptions if field has no value |
HAS_TECHPRIVACY() |
Determine if TECHPRIVACY has a value |
RegistrarName¶
Name of the registrar of the domain as identified in the registry.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGISTRARNAME() |
Getter for REGISTRARNAME, with configurable default |
ASK_REGISTRARNAME() |
Getter for REGISTRARNAME w/ exceptions if field has no value |
HAS_REGISTRARNAME() |
Determine if REGISTRARNAME has a value |
WhoIsServer¶
The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WHOISSERVER() |
Getter for WHOISSERVER, with configurable default |
ASK_WHOISSERVER() |
Getter for WHOISSERVER w/ exceptions if field has no value |
HAS_WHOISSERVER() |
Determine if WHOISSERVER has a value |
RegistrarUrl¶
Web address of the registrar.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGISTRARURL() |
Getter for REGISTRARURL, with configurable default |
ASK_REGISTRARURL() |
Getter for REGISTRARURL w/ exceptions if field has no value |
HAS_REGISTRARURL() |
Determine if REGISTRARURL has a value |
AbuseContactEmail¶
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ABUSECONTACTEMAIL() |
Getter for ABUSECONTACTEMAIL, with configurable default |
ASK_ABUSECONTACTEMAIL() |
Getter for ABUSECONTACTEMAIL w/ exceptions if field has no v |
HAS_ABUSECONTACTEMAIL() |
Determine if ABUSECONTACTEMAIL has a value |
AbuseContactPhone¶
Phone number for reporting abuse.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ABUSECONTACTPHONE() |
Getter for ABUSECONTACTPHONE, with configurable default |
ASK_ABUSECONTACTPHONE() |
Getter for ABUSECONTACTPHONE w/ exceptions if field has no v |
HAS_ABUSECONTACTPHONE() |
Determine if ABUSECONTACTPHONE has a value |
RegistryDomainId¶
Reserved for future use.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGISTRYDOMAINID() |
Getter for REGISTRYDOMAINID, with configurable default |
ASK_REGISTRYDOMAINID() |
Getter for REGISTRYDOMAINID w/ exceptions if field has no va |
HAS_REGISTRYDOMAINID() |
Determine if REGISTRYDOMAINID has a value |
CreationDate¶
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).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONDATE() |
Getter for CREATIONDATE, with configurable default |
ASK_CREATIONDATE() |
Getter for CREATIONDATE w/ exceptions if field has no value |
HAS_CREATIONDATE() |
Determine if CREATIONDATE has a value |
UpdatedDate¶
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).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDDATE() |
Getter for UPDATEDDATE, with configurable default |
ASK_UPDATEDDATE() |
Getter for UPDATEDDATE w/ exceptions if field has no value |
HAS_UPDATEDDATE() |
Determine if UPDATEDDATE has a value |
ExpirationDate¶
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).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPIRATIONDATE() |
Getter for EXPIRATIONDATE, with configurable default |
ASK_EXPIRATIONDATE() |
Getter for EXPIRATIONDATE w/ exceptions if field has no valu |
HAS_EXPIRATIONDATE() |
Determine if EXPIRATIONDATE has a value |
Reseller¶
Reseller of the domain. Domains registered or transferred using Route 53 domains will have
"Amazon"as the reseller.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESELLER() |
Getter for RESELLER, with configurable default |
ASK_RESELLER() |
Getter for RESELLER w/ exceptions if field has no value |
HAS_RESELLER() |
Determine if RESELLER has a value |
DnsSec¶
Deprecated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DNSSEC() |
Getter for DNSSEC, with configurable default |
ASK_DNSSEC() |
Getter for DNSSEC w/ exceptions if field has no value |
HAS_DNSSEC() |
Determine if DNSSEC has a value |
StatusList¶
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.)
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSLIST() |
Getter for STATUSLIST, with configurable default |
ASK_STATUSLIST() |
Getter for STATUSLIST w/ exceptions if field has no value |
HAS_STATUSLIST() |
Determine if STATUSLIST has a value |
DnssecKeys¶
A complex type that contains information about the DNSSEC configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DNSSECKEYS() |
Getter for DNSSECKEYS, with configurable default |
ASK_DNSSECKEYS() |
Getter for DNSSECKEYS w/ exceptions if field has no value |
HAS_DNSSECKEYS() |
Determine if DNSSECKEYS has a value |
BillingContact¶
Provides details about the domain billing contact.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BILLINGCONTACT() |
Getter for BILLINGCONTACT |
BillingPrivacy¶
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 or for our registrar associate, Gandi. If the value isfalse, WHOIS queries return the information that you entered for the billing contact.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BILLINGPRIVACY() |
Getter for BILLINGPRIVACY, with configurable default |
ASK_BILLINGPRIVACY() |
Getter for BILLINGPRIVACY w/ exceptions if field has no valu |
HAS_BILLINGPRIVACY() |
Determine if BILLINGPRIVACY has a value |