#[non_exhaustive]
pub struct GetDomainDetailOutput {
Show 21 fields pub domain_name: Option<String>, pub nameservers: Option<Vec<Nameserver>>, pub auto_renew: Option<bool>, pub admin_contact: Option<ContactDetail>, pub registrant_contact: Option<ContactDetail>, pub tech_contact: Option<ContactDetail>, pub admin_privacy: Option<bool>, pub registrant_privacy: Option<bool>, pub tech_privacy: Option<bool>, pub registrar_name: Option<String>, pub who_is_server: Option<String>, pub registrar_url: Option<String>, pub abuse_contact_email: Option<String>, pub abuse_contact_phone: Option<String>, pub registry_domain_id: Option<String>, pub creation_date: Option<DateTime>, pub updated_date: Option<DateTime>, pub expiration_date: Option<DateTime>, pub reseller: Option<String>, pub dns_sec: Option<String>, pub status_list: Option<Vec<String>>,
}
Expand description

The GetDomainDetail response includes the following elements.

Fields (Non-exhaustive)

This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.
domain_name: Option<String>

The name of a domain.

nameservers: Option<Vec<Nameserver>>

The name of the domain.

auto_renew: Option<bool>

Specifies whether the domain registration is set to renew automatically.

admin_contact: Option<ContactDetail>

Provides details about the domain administrative contact.

registrant_contact: Option<ContactDetail>

Provides details about the domain registrant.

tech_contact: Option<ContactDetail>

Provides details about the domain technical contact.

admin_privacy: Option<bool>

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.

registrant_privacy: Option<bool>

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

tech_privacy: Option<bool>

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.

registrar_name: Option<String>

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

who_is_server: Option<String>

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

registrar_url: Option<String>

Web address of the registrar.

abuse_contact_email: Option<String>

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.

abuse_contact_phone: Option<String>

Phone number for reporting abuse.

registry_domain_id: Option<String>

Reserved for future use.

creation_date: Option<DateTime>

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

updated_date: Option<DateTime>

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

expiration_date: Option<DateTime>

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

reseller: Option<String>

Reseller of the domain. Domains registered or transferred using Route 53 domains will have "Amazon" as the reseller.

dns_sec: Option<String>

Deprecated.

status_list: Option<Vec<String>>

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

Implementations

The name of a domain.

The name of the domain.

Specifies whether the domain registration is set to renew automatically.

Provides details about the domain administrative contact.

Provides details about the domain registrant.

Provides details about the domain technical contact.

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.

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

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.

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

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

Web address of the registrar.

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.

Phone number for reporting abuse.

Reserved for future use.

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

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

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

Reseller of the domain. Domains registered or transferred using Route 53 domains will have "Amazon" as the reseller.

Deprecated.

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

Creates a new builder-style object to manufacture GetDomainDetailOutput

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more