libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Route53Domains

Description

Derived from API version 2014-05-15 of the AWS service descriptions, licensed under Apache 2.0.

Pending

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2014-05-15 of the Amazon Route 53 Domains SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by Route53Domains.

InvalidInput

_InvalidInput :: AsError a => Getting (First ServiceError) a ServiceError Source #

The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.

OperationLimitExceeded

_OperationLimitExceeded :: AsError a => Getting (First ServiceError) a ServiceError Source #

The number of operations or jobs running exceeded the allowed threshold for the account.

DomainLimitExceeded

_DomainLimitExceeded :: AsError a => Getting (First ServiceError) a ServiceError Source #

The number of domains has exceeded the allowed threshold for the account.

UnsupportedTLD

_UnsupportedTLD :: AsError a => Getting (First ServiceError) a ServiceError Source #

Amazon Route 53 does not support this top-level domain (TLD).

TLDRulesViolation

_TLDRulesViolation :: AsError a => Getting (First ServiceError) a ServiceError Source #

The top-level domain does not support this operation.

DuplicateRequest

_DuplicateRequest :: AsError a => Getting (First ServiceError) a ServiceError Source #

The request is already in progress for the domain.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

ListOperations (Paginated)

data ListOperations Source #

The ListOperations request includes the following elements.

See: newListOperations smart constructor.

Instances

Instances details
Eq ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Read ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Show ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Generic ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Associated Types

type Rep ListOperations :: Type -> Type #

NFData ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Methods

rnf :: ListOperations -> () #

Hashable ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

ToJSON ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

AWSPager ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

AWSRequest ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Associated Types

type AWSResponse ListOperations #

ToHeaders ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

ToPath ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

ToQuery ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

type Rep ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

type Rep ListOperations = D1 ('MetaData "ListOperations" "Amazonka.Route53Domains.ListOperations" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "ListOperations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "submittedSince") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))
type AWSResponse ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

newListOperations :: ListOperations Source #

Create a value of ListOperations with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:marker:ListOperations', listOperations_marker - 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.

$sel:maxItems:ListOperations', listOperations_maxItems - Number of domains to be returned.

Default: 20

$sel:submittedSince:ListOperations', listOperations_submittedSince - 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).

data ListOperationsResponse Source #

The ListOperations response includes the following elements.

See: newListOperationsResponse smart constructor.

Instances

Instances details
Eq ListOperationsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Read ListOperationsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Show ListOperationsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Generic ListOperationsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Associated Types

type Rep ListOperationsResponse :: Type -> Type #

NFData ListOperationsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Methods

rnf :: ListOperationsResponse -> () #

type Rep ListOperationsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

type Rep ListOperationsResponse = D1 ('MetaData "ListOperationsResponse" "Amazonka.Route53Domains.ListOperations" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "ListOperationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageMarker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "operations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [OperationSummary]))))

newListOperationsResponse Source #

Create a value of ListOperationsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextPageMarker:ListOperationsResponse', listOperationsResponse_nextPageMarker - 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.

$sel:httpStatus:ListOperationsResponse', listOperationsResponse_httpStatus - The response's http status code.

$sel:operations:ListOperationsResponse', listOperationsResponse_operations - Lists summaries of the operations.

GetDomainDetail

data GetDomainDetail Source #

The GetDomainDetail request includes the following element.

See: newGetDomainDetail smart constructor.

Constructors

GetDomainDetail' Text 

Instances

Instances details
Eq GetDomainDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

Read GetDomainDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

Show GetDomainDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

Generic GetDomainDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

Associated Types

type Rep GetDomainDetail :: Type -> Type #

NFData GetDomainDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

Methods

rnf :: GetDomainDetail -> () #

Hashable GetDomainDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

ToJSON GetDomainDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

AWSRequest GetDomainDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

Associated Types

type AWSResponse GetDomainDetail #

ToHeaders GetDomainDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

ToPath GetDomainDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

ToQuery GetDomainDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

type Rep GetDomainDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

type Rep GetDomainDetail = D1 ('MetaData "GetDomainDetail" "Amazonka.Route53Domains.GetDomainDetail" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "GetDomainDetail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetDomainDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

newGetDomainDetail Source #

Create a value of GetDomainDetail with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainName:GetDomainDetail', getDomainDetail_domainName - The name of the domain that you want to get detailed information about.

data GetDomainDetailResponse Source #

The GetDomainDetail response includes the following elements.

See: newGetDomainDetailResponse smart constructor.

Instances

Instances details
Eq GetDomainDetailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

Show GetDomainDetailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

Generic GetDomainDetailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

Associated Types

type Rep GetDomainDetailResponse :: Type -> Type #

NFData GetDomainDetailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

Methods

rnf :: GetDomainDetailResponse -> () #

type Rep GetDomainDetailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

type Rep GetDomainDetailResponse = D1 ('MetaData "GetDomainDetailResponse" "Amazonka.Route53Domains.GetDomainDetail" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "GetDomainDetailResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "techPrivacy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "dnsSec") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "whoIsServer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "registryDomainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "registrantPrivacy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "updatedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "adminPrivacy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "autoRenew") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "abuseContactPhone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "registrarUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "abuseContactEmail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "expirationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "registrarName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "reseller") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statusList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))) :*: ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "nameservers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Nameserver]))) :*: (S1 ('MetaSel ('Just "adminContact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive ContactDetail)) :*: (S1 ('MetaSel ('Just "registrantContact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive ContactDetail)) :*: S1 ('MetaSel ('Just "techContact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive ContactDetail))))))))

newGetDomainDetailResponse Source #

Create a value of GetDomainDetailResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:techPrivacy:GetDomainDetailResponse', getDomainDetailResponse_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 (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.

$sel:dnsSec:GetDomainDetailResponse', getDomainDetailResponse_dnsSec - Reserved for future use.

$sel:whoIsServer:GetDomainDetailResponse', getDomainDetailResponse_whoIsServer - The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.

$sel:registryDomainId:GetDomainDetailResponse', getDomainDetailResponse_registryDomainId - Reserved for future use.

$sel:registrantPrivacy:GetDomainDetailResponse', getDomainDetailResponse_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 (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).

$sel:updatedDate:GetDomainDetailResponse', getDomainDetailResponse_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).

$sel:adminPrivacy:GetDomainDetailResponse', getDomainDetailResponse_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 (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.

$sel:autoRenew:GetDomainDetailResponse', getDomainDetailResponse_autoRenew - Specifies whether the domain registration is set to renew automatically.

$sel:abuseContactPhone:GetDomainDetailResponse', getDomainDetailResponse_abuseContactPhone - Phone number for reporting abuse.

$sel:registrarUrl:GetDomainDetailResponse', getDomainDetailResponse_registrarUrl - Web address of the registrar.

$sel:abuseContactEmail:GetDomainDetailResponse', getDomainDetailResponse_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.

$sel:expirationDate:GetDomainDetailResponse', getDomainDetailResponse_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).

$sel:creationDate:GetDomainDetailResponse', getDomainDetailResponse_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).

$sel:registrarName:GetDomainDetailResponse', getDomainDetailResponse_registrarName - 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".

$sel:reseller:GetDomainDetailResponse', getDomainDetailResponse_reseller - Reseller of the domain. Domains registered or transferred using Route 53 domains will have "Amazon" as the reseller.

$sel:statusList:GetDomainDetailResponse', getDomainDetailResponse_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.)

$sel:httpStatus:GetDomainDetailResponse', getDomainDetailResponse_httpStatus - The response's http status code.

$sel:domainName:GetDomainDetail', getDomainDetailResponse_domainName - The name of a domain.

$sel:nameservers:GetDomainDetailResponse', getDomainDetailResponse_nameservers - The name of the domain.

$sel:adminContact:GetDomainDetailResponse', getDomainDetailResponse_adminContact - Provides details about the domain administrative contact.

$sel:registrantContact:GetDomainDetailResponse', getDomainDetailResponse_registrantContact - Provides details about the domain registrant.

$sel:techContact:GetDomainDetailResponse', getDomainDetailResponse_techContact - Provides details about the domain technical contact.

CheckDomainTransferability

data CheckDomainTransferability Source #

The CheckDomainTransferability request contains the following elements.

See: newCheckDomainTransferability smart constructor.

Instances

Instances details
Eq CheckDomainTransferability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainTransferability

Show CheckDomainTransferability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainTransferability

Generic CheckDomainTransferability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainTransferability

Associated Types

type Rep CheckDomainTransferability :: Type -> Type #

NFData CheckDomainTransferability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainTransferability

Hashable CheckDomainTransferability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainTransferability

ToJSON CheckDomainTransferability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainTransferability

AWSRequest CheckDomainTransferability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainTransferability

ToHeaders CheckDomainTransferability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainTransferability

ToPath CheckDomainTransferability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainTransferability

ToQuery CheckDomainTransferability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainTransferability

type Rep CheckDomainTransferability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainTransferability

type Rep CheckDomainTransferability = D1 ('MetaData "CheckDomainTransferability" "Amazonka.Route53Domains.CheckDomainTransferability" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "CheckDomainTransferability'" 'PrefixI 'True) (S1 ('MetaSel ('Just "authCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CheckDomainTransferability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainTransferability

newCheckDomainTransferability Source #

Create a value of CheckDomainTransferability with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:authCode:CheckDomainTransferability', checkDomainTransferability_authCode - 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.

$sel:domainName:CheckDomainTransferability', checkDomainTransferability_domainName - 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.

data CheckDomainTransferabilityResponse Source #

The CheckDomainTransferability response includes the following elements.

See: newCheckDomainTransferabilityResponse smart constructor.

Instances

Instances details
Eq CheckDomainTransferabilityResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainTransferability

Read CheckDomainTransferabilityResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainTransferability

Show CheckDomainTransferabilityResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainTransferability

Generic CheckDomainTransferabilityResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainTransferability

Associated Types

type Rep CheckDomainTransferabilityResponse :: Type -> Type #

NFData CheckDomainTransferabilityResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainTransferability

type Rep CheckDomainTransferabilityResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainTransferability

type Rep CheckDomainTransferabilityResponse = D1 ('MetaData "CheckDomainTransferabilityResponse" "Amazonka.Route53Domains.CheckDomainTransferability" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "CheckDomainTransferabilityResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "transferability") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DomainTransferability)))

newCheckDomainTransferabilityResponse Source #

Create a value of CheckDomainTransferabilityResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:CheckDomainTransferabilityResponse', checkDomainTransferabilityResponse_httpStatus - The response's http status code.

$sel:transferability:CheckDomainTransferabilityResponse', checkDomainTransferabilityResponse_transferability - A complex type that contains information about whether the specified domain can be transferred to Route 53.

UpdateDomainContactPrivacy

data UpdateDomainContactPrivacy Source #

The UpdateDomainContactPrivacy request includes the following elements.

See: newUpdateDomainContactPrivacy smart constructor.

Instances

Instances details
Eq UpdateDomainContactPrivacy Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContactPrivacy

Read UpdateDomainContactPrivacy Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContactPrivacy

Show UpdateDomainContactPrivacy Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContactPrivacy

Generic UpdateDomainContactPrivacy Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContactPrivacy

Associated Types

type Rep UpdateDomainContactPrivacy :: Type -> Type #

NFData UpdateDomainContactPrivacy Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContactPrivacy

Hashable UpdateDomainContactPrivacy Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContactPrivacy

ToJSON UpdateDomainContactPrivacy Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContactPrivacy

AWSRequest UpdateDomainContactPrivacy Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContactPrivacy

ToHeaders UpdateDomainContactPrivacy Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContactPrivacy

ToPath UpdateDomainContactPrivacy Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContactPrivacy

ToQuery UpdateDomainContactPrivacy Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContactPrivacy

type Rep UpdateDomainContactPrivacy Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContactPrivacy

type Rep UpdateDomainContactPrivacy = D1 ('MetaData "UpdateDomainContactPrivacy" "Amazonka.Route53Domains.UpdateDomainContactPrivacy" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "UpdateDomainContactPrivacy'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "techPrivacy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "registrantPrivacy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "adminPrivacy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateDomainContactPrivacy Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContactPrivacy

newUpdateDomainContactPrivacy Source #

Create a value of UpdateDomainContactPrivacy with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:techPrivacy:UpdateDomainContactPrivacy', updateDomainContactPrivacy_techPrivacy - 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.

$sel:registrantPrivacy:UpdateDomainContactPrivacy', updateDomainContactPrivacy_registrantPrivacy - 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).

$sel:adminPrivacy:UpdateDomainContactPrivacy', updateDomainContactPrivacy_adminPrivacy - 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.

$sel:domainName:UpdateDomainContactPrivacy', updateDomainContactPrivacy_domainName - The name of the domain that you want to update the privacy setting for.

data UpdateDomainContactPrivacyResponse Source #

The UpdateDomainContactPrivacy response includes the following element.

See: newUpdateDomainContactPrivacyResponse smart constructor.

Instances

Instances details
Eq UpdateDomainContactPrivacyResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContactPrivacy

Read UpdateDomainContactPrivacyResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContactPrivacy

Show UpdateDomainContactPrivacyResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContactPrivacy

Generic UpdateDomainContactPrivacyResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContactPrivacy

Associated Types

type Rep UpdateDomainContactPrivacyResponse :: Type -> Type #

NFData UpdateDomainContactPrivacyResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContactPrivacy

type Rep UpdateDomainContactPrivacyResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContactPrivacy

type Rep UpdateDomainContactPrivacyResponse = D1 ('MetaData "UpdateDomainContactPrivacyResponse" "Amazonka.Route53Domains.UpdateDomainContactPrivacy" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "UpdateDomainContactPrivacyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateDomainContactPrivacyResponse Source #

Create a value of UpdateDomainContactPrivacyResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:UpdateDomainContactPrivacyResponse', updateDomainContactPrivacyResponse_httpStatus - The response's http status code.

$sel:operationId:UpdateDomainContactPrivacyResponse', updateDomainContactPrivacyResponse_operationId - Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.

GetOperationDetail

data GetOperationDetail Source #

The GetOperationDetail request includes the following element.

See: newGetOperationDetail smart constructor.

Instances

Instances details
Eq GetOperationDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

Read GetOperationDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

Show GetOperationDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

Generic GetOperationDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

Associated Types

type Rep GetOperationDetail :: Type -> Type #

NFData GetOperationDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

Methods

rnf :: GetOperationDetail -> () #

Hashable GetOperationDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

ToJSON GetOperationDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

AWSRequest GetOperationDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

Associated Types

type AWSResponse GetOperationDetail #

ToHeaders GetOperationDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

ToPath GetOperationDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

ToQuery GetOperationDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

type Rep GetOperationDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

type Rep GetOperationDetail = D1 ('MetaData "GetOperationDetail" "Amazonka.Route53Domains.GetOperationDetail" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "GetOperationDetail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetOperationDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

newGetOperationDetail Source #

Create a value of GetOperationDetail with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:operationId:GetOperationDetail', getOperationDetail_operationId - 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.

data GetOperationDetailResponse Source #

The GetOperationDetail response includes the following elements.

See: newGetOperationDetailResponse smart constructor.

Instances

Instances details
Eq GetOperationDetailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

Read GetOperationDetailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

Show GetOperationDetailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

Generic GetOperationDetailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

Associated Types

type Rep GetOperationDetailResponse :: Type -> Type #

NFData GetOperationDetailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

type Rep GetOperationDetailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

type Rep GetOperationDetailResponse = D1 ('MetaData "GetOperationDetailResponse" "Amazonka.Route53Domains.GetOperationDetail" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "GetOperationDetailResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OperationStatus)) :*: (S1 ('MetaSel ('Just "submittedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OperationType))) :*: (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetOperationDetailResponse Source #

Create a value of GetOperationDetailResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:GetOperationDetailResponse', getOperationDetailResponse_status - The current status of the requested operation in the system.

$sel:submittedDate:GetOperationDetailResponse', getOperationDetailResponse_submittedDate - The date when the request was submitted.

$sel:domainName:GetOperationDetailResponse', getOperationDetailResponse_domainName - The name of a domain.

$sel:operationId:GetOperationDetail', getOperationDetailResponse_operationId - The identifier for the operation.

$sel:type':GetOperationDetailResponse', getOperationDetailResponse_type - The type of operation that was requested.

$sel:message:GetOperationDetailResponse', getOperationDetailResponse_message - Detailed information on the status including possible errors.

$sel:httpStatus:GetOperationDetailResponse', getOperationDetailResponse_httpStatus - The response's http status code.

RejectDomainTransferFromAnotherAwsAccount

data RejectDomainTransferFromAnotherAwsAccount Source #

The RejectDomainTransferFromAnotherAwsAccount request includes the following element.

See: newRejectDomainTransferFromAnotherAwsAccount smart constructor.

Instances

Instances details
Eq RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

Read RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

Show RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

Generic RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

NFData RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

Hashable RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

ToJSON RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

AWSRequest RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

ToHeaders RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

ToPath RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

ToQuery RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

type Rep RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

type Rep RejectDomainTransferFromAnotherAwsAccount = D1 ('MetaData "RejectDomainTransferFromAnotherAwsAccount" "Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "RejectDomainTransferFromAnotherAwsAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

newRejectDomainTransferFromAnotherAwsAccount Source #

Create a value of RejectDomainTransferFromAnotherAwsAccount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainName:RejectDomainTransferFromAnotherAwsAccount', rejectDomainTransferFromAnotherAwsAccount_domainName - The name of the domain that was specified when another AWS account submitted a TransferDomainToAnotherAwsAccount request.

data RejectDomainTransferFromAnotherAwsAccountResponse Source #

The RejectDomainTransferFromAnotherAwsAccount response includes the following element.

See: newRejectDomainTransferFromAnotherAwsAccountResponse smart constructor.

Instances

Instances details
Eq RejectDomainTransferFromAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

Read RejectDomainTransferFromAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

Show RejectDomainTransferFromAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

Generic RejectDomainTransferFromAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

NFData RejectDomainTransferFromAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

type Rep RejectDomainTransferFromAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

type Rep RejectDomainTransferFromAnotherAwsAccountResponse = D1 ('MetaData "RejectDomainTransferFromAnotherAwsAccountResponse" "Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "RejectDomainTransferFromAnotherAwsAccountResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRejectDomainTransferFromAnotherAwsAccountResponse Source #

Create a value of RejectDomainTransferFromAnotherAwsAccountResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:operationId:RejectDomainTransferFromAnotherAwsAccountResponse', rejectDomainTransferFromAnotherAwsAccountResponse_operationId - 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.

$sel:httpStatus:RejectDomainTransferFromAnotherAwsAccountResponse', rejectDomainTransferFromAnotherAwsAccountResponse_httpStatus - The response's http status code.

EnableDomainAutoRenew

data EnableDomainAutoRenew Source #

See: newEnableDomainAutoRenew smart constructor.

Instances

Instances details
Eq EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

Read EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

Show EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

Generic EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

Associated Types

type Rep EnableDomainAutoRenew :: Type -> Type #

NFData EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

Methods

rnf :: EnableDomainAutoRenew -> () #

Hashable EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

ToJSON EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

AWSRequest EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

Associated Types

type AWSResponse EnableDomainAutoRenew #

ToHeaders EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

ToPath EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

ToQuery EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

type Rep EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

type Rep EnableDomainAutoRenew = D1 ('MetaData "EnableDomainAutoRenew" "Amazonka.Route53Domains.EnableDomainAutoRenew" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "EnableDomainAutoRenew'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

newEnableDomainAutoRenew Source #

Create a value of EnableDomainAutoRenew with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainName:EnableDomainAutoRenew', enableDomainAutoRenew_domainName - The name of the domain that you want to enable automatic renewal for.

data EnableDomainAutoRenewResponse Source #

See: newEnableDomainAutoRenewResponse smart constructor.

Instances

Instances details
Eq EnableDomainAutoRenewResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

Read EnableDomainAutoRenewResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

Show EnableDomainAutoRenewResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

Generic EnableDomainAutoRenewResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

Associated Types

type Rep EnableDomainAutoRenewResponse :: Type -> Type #

NFData EnableDomainAutoRenewResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

type Rep EnableDomainAutoRenewResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

type Rep EnableDomainAutoRenewResponse = D1 ('MetaData "EnableDomainAutoRenewResponse" "Amazonka.Route53Domains.EnableDomainAutoRenew" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "EnableDomainAutoRenewResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newEnableDomainAutoRenewResponse Source #

Create a value of EnableDomainAutoRenewResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:EnableDomainAutoRenewResponse', enableDomainAutoRenewResponse_httpStatus - The response's http status code.

ResendContactReachabilityEmail

data ResendContactReachabilityEmail Source #

See: newResendContactReachabilityEmail smart constructor.

Instances

Instances details
Eq ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

Read ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

Show ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

Generic ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

Associated Types

type Rep ResendContactReachabilityEmail :: Type -> Type #

NFData ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

Hashable ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

ToJSON ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

AWSRequest ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

ToHeaders ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

ToPath ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

ToQuery ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

type Rep ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

type Rep ResendContactReachabilityEmail = D1 ('MetaData "ResendContactReachabilityEmail" "Amazonka.Route53Domains.ResendContactReachabilityEmail" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "ResendContactReachabilityEmail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

newResendContactReachabilityEmail :: ResendContactReachabilityEmail Source #

Create a value of ResendContactReachabilityEmail with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainName:ResendContactReachabilityEmail', resendContactReachabilityEmail_domainName - The name of the domain for which you want Route 53 to resend a confirmation email to the registrant contact.

data ResendContactReachabilityEmailResponse Source #

Instances

Instances details
Eq ResendContactReachabilityEmailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

Read ResendContactReachabilityEmailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

Show ResendContactReachabilityEmailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

Generic ResendContactReachabilityEmailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

NFData ResendContactReachabilityEmailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

type Rep ResendContactReachabilityEmailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

type Rep ResendContactReachabilityEmailResponse = D1 ('MetaData "ResendContactReachabilityEmailResponse" "Amazonka.Route53Domains.ResendContactReachabilityEmail" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "ResendContactReachabilityEmailResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "emailAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "isAlreadyVerified") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newResendContactReachabilityEmailResponse Source #

Create a value of ResendContactReachabilityEmailResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainName:ResendContactReachabilityEmail', resendContactReachabilityEmailResponse_domainName - The domain name for which you requested a confirmation email.

$sel:emailAddress:ResendContactReachabilityEmailResponse', resendContactReachabilityEmailResponse_emailAddress - The email address for the registrant contact at the time that we sent the verification email.

$sel:isAlreadyVerified:ResendContactReachabilityEmailResponse', resendContactReachabilityEmailResponse_isAlreadyVerified - 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.

$sel:httpStatus:ResendContactReachabilityEmailResponse', resendContactReachabilityEmailResponse_httpStatus - The response's http status code.

DisableDomainAutoRenew

data DisableDomainAutoRenew Source #

See: newDisableDomainAutoRenew smart constructor.

Instances

Instances details
Eq DisableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

Read DisableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

Show DisableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

Generic DisableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

Associated Types

type Rep DisableDomainAutoRenew :: Type -> Type #

NFData DisableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

Methods

rnf :: DisableDomainAutoRenew -> () #

Hashable DisableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

ToJSON DisableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

AWSRequest DisableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

Associated Types

type AWSResponse DisableDomainAutoRenew #

ToHeaders DisableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

ToPath DisableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

ToQuery DisableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

type Rep DisableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

type Rep DisableDomainAutoRenew = D1 ('MetaData "DisableDomainAutoRenew" "Amazonka.Route53Domains.DisableDomainAutoRenew" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "DisableDomainAutoRenew'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DisableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

newDisableDomainAutoRenew Source #

Create a value of DisableDomainAutoRenew with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainName:DisableDomainAutoRenew', disableDomainAutoRenew_domainName - The name of the domain that you want to disable automatic renewal for.

data DisableDomainAutoRenewResponse Source #

See: newDisableDomainAutoRenewResponse smart constructor.

Instances

Instances details
Eq DisableDomainAutoRenewResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

Read DisableDomainAutoRenewResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

Show DisableDomainAutoRenewResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

Generic DisableDomainAutoRenewResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

Associated Types

type Rep DisableDomainAutoRenewResponse :: Type -> Type #

NFData DisableDomainAutoRenewResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

type Rep DisableDomainAutoRenewResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

type Rep DisableDomainAutoRenewResponse = D1 ('MetaData "DisableDomainAutoRenewResponse" "Amazonka.Route53Domains.DisableDomainAutoRenew" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "DisableDomainAutoRenewResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisableDomainAutoRenewResponse Source #

Create a value of DisableDomainAutoRenewResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DisableDomainAutoRenewResponse', disableDomainAutoRenewResponse_httpStatus - The response's http status code.

RenewDomain

data RenewDomain Source #

A RenewDomain request includes the number of years that you want to renew for and the current expiration year.

See: newRenewDomain smart constructor.

Instances

Instances details
Eq RenewDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

Read RenewDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

Show RenewDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

Generic RenewDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

Associated Types

type Rep RenewDomain :: Type -> Type #

NFData RenewDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

Methods

rnf :: RenewDomain -> () #

Hashable RenewDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

ToJSON RenewDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

AWSRequest RenewDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

Associated Types

type AWSResponse RenewDomain #

ToHeaders RenewDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

Methods

toHeaders :: RenewDomain -> [Header] #

ToPath RenewDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

ToQuery RenewDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

type Rep RenewDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

type Rep RenewDomain = D1 ('MetaData "RenewDomain" "Amazonka.Route53Domains.RenewDomain" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "RenewDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "durationInYears") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "currentExpiryYear") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))
type AWSResponse RenewDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

newRenewDomain Source #

Create a value of RenewDomain with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:durationInYears:RenewDomain', renewDomain_durationInYears - 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

$sel:domainName:RenewDomain', renewDomain_domainName - The name of the domain that you want to renew.

$sel:currentExpiryYear:RenewDomain', renewDomain_currentExpiryYear - The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain.

data RenewDomainResponse Source #

See: newRenewDomainResponse smart constructor.

Instances

Instances details
Eq RenewDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

Read RenewDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

Show RenewDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

Generic RenewDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

Associated Types

type Rep RenewDomainResponse :: Type -> Type #

NFData RenewDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

Methods

rnf :: RenewDomainResponse -> () #

type Rep RenewDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

type Rep RenewDomainResponse = D1 ('MetaData "RenewDomainResponse" "Amazonka.Route53Domains.RenewDomain" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "RenewDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRenewDomainResponse Source #

Create a value of RenewDomainResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:RenewDomainResponse', renewDomainResponse_httpStatus - The response's http status code.

$sel:operationId:RenewDomainResponse', renewDomainResponse_operationId - Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

ViewBilling (Paginated)

data ViewBilling Source #

The ViewBilling request includes the following elements.

See: newViewBilling smart constructor.

Instances

Instances details
Eq ViewBilling Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

Read ViewBilling Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

Show ViewBilling Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

Generic ViewBilling Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

Associated Types

type Rep ViewBilling :: Type -> Type #

NFData ViewBilling Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

Methods

rnf :: ViewBilling -> () #

Hashable ViewBilling Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

ToJSON ViewBilling Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

AWSPager ViewBilling Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

AWSRequest ViewBilling Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

Associated Types

type AWSResponse ViewBilling #

ToHeaders ViewBilling Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

Methods

toHeaders :: ViewBilling -> [Header] #

ToPath ViewBilling Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

ToQuery ViewBilling Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

type Rep ViewBilling Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

type Rep ViewBilling = D1 ('MetaData "ViewBilling" "Amazonka.Route53Domains.ViewBilling" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "ViewBilling'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "start") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "end") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse ViewBilling Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

newViewBilling :: ViewBilling Source #

Create a value of ViewBilling with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:start:ViewBilling', viewBilling_start - 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).

$sel:end:ViewBilling', viewBilling_end - 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).

$sel:marker:ViewBilling', viewBilling_marker - 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.

$sel:maxItems:ViewBilling', viewBilling_maxItems - The number of billing records to be returned.

Default: 20

data ViewBillingResponse Source #

The ViewBilling response includes the following elements.

See: newViewBillingResponse smart constructor.

Instances

Instances details
Eq ViewBillingResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

Read ViewBillingResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

Show ViewBillingResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

Generic ViewBillingResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

Associated Types

type Rep ViewBillingResponse :: Type -> Type #

NFData ViewBillingResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

Methods

rnf :: ViewBillingResponse -> () #

type Rep ViewBillingResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

type Rep ViewBillingResponse = D1 ('MetaData "ViewBillingResponse" "Amazonka.Route53Domains.ViewBilling" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "ViewBillingResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageMarker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "billingRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BillingRecord])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newViewBillingResponse Source #

Create a value of ViewBillingResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextPageMarker:ViewBillingResponse', viewBillingResponse_nextPageMarker - 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.

$sel:billingRecords:ViewBillingResponse', viewBillingResponse_billingRecords - A summary of billing records.

$sel:httpStatus:ViewBillingResponse', viewBillingResponse_httpStatus - The response's http status code.

UpdateDomainContact

data UpdateDomainContact Source #

The UpdateDomainContact request includes the following elements.

See: newUpdateDomainContact smart constructor.

Instances

Instances details
Eq UpdateDomainContact Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContact

Show UpdateDomainContact Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContact

Generic UpdateDomainContact Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContact

Associated Types

type Rep UpdateDomainContact :: Type -> Type #

NFData UpdateDomainContact Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContact

Methods

rnf :: UpdateDomainContact -> () #

Hashable UpdateDomainContact Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContact

ToJSON UpdateDomainContact Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContact

AWSRequest UpdateDomainContact Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContact

Associated Types

type AWSResponse UpdateDomainContact #

ToHeaders UpdateDomainContact Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContact

ToPath UpdateDomainContact Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContact

ToQuery UpdateDomainContact Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContact

type Rep UpdateDomainContact Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContact

type Rep UpdateDomainContact = D1 ('MetaData "UpdateDomainContact" "Amazonka.Route53Domains.UpdateDomainContact" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "UpdateDomainContact'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "registrantContact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive ContactDetail))) :*: S1 ('MetaSel ('Just "adminContact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive ContactDetail)))) :*: (S1 ('MetaSel ('Just "techContact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive ContactDetail))) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateDomainContact Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContact

newUpdateDomainContact Source #

Create a value of UpdateDomainContact with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:registrantContact:UpdateDomainContact', updateDomainContact_registrantContact - Provides detailed contact information.

$sel:adminContact:UpdateDomainContact', updateDomainContact_adminContact - Provides detailed contact information.

$sel:techContact:UpdateDomainContact', updateDomainContact_techContact - Provides detailed contact information.

$sel:domainName:UpdateDomainContact', updateDomainContact_domainName - The name of the domain that you want to update contact information for.

data UpdateDomainContactResponse Source #

The UpdateDomainContact response includes the following element.

See: newUpdateDomainContactResponse smart constructor.

Instances

Instances details
Eq UpdateDomainContactResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContact

Read UpdateDomainContactResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContact

Show UpdateDomainContactResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContact

Generic UpdateDomainContactResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContact

Associated Types

type Rep UpdateDomainContactResponse :: Type -> Type #

NFData UpdateDomainContactResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContact

type Rep UpdateDomainContactResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContact

type Rep UpdateDomainContactResponse = D1 ('MetaData "UpdateDomainContactResponse" "Amazonka.Route53Domains.UpdateDomainContact" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "UpdateDomainContactResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateDomainContactResponse Source #

Create a value of UpdateDomainContactResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:UpdateDomainContactResponse', updateDomainContactResponse_httpStatus - The response's http status code.

$sel:operationId:UpdateDomainContactResponse', updateDomainContactResponse_operationId - Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

EnableDomainTransferLock

data EnableDomainTransferLock Source #

A request to set the transfer lock for the specified domain.

See: newEnableDomainTransferLock smart constructor.

Instances

Instances details
Eq EnableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainTransferLock

Read EnableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainTransferLock

Show EnableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainTransferLock

Generic EnableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainTransferLock

Associated Types

type Rep EnableDomainTransferLock :: Type -> Type #

NFData EnableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainTransferLock

Hashable EnableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainTransferLock

ToJSON EnableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainTransferLock

AWSRequest EnableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainTransferLock

ToHeaders EnableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainTransferLock

ToPath EnableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainTransferLock

ToQuery EnableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainTransferLock

type Rep EnableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainTransferLock

type Rep EnableDomainTransferLock = D1 ('MetaData "EnableDomainTransferLock" "Amazonka.Route53Domains.EnableDomainTransferLock" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "EnableDomainTransferLock'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse EnableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainTransferLock

newEnableDomainTransferLock Source #

Create a value of EnableDomainTransferLock with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainName:EnableDomainTransferLock', enableDomainTransferLock_domainName - The name of the domain that you want to set the transfer lock for.

data EnableDomainTransferLockResponse Source #

The EnableDomainTransferLock response includes the following elements.

See: newEnableDomainTransferLockResponse smart constructor.

Instances

Instances details
Eq EnableDomainTransferLockResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainTransferLock

Read EnableDomainTransferLockResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainTransferLock

Show EnableDomainTransferLockResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainTransferLock

Generic EnableDomainTransferLockResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainTransferLock

Associated Types

type Rep EnableDomainTransferLockResponse :: Type -> Type #

NFData EnableDomainTransferLockResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainTransferLock

type Rep EnableDomainTransferLockResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainTransferLock

type Rep EnableDomainTransferLockResponse = D1 ('MetaData "EnableDomainTransferLockResponse" "Amazonka.Route53Domains.EnableDomainTransferLock" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "EnableDomainTransferLockResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newEnableDomainTransferLockResponse Source #

Create a value of EnableDomainTransferLockResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:EnableDomainTransferLockResponse', enableDomainTransferLockResponse_httpStatus - The response's http status code.

$sel:operationId:EnableDomainTransferLockResponse', enableDomainTransferLockResponse_operationId - Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.

RegisterDomain

data RegisterDomain Source #

The RegisterDomain request includes the following elements.

See: newRegisterDomain smart constructor.

Instances

Instances details
Eq RegisterDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

Show RegisterDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

Generic RegisterDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

Associated Types

type Rep RegisterDomain :: Type -> Type #

NFData RegisterDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

Methods

rnf :: RegisterDomain -> () #

Hashable RegisterDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

ToJSON RegisterDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

AWSRequest RegisterDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

Associated Types

type AWSResponse RegisterDomain #

ToHeaders RegisterDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

ToPath RegisterDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

ToQuery RegisterDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

type Rep RegisterDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

type Rep RegisterDomain = D1 ('MetaData "RegisterDomain" "Amazonka.Route53Domains.RegisterDomain" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "RegisterDomain'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "privacyProtectTechContact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "privacyProtectRegistrantContact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "autoRenew") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "privacyProtectAdminContact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "idnLangCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "durationInYears") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)) :*: (S1 ('MetaSel ('Just "adminContact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive ContactDetail)) :*: (S1 ('MetaSel ('Just "registrantContact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive ContactDetail)) :*: S1 ('MetaSel ('Just "techContact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive ContactDetail)))))))
type AWSResponse RegisterDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

newRegisterDomain Source #

Create a value of RegisterDomain with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:privacyProtectTechContact:RegisterDomain', registerDomain_privacyProtectTechContact - 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

$sel:privacyProtectRegistrantContact:RegisterDomain', registerDomain_privacyProtectRegistrantContact - 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

$sel:autoRenew:RegisterDomain', registerDomain_autoRenew - Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged.

Default: true

$sel:privacyProtectAdminContact:RegisterDomain', registerDomain_privacyProtectAdminContact - 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

$sel:idnLangCode:RegisterDomain', registerDomain_idnLangCode - Reserved for future use.

$sel:domainName:RegisterDomain', registerDomain_domainName - 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.

$sel:durationInYears:RegisterDomain', registerDomain_durationInYears - 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

$sel:adminContact:RegisterDomain', registerDomain_adminContact - Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail.

$sel:registrantContact:RegisterDomain', registerDomain_registrantContact - Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail.

$sel:techContact:RegisterDomain', registerDomain_techContact - Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail.

data RegisterDomainResponse Source #

The RegisterDomain response includes the following element.

See: newRegisterDomainResponse smart constructor.

Instances

Instances details
Eq RegisterDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

Read RegisterDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

Show RegisterDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

Generic RegisterDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

Associated Types

type Rep RegisterDomainResponse :: Type -> Type #

NFData RegisterDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

Methods

rnf :: RegisterDomainResponse -> () #

type Rep RegisterDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

type Rep RegisterDomainResponse = D1 ('MetaData "RegisterDomainResponse" "Amazonka.Route53Domains.RegisterDomain" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "RegisterDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRegisterDomainResponse Source #

Create a value of RegisterDomainResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:RegisterDomainResponse', registerDomainResponse_httpStatus - The response's http status code.

$sel:operationId:RegisterDomainResponse', registerDomainResponse_operationId - Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

GetDomainSuggestions

data GetDomainSuggestions Source #

See: newGetDomainSuggestions smart constructor.

Instances

Instances details
Eq GetDomainSuggestions Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

Read GetDomainSuggestions Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

Show GetDomainSuggestions Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

Generic GetDomainSuggestions Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

Associated Types

type Rep GetDomainSuggestions :: Type -> Type #

NFData GetDomainSuggestions Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

Methods

rnf :: GetDomainSuggestions -> () #

Hashable GetDomainSuggestions Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

ToJSON GetDomainSuggestions Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

AWSRequest GetDomainSuggestions Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

Associated Types

type AWSResponse GetDomainSuggestions #

ToHeaders GetDomainSuggestions Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

ToPath GetDomainSuggestions Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

ToQuery GetDomainSuggestions Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

type Rep GetDomainSuggestions Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

type Rep GetDomainSuggestions = D1 ('MetaData "GetDomainSuggestions" "Amazonka.Route53Domains.GetDomainSuggestions" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "GetDomainSuggestions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "suggestionCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "onlyAvailable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))
type AWSResponse GetDomainSuggestions Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

newGetDomainSuggestions Source #

Create a value of GetDomainSuggestions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainName:GetDomainSuggestions', getDomainSuggestions_domainName - 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.

$sel:suggestionCount:GetDomainSuggestions', getDomainSuggestions_suggestionCount - The number of suggested domain names that you want Route 53 to return. Specify a value between 1 and 50.

$sel:onlyAvailable:GetDomainSuggestions', getDomainSuggestions_onlyAvailable - 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.

data GetDomainSuggestionsResponse Source #

See: newGetDomainSuggestionsResponse smart constructor.

Instances

Instances details
Eq GetDomainSuggestionsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

Read GetDomainSuggestionsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

Show GetDomainSuggestionsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

Generic GetDomainSuggestionsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

Associated Types

type Rep GetDomainSuggestionsResponse :: Type -> Type #

NFData GetDomainSuggestionsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

type Rep GetDomainSuggestionsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

type Rep GetDomainSuggestionsResponse = D1 ('MetaData "GetDomainSuggestionsResponse" "Amazonka.Route53Domains.GetDomainSuggestions" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "GetDomainSuggestionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "suggestionsList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DomainSuggestion])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetDomainSuggestionsResponse Source #

Create a value of GetDomainSuggestionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:suggestionsList:GetDomainSuggestionsResponse', getDomainSuggestionsResponse_suggestionsList - 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.

$sel:httpStatus:GetDomainSuggestionsResponse', getDomainSuggestionsResponse_httpStatus - The response's http status code.

DisableDomainTransferLock

data DisableDomainTransferLock Source #

The DisableDomainTransferLock request includes the following element.

See: newDisableDomainTransferLock smart constructor.

Instances

Instances details
Eq DisableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainTransferLock

Read DisableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainTransferLock

Show DisableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainTransferLock

Generic DisableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainTransferLock

Associated Types

type Rep DisableDomainTransferLock :: Type -> Type #

NFData DisableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainTransferLock

Hashable DisableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainTransferLock

ToJSON DisableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainTransferLock

AWSRequest DisableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainTransferLock

ToHeaders DisableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainTransferLock

ToPath DisableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainTransferLock

ToQuery DisableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainTransferLock

type Rep DisableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainTransferLock

type Rep DisableDomainTransferLock = D1 ('MetaData "DisableDomainTransferLock" "Amazonka.Route53Domains.DisableDomainTransferLock" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "DisableDomainTransferLock'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DisableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainTransferLock

newDisableDomainTransferLock Source #

Create a value of DisableDomainTransferLock with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainName:DisableDomainTransferLock', disableDomainTransferLock_domainName - The name of the domain that you want to remove the transfer lock for.

data DisableDomainTransferLockResponse Source #

The DisableDomainTransferLock response includes the following element.

See: newDisableDomainTransferLockResponse smart constructor.

Instances

Instances details
Eq DisableDomainTransferLockResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainTransferLock

Read DisableDomainTransferLockResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainTransferLock

Show DisableDomainTransferLockResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainTransferLock

Generic DisableDomainTransferLockResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainTransferLock

Associated Types

type Rep DisableDomainTransferLockResponse :: Type -> Type #

NFData DisableDomainTransferLockResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainTransferLock

type Rep DisableDomainTransferLockResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainTransferLock

type Rep DisableDomainTransferLockResponse = D1 ('MetaData "DisableDomainTransferLockResponse" "Amazonka.Route53Domains.DisableDomainTransferLock" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "DisableDomainTransferLockResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDisableDomainTransferLockResponse Source #

Create a value of DisableDomainTransferLockResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DisableDomainTransferLockResponse', disableDomainTransferLockResponse_httpStatus - The response's http status code.

$sel:operationId:DisableDomainTransferLockResponse', disableDomainTransferLockResponse_operationId - Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

CheckDomainAvailability

data CheckDomainAvailability Source #

The CheckDomainAvailability request contains the following elements.

See: newCheckDomainAvailability smart constructor.

Instances

Instances details
Eq CheckDomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainAvailability

Read CheckDomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainAvailability

Show CheckDomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainAvailability

Generic CheckDomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainAvailability

Associated Types

type Rep CheckDomainAvailability :: Type -> Type #

NFData CheckDomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainAvailability

Methods

rnf :: CheckDomainAvailability -> () #

Hashable CheckDomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainAvailability

ToJSON CheckDomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainAvailability

AWSRequest CheckDomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainAvailability

ToHeaders CheckDomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainAvailability

ToPath CheckDomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainAvailability

ToQuery CheckDomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainAvailability

type Rep CheckDomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainAvailability

type Rep CheckDomainAvailability = D1 ('MetaData "CheckDomainAvailability" "Amazonka.Route53Domains.CheckDomainAvailability" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "CheckDomainAvailability'" 'PrefixI 'True) (S1 ('MetaSel ('Just "idnLangCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CheckDomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainAvailability

newCheckDomainAvailability Source #

Create a value of CheckDomainAvailability with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:idnLangCode:CheckDomainAvailability', checkDomainAvailability_idnLangCode - Reserved for future use.

$sel:domainName:CheckDomainAvailability', checkDomainAvailability_domainName - 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.

data CheckDomainAvailabilityResponse Source #

The CheckDomainAvailability response includes the following elements.

See: newCheckDomainAvailabilityResponse smart constructor.

Instances

Instances details
Eq CheckDomainAvailabilityResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainAvailability

Read CheckDomainAvailabilityResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainAvailability

Show CheckDomainAvailabilityResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainAvailability

Generic CheckDomainAvailabilityResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainAvailability

Associated Types

type Rep CheckDomainAvailabilityResponse :: Type -> Type #

NFData CheckDomainAvailabilityResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainAvailability

type Rep CheckDomainAvailabilityResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainAvailability

type Rep CheckDomainAvailabilityResponse = D1 ('MetaData "CheckDomainAvailabilityResponse" "Amazonka.Route53Domains.CheckDomainAvailability" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "CheckDomainAvailabilityResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "availability") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DomainAvailability)))

newCheckDomainAvailabilityResponse Source #

Create a value of CheckDomainAvailabilityResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:CheckDomainAvailabilityResponse', checkDomainAvailabilityResponse_httpStatus - The response's http status code.

$sel:availability:CheckDomainAvailabilityResponse', checkDomainAvailabilityResponse_availability - 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

data TransferDomainToAnotherAwsAccount Source #

The TransferDomainToAnotherAwsAccount request includes the following elements.

See: newTransferDomainToAnotherAwsAccount smart constructor.

Instances

Instances details
Eq TransferDomainToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomainToAnotherAwsAccount

Read TransferDomainToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomainToAnotherAwsAccount

Show TransferDomainToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomainToAnotherAwsAccount

Generic TransferDomainToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomainToAnotherAwsAccount

Associated Types

type Rep TransferDomainToAnotherAwsAccount :: Type -> Type #

NFData TransferDomainToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomainToAnotherAwsAccount

Hashable TransferDomainToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomainToAnotherAwsAccount

ToJSON TransferDomainToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomainToAnotherAwsAccount

AWSRequest TransferDomainToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomainToAnotherAwsAccount

ToHeaders TransferDomainToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomainToAnotherAwsAccount

ToPath TransferDomainToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomainToAnotherAwsAccount

ToQuery TransferDomainToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomainToAnotherAwsAccount

type Rep TransferDomainToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomainToAnotherAwsAccount

type Rep TransferDomainToAnotherAwsAccount = D1 ('MetaData "TransferDomainToAnotherAwsAccount" "Amazonka.Route53Domains.TransferDomainToAnotherAwsAccount" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "TransferDomainToAnotherAwsAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse TransferDomainToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomainToAnotherAwsAccount

newTransferDomainToAnotherAwsAccount Source #

Create a value of TransferDomainToAnotherAwsAccount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainName:TransferDomainToAnotherAwsAccount', transferDomainToAnotherAwsAccount_domainName - The name of the domain that you want to transfer from the current AWS account to another account.

$sel:accountId:TransferDomainToAnotherAwsAccount', transferDomainToAnotherAwsAccount_accountId - The account ID of the AWS account that you want to transfer the domain to, for example, 111122223333.

data TransferDomainToAnotherAwsAccountResponse Source #

The TransferDomainToAnotherAwsAccount response includes the following elements.

See: newTransferDomainToAnotherAwsAccountResponse smart constructor.

Instances

Instances details
Eq TransferDomainToAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomainToAnotherAwsAccount

Read TransferDomainToAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomainToAnotherAwsAccount

Show TransferDomainToAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomainToAnotherAwsAccount

Generic TransferDomainToAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomainToAnotherAwsAccount

NFData TransferDomainToAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomainToAnotherAwsAccount

type Rep TransferDomainToAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomainToAnotherAwsAccount

type Rep TransferDomainToAnotherAwsAccountResponse = D1 ('MetaData "TransferDomainToAnotherAwsAccountResponse" "Amazonka.Route53Domains.TransferDomainToAnotherAwsAccount" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "TransferDomainToAnotherAwsAccountResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newTransferDomainToAnotherAwsAccountResponse Source #

Create a value of TransferDomainToAnotherAwsAccountResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:password:TransferDomainToAnotherAwsAccountResponse', transferDomainToAnotherAwsAccountResponse_password - 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.

$sel:operationId:TransferDomainToAnotherAwsAccountResponse', transferDomainToAnotherAwsAccountResponse_operationId - Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

$sel:httpStatus:TransferDomainToAnotherAwsAccountResponse', transferDomainToAnotherAwsAccountResponse_httpStatus - The response's http status code.

AcceptDomainTransferFromAnotherAwsAccount

data AcceptDomainTransferFromAnotherAwsAccount Source #

The AcceptDomainTransferFromAnotherAwsAccount request includes the following elements.

See: newAcceptDomainTransferFromAnotherAwsAccount smart constructor.

Instances

Instances details
Eq AcceptDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.AcceptDomainTransferFromAnotherAwsAccount

Read AcceptDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.AcceptDomainTransferFromAnotherAwsAccount

Show AcceptDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.AcceptDomainTransferFromAnotherAwsAccount

Generic AcceptDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.AcceptDomainTransferFromAnotherAwsAccount

NFData AcceptDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.AcceptDomainTransferFromAnotherAwsAccount

Hashable AcceptDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.AcceptDomainTransferFromAnotherAwsAccount

ToJSON AcceptDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.AcceptDomainTransferFromAnotherAwsAccount

AWSRequest AcceptDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.AcceptDomainTransferFromAnotherAwsAccount

ToHeaders AcceptDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.AcceptDomainTransferFromAnotherAwsAccount

ToPath AcceptDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.AcceptDomainTransferFromAnotherAwsAccount

ToQuery AcceptDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.AcceptDomainTransferFromAnotherAwsAccount

type Rep AcceptDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.AcceptDomainTransferFromAnotherAwsAccount

type Rep AcceptDomainTransferFromAnotherAwsAccount = D1 ('MetaData "AcceptDomainTransferFromAnotherAwsAccount" "Amazonka.Route53Domains.AcceptDomainTransferFromAnotherAwsAccount" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "AcceptDomainTransferFromAnotherAwsAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse AcceptDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.AcceptDomainTransferFromAnotherAwsAccount

newAcceptDomainTransferFromAnotherAwsAccount Source #

Create a value of AcceptDomainTransferFromAnotherAwsAccount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainName:AcceptDomainTransferFromAnotherAwsAccount', acceptDomainTransferFromAnotherAwsAccount_domainName - The name of the domain that was specified when another AWS account submitted a TransferDomainToAnotherAwsAccount request.

$sel:password:AcceptDomainTransferFromAnotherAwsAccount', acceptDomainTransferFromAnotherAwsAccount_password - The password that was returned by the TransferDomainToAnotherAwsAccount request.

data AcceptDomainTransferFromAnotherAwsAccountResponse Source #

The AcceptDomainTransferFromAnotherAwsAccount response includes the following element.

See: newAcceptDomainTransferFromAnotherAwsAccountResponse smart constructor.

Instances

Instances details
Eq AcceptDomainTransferFromAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.AcceptDomainTransferFromAnotherAwsAccount

Read AcceptDomainTransferFromAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.AcceptDomainTransferFromAnotherAwsAccount

Show AcceptDomainTransferFromAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.AcceptDomainTransferFromAnotherAwsAccount

Generic AcceptDomainTransferFromAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.AcceptDomainTransferFromAnotherAwsAccount

NFData AcceptDomainTransferFromAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.AcceptDomainTransferFromAnotherAwsAccount

type Rep AcceptDomainTransferFromAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.AcceptDomainTransferFromAnotherAwsAccount

type Rep AcceptDomainTransferFromAnotherAwsAccountResponse = D1 ('MetaData "AcceptDomainTransferFromAnotherAwsAccountResponse" "Amazonka.Route53Domains.AcceptDomainTransferFromAnotherAwsAccount" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "AcceptDomainTransferFromAnotherAwsAccountResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAcceptDomainTransferFromAnotherAwsAccountResponse Source #

Create a value of AcceptDomainTransferFromAnotherAwsAccountResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:operationId:AcceptDomainTransferFromAnotherAwsAccountResponse', acceptDomainTransferFromAnotherAwsAccountResponse_operationId - Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

$sel:httpStatus:AcceptDomainTransferFromAnotherAwsAccountResponse', acceptDomainTransferFromAnotherAwsAccountResponse_httpStatus - The response's http status code.

GetContactReachabilityStatus

data GetContactReachabilityStatus Source #

See: newGetContactReachabilityStatus smart constructor.

Instances

Instances details
Eq GetContactReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.GetContactReachabilityStatus

Read GetContactReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.GetContactReachabilityStatus

Show GetContactReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.GetContactReachabilityStatus

Generic GetContactReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.GetContactReachabilityStatus

Associated Types

type Rep GetContactReachabilityStatus :: Type -> Type #

NFData GetContactReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.GetContactReachabilityStatus

Hashable GetContactReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.GetContactReachabilityStatus

ToJSON GetContactReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.GetContactReachabilityStatus

AWSRequest GetContactReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.GetContactReachabilityStatus

ToHeaders GetContactReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.GetContactReachabilityStatus

ToPath GetContactReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.GetContactReachabilityStatus

ToQuery GetContactReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.GetContactReachabilityStatus

type Rep GetContactReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.GetContactReachabilityStatus

type Rep GetContactReachabilityStatus = D1 ('MetaData "GetContactReachabilityStatus" "Amazonka.Route53Domains.GetContactReachabilityStatus" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "GetContactReachabilityStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse GetContactReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.GetContactReachabilityStatus

newGetContactReachabilityStatus :: GetContactReachabilityStatus Source #

Create a value of GetContactReachabilityStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainName:GetContactReachabilityStatus', getContactReachabilityStatus_domainName - The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid.

data GetContactReachabilityStatusResponse Source #

Instances

Instances details
Eq GetContactReachabilityStatusResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetContactReachabilityStatus

Read GetContactReachabilityStatusResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetContactReachabilityStatus

Show GetContactReachabilityStatusResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetContactReachabilityStatus

Generic GetContactReachabilityStatusResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetContactReachabilityStatus

NFData GetContactReachabilityStatusResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetContactReachabilityStatus

type Rep GetContactReachabilityStatusResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetContactReachabilityStatus

type Rep GetContactReachabilityStatusResponse = D1 ('MetaData "GetContactReachabilityStatusResponse" "Amazonka.Route53Domains.GetContactReachabilityStatus" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "GetContactReachabilityStatusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReachabilityStatus)) :*: (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetContactReachabilityStatusResponse Source #

Create a value of GetContactReachabilityStatusResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:GetContactReachabilityStatusResponse', getContactReachabilityStatusResponse_status - 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.

$sel:domainName:GetContactReachabilityStatus', getContactReachabilityStatusResponse_domainName - The domain name for which you requested the reachability status.

$sel:httpStatus:GetContactReachabilityStatusResponse', getContactReachabilityStatusResponse_httpStatus - The response's http status code.

ListTagsForDomain

data ListTagsForDomain Source #

The ListTagsForDomainRequest includes the following elements.

See: newListTagsForDomain smart constructor.

Constructors

ListTagsForDomain' Text 

Instances

Instances details
Eq ListTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

Read ListTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

Show ListTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

Generic ListTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

Associated Types

type Rep ListTagsForDomain :: Type -> Type #

NFData ListTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

Methods

rnf :: ListTagsForDomain -> () #

Hashable ListTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

ToJSON ListTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

AWSRequest ListTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

Associated Types

type AWSResponse ListTagsForDomain #

ToHeaders ListTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

ToPath ListTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

ToQuery ListTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

type Rep ListTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

type Rep ListTagsForDomain = D1 ('MetaData "ListTagsForDomain" "Amazonka.Route53Domains.ListTagsForDomain" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "ListTagsForDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

newListTagsForDomain Source #

Create a value of ListTagsForDomain with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainName:ListTagsForDomain', listTagsForDomain_domainName - The domain for which you want to get a list of tags.

data ListTagsForDomainResponse Source #

The ListTagsForDomain response includes the following elements.

See: newListTagsForDomainResponse smart constructor.

Instances

Instances details
Eq ListTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

Read ListTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

Show ListTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

Generic ListTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

Associated Types

type Rep ListTagsForDomainResponse :: Type -> Type #

NFData ListTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

type Rep ListTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

type Rep ListTagsForDomainResponse = D1 ('MetaData "ListTagsForDomainResponse" "Amazonka.Route53Domains.ListTagsForDomain" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "ListTagsForDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))

newListTagsForDomainResponse Source #

Create a value of ListTagsForDomainResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:ListTagsForDomainResponse', listTagsForDomainResponse_httpStatus - The response's http status code.

$sel:tagList:ListTagsForDomainResponse', listTagsForDomainResponse_tagList - A list of the tags that are associated with the specified domain.

UpdateDomainNameservers

data UpdateDomainNameservers Source #

Replaces the current set of name servers for the domain with the specified set of name servers. If you use Amazon Route 53 as your DNS service, specify the four name servers in the delegation set for the hosted zone for the domain.

If successful, this operation returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.

See: newUpdateDomainNameservers smart constructor.

Instances

Instances details
Eq UpdateDomainNameservers Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainNameservers

Read UpdateDomainNameservers Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainNameservers

Show UpdateDomainNameservers Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainNameservers

Generic UpdateDomainNameservers Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainNameservers

Associated Types

type Rep UpdateDomainNameservers :: Type -> Type #

NFData UpdateDomainNameservers Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainNameservers

Methods

rnf :: UpdateDomainNameservers -> () #

Hashable UpdateDomainNameservers Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainNameservers

ToJSON UpdateDomainNameservers Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainNameservers

AWSRequest UpdateDomainNameservers Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainNameservers

ToHeaders UpdateDomainNameservers Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainNameservers

ToPath UpdateDomainNameservers Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainNameservers

ToQuery UpdateDomainNameservers Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainNameservers

type Rep UpdateDomainNameservers Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainNameservers

type Rep UpdateDomainNameservers = D1 ('MetaData "UpdateDomainNameservers" "Amazonka.Route53Domains.UpdateDomainNameservers" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "UpdateDomainNameservers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fIAuthKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "nameservers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Nameserver]))))
type AWSResponse UpdateDomainNameservers Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainNameservers

newUpdateDomainNameservers Source #

Create a value of UpdateDomainNameservers with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fIAuthKey:UpdateDomainNameservers', updateDomainNameservers_fIAuthKey - The authorization key for .fi domains

$sel:domainName:UpdateDomainNameservers', updateDomainNameservers_domainName - The name of the domain that you want to change name servers for.

$sel:nameservers:UpdateDomainNameservers', updateDomainNameservers_nameservers - A list of new name servers for the domain.

data UpdateDomainNameserversResponse Source #

The UpdateDomainNameservers response includes the following element.

See: newUpdateDomainNameserversResponse smart constructor.

Instances

Instances details
Eq UpdateDomainNameserversResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainNameservers

Read UpdateDomainNameserversResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainNameservers

Show UpdateDomainNameserversResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainNameservers

Generic UpdateDomainNameserversResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainNameservers

Associated Types

type Rep UpdateDomainNameserversResponse :: Type -> Type #

NFData UpdateDomainNameserversResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainNameservers

type Rep UpdateDomainNameserversResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainNameservers

type Rep UpdateDomainNameserversResponse = D1 ('MetaData "UpdateDomainNameserversResponse" "Amazonka.Route53Domains.UpdateDomainNameservers" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "UpdateDomainNameserversResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateDomainNameserversResponse Source #

Create a value of UpdateDomainNameserversResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:UpdateDomainNameserversResponse', updateDomainNameserversResponse_httpStatus - The response's http status code.

$sel:operationId:UpdateDomainNameserversResponse', updateDomainNameserversResponse_operationId - Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

DeleteTagsForDomain

data DeleteTagsForDomain Source #

The DeleteTagsForDomainRequest includes the following elements.

See: newDeleteTagsForDomain smart constructor.

Instances

Instances details
Eq DeleteTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

Read DeleteTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

Show DeleteTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

Generic DeleteTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

Associated Types

type Rep DeleteTagsForDomain :: Type -> Type #

NFData DeleteTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

Methods

rnf :: DeleteTagsForDomain -> () #

Hashable DeleteTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

ToJSON DeleteTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

AWSRequest DeleteTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

Associated Types

type AWSResponse DeleteTagsForDomain #

ToHeaders DeleteTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

ToPath DeleteTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

ToQuery DeleteTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

type Rep DeleteTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

type Rep DeleteTagsForDomain = D1 ('MetaData "DeleteTagsForDomain" "Amazonka.Route53Domains.DeleteTagsForDomain" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "DeleteTagsForDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagsToDelete") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse DeleteTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

newDeleteTagsForDomain Source #

Create a value of DeleteTagsForDomain with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainName:DeleteTagsForDomain', deleteTagsForDomain_domainName - The domain for which you want to delete one or more tags.

$sel:tagsToDelete:DeleteTagsForDomain', deleteTagsForDomain_tagsToDelete - A list of tag keys to delete.

data DeleteTagsForDomainResponse Source #

See: newDeleteTagsForDomainResponse smart constructor.

Instances

Instances details
Eq DeleteTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

Read DeleteTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

Show DeleteTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

Generic DeleteTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

Associated Types

type Rep DeleteTagsForDomainResponse :: Type -> Type #

NFData DeleteTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

type Rep DeleteTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

type Rep DeleteTagsForDomainResponse = D1 ('MetaData "DeleteTagsForDomainResponse" "Amazonka.Route53Domains.DeleteTagsForDomain" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "DeleteTagsForDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteTagsForDomainResponse Source #

Create a value of DeleteTagsForDomainResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeleteTagsForDomainResponse', deleteTagsForDomainResponse_httpStatus - The response's http status code.

UpdateTagsForDomain

data UpdateTagsForDomain Source #

The UpdateTagsForDomainRequest includes the following elements.

See: newUpdateTagsForDomain smart constructor.

Instances

Instances details
Eq UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

Read UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

Show UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

Generic UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

Associated Types

type Rep UpdateTagsForDomain :: Type -> Type #

NFData UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

Methods

rnf :: UpdateTagsForDomain -> () #

Hashable UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

ToJSON UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

AWSRequest UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

Associated Types

type AWSResponse UpdateTagsForDomain #

ToHeaders UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

ToPath UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

ToQuery UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

type Rep UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

type Rep UpdateTagsForDomain = D1 ('MetaData "UpdateTagsForDomain" "Amazonka.Route53Domains.UpdateTagsForDomain" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "UpdateTagsForDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagsToUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

newUpdateTagsForDomain Source #

Create a value of UpdateTagsForDomain with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tagsToUpdate:UpdateTagsForDomain', updateTagsForDomain_tagsToUpdate - 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.

$sel:domainName:UpdateTagsForDomain', updateTagsForDomain_domainName - The domain for which you want to add or update tags.

data UpdateTagsForDomainResponse Source #

See: newUpdateTagsForDomainResponse smart constructor.

Instances

Instances details
Eq UpdateTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

Read UpdateTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

Show UpdateTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

Generic UpdateTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

Associated Types

type Rep UpdateTagsForDomainResponse :: Type -> Type #

NFData UpdateTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

type Rep UpdateTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

type Rep UpdateTagsForDomainResponse = D1 ('MetaData "UpdateTagsForDomainResponse" "Amazonka.Route53Domains.UpdateTagsForDomain" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "UpdateTagsForDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateTagsForDomainResponse Source #

Create a value of UpdateTagsForDomainResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:UpdateTagsForDomainResponse', updateTagsForDomainResponse_httpStatus - The response's http status code.

RetrieveDomainAuthCode

data RetrieveDomainAuthCode Source #

A request for the authorization code for the specified domain. To transfer a domain to another registrar, you provide this value to the new registrar.

See: newRetrieveDomainAuthCode smart constructor.

Instances

Instances details
Eq RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

Read RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

Show RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

Generic RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

Associated Types

type Rep RetrieveDomainAuthCode :: Type -> Type #

NFData RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

Methods

rnf :: RetrieveDomainAuthCode -> () #

Hashable RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

ToJSON RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

AWSRequest RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

Associated Types

type AWSResponse RetrieveDomainAuthCode #

ToHeaders RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

ToPath RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

ToQuery RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

type Rep RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

type Rep RetrieveDomainAuthCode = D1 ('MetaData "RetrieveDomainAuthCode" "Amazonka.Route53Domains.RetrieveDomainAuthCode" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "RetrieveDomainAuthCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

newRetrieveDomainAuthCode Source #

Create a value of RetrieveDomainAuthCode with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainName:RetrieveDomainAuthCode', retrieveDomainAuthCode_domainName - The name of the domain that you want to get an authorization code for.

data RetrieveDomainAuthCodeResponse Source #

The RetrieveDomainAuthCode response includes the following element.

See: newRetrieveDomainAuthCodeResponse smart constructor.

Instances

Instances details
Eq RetrieveDomainAuthCodeResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

Show RetrieveDomainAuthCodeResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

Generic RetrieveDomainAuthCodeResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

Associated Types

type Rep RetrieveDomainAuthCodeResponse :: Type -> Type #

NFData RetrieveDomainAuthCodeResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

type Rep RetrieveDomainAuthCodeResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

type Rep RetrieveDomainAuthCodeResponse = D1 ('MetaData "RetrieveDomainAuthCodeResponse" "Amazonka.Route53Domains.RetrieveDomainAuthCode" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "RetrieveDomainAuthCodeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "authCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newRetrieveDomainAuthCodeResponse Source #

Create a value of RetrieveDomainAuthCodeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:RetrieveDomainAuthCodeResponse', retrieveDomainAuthCodeResponse_httpStatus - The response's http status code.

$sel:authCode:RetrieveDomainAuthCodeResponse', retrieveDomainAuthCodeResponse_authCode - The authorization code for the domain.

TransferDomain

data TransferDomain Source #

The TransferDomain request includes the following elements.

See: newTransferDomain smart constructor.

Instances

Instances details
Eq TransferDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

Show TransferDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

Generic TransferDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

Associated Types

type Rep TransferDomain :: Type -> Type #

NFData TransferDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

Methods

rnf :: TransferDomain -> () #

Hashable TransferDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

ToJSON TransferDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

AWSRequest TransferDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

Associated Types

type AWSResponse TransferDomain #

ToHeaders TransferDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

ToPath TransferDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

ToQuery TransferDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

type Rep TransferDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

type Rep TransferDomain = D1 ('MetaData "TransferDomain" "Amazonka.Route53Domains.TransferDomain" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "TransferDomain'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "privacyProtectTechContact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "privacyProtectRegistrantContact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "autoRenew") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "privacyProtectAdminContact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "idnLangCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "authCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))) :*: ((S1 ('MetaSel ('Just "nameservers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Nameserver])) :*: (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "durationInYears") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))) :*: (S1 ('MetaSel ('Just "adminContact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive ContactDetail)) :*: (S1 ('MetaSel ('Just "registrantContact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive ContactDetail)) :*: S1 ('MetaSel ('Just "techContact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive ContactDetail)))))))
type AWSResponse TransferDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

newTransferDomain Source #

Create a value of TransferDomain with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:privacyProtectTechContact:TransferDomain', transferDomain_privacyProtectTechContact - 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

$sel:privacyProtectRegistrantContact:TransferDomain', transferDomain_privacyProtectRegistrantContact - 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

$sel:autoRenew:TransferDomain', transferDomain_autoRenew - Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged.

Default: true

$sel:privacyProtectAdminContact:TransferDomain', transferDomain_privacyProtectAdminContact - 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

$sel:idnLangCode:TransferDomain', transferDomain_idnLangCode - Reserved for future use.

$sel:authCode:TransferDomain', transferDomain_authCode - The authorization code for the domain. You get this value from the current registrar.

$sel:nameservers:TransferDomain', transferDomain_nameservers - Contains details for the host and glue IP addresses.

$sel:domainName:TransferDomain', transferDomain_domainName - 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.

$sel:durationInYears:TransferDomain', transferDomain_durationInYears - 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

$sel:adminContact:TransferDomain', transferDomain_adminContact - Provides detailed contact information.

$sel:registrantContact:TransferDomain', transferDomain_registrantContact - Provides detailed contact information.

$sel:techContact:TransferDomain', transferDomain_techContact - Provides detailed contact information.

data TransferDomainResponse Source #

The TransferDomain response includes the following element.

See: newTransferDomainResponse smart constructor.

Instances

Instances details
Eq TransferDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

Read TransferDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

Show TransferDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

Generic TransferDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

Associated Types

type Rep TransferDomainResponse :: Type -> Type #

NFData TransferDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

Methods

rnf :: TransferDomainResponse -> () #

type Rep TransferDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

type Rep TransferDomainResponse = D1 ('MetaData "TransferDomainResponse" "Amazonka.Route53Domains.TransferDomain" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "TransferDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTransferDomainResponse Source #

Create a value of TransferDomainResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:TransferDomainResponse', transferDomainResponse_httpStatus - The response's http status code.

$sel:operationId:TransferDomainResponse', transferDomainResponse_operationId - Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

ListDomains (Paginated)

data ListDomains Source #

The ListDomains request includes the following elements.

See: newListDomains smart constructor.

Constructors

ListDomains' (Maybe Text) (Maybe Int) 

Instances

Instances details
Eq ListDomains Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

Read ListDomains Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

Show ListDomains Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

Generic ListDomains Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

Associated Types

type Rep ListDomains :: Type -> Type #

NFData ListDomains Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

Methods

rnf :: ListDomains -> () #

Hashable ListDomains Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

ToJSON ListDomains Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

AWSPager ListDomains Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

AWSRequest ListDomains Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

Associated Types

type AWSResponse ListDomains #

ToHeaders ListDomains Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

Methods

toHeaders :: ListDomains -> [Header] #

ToPath ListDomains Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

ToQuery ListDomains Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

type Rep ListDomains Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

type Rep ListDomains = D1 ('MetaData "ListDomains" "Amazonka.Route53Domains.ListDomains" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "ListDomains'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))
type AWSResponse ListDomains Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

newListDomains :: ListDomains Source #

Create a value of ListDomains with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:marker:ListDomains', listDomains_marker - 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.

$sel:maxItems:ListDomains', listDomains_maxItems - Number of domains to be returned.

Default: 20

data ListDomainsResponse Source #

The ListDomains response includes the following elements.

See: newListDomainsResponse smart constructor.

Instances

Instances details
Eq ListDomainsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

Read ListDomainsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

Show ListDomainsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

Generic ListDomainsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

Associated Types

type Rep ListDomainsResponse :: Type -> Type #

NFData ListDomainsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

Methods

rnf :: ListDomainsResponse -> () #

type Rep ListDomainsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

type Rep ListDomainsResponse = D1 ('MetaData "ListDomainsResponse" "Amazonka.Route53Domains.ListDomains" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "ListDomainsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageMarker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "domains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [DomainSummary]))))

newListDomainsResponse Source #

Create a value of ListDomainsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextPageMarker:ListDomainsResponse', listDomainsResponse_nextPageMarker - 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.

$sel:httpStatus:ListDomainsResponse', listDomainsResponse_httpStatus - The response's http status code.

$sel:domains:ListDomainsResponse', listDomainsResponse_domains - A summary of domains.

CancelDomainTransferToAnotherAwsAccount

data CancelDomainTransferToAnotherAwsAccount Source #

The CancelDomainTransferToAnotherAwsAccount request includes the following element.

See: newCancelDomainTransferToAnotherAwsAccount smart constructor.

Instances

Instances details
Eq CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

Read CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

Show CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

Generic CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

NFData CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

Hashable CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

ToJSON CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

AWSRequest CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

ToHeaders CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

ToPath CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

ToQuery CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

type Rep CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

type Rep CancelDomainTransferToAnotherAwsAccount = D1 ('MetaData "CancelDomainTransferToAnotherAwsAccount" "Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "CancelDomainTransferToAnotherAwsAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

newCancelDomainTransferToAnotherAwsAccount Source #

Create a value of CancelDomainTransferToAnotherAwsAccount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainName:CancelDomainTransferToAnotherAwsAccount', cancelDomainTransferToAnotherAwsAccount_domainName - The name of the domain for which you want to cancel the transfer to another AWS account.

data CancelDomainTransferToAnotherAwsAccountResponse Source #

The CancelDomainTransferToAnotherAwsAccount response includes the following element.

See: newCancelDomainTransferToAnotherAwsAccountResponse smart constructor.

Instances

Instances details
Eq CancelDomainTransferToAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

Read CancelDomainTransferToAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

Show CancelDomainTransferToAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

Generic CancelDomainTransferToAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

NFData CancelDomainTransferToAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

type Rep CancelDomainTransferToAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

type Rep CancelDomainTransferToAnotherAwsAccountResponse = D1 ('MetaData "CancelDomainTransferToAnotherAwsAccountResponse" "Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "CancelDomainTransferToAnotherAwsAccountResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCancelDomainTransferToAnotherAwsAccountResponse Source #

Create a value of CancelDomainTransferToAnotherAwsAccountResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:operationId:CancelDomainTransferToAnotherAwsAccountResponse', cancelDomainTransferToAnotherAwsAccountResponse_operationId - 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.

$sel:httpStatus:CancelDomainTransferToAnotherAwsAccountResponse', cancelDomainTransferToAnotherAwsAccountResponse_httpStatus - The response's http status code.

Types

ContactType

newtype ContactType Source #

Constructors

ContactType' 

Instances

Instances details
Eq ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

Ord ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

Read ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

Show ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

Generic ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

Associated Types

type Rep ContactType :: Type -> Type #

NFData ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

Methods

rnf :: ContactType -> () #

Hashable ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

ToJSON ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

ToJSONKey ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

FromJSON ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

FromJSONKey ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

ToLog ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

ToHeader ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

ToQuery ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

FromXML ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

ToXML ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

Methods

toXML :: ContactType -> XML #

ToByteString ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

FromText ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

ToText ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

Methods

toText :: ContactType -> Text #

type Rep ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

type Rep ContactType = D1 ('MetaData "ContactType" "Amazonka.Route53Domains.Types.ContactType" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'True) (C1 ('MetaCons "ContactType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromContactType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CountryCode

newtype CountryCode Source #

Constructors

CountryCode' 

Bundled Patterns

pattern CountryCode_AD :: CountryCode 
pattern CountryCode_AE :: CountryCode 
pattern CountryCode_AF :: CountryCode 
pattern CountryCode_AG :: CountryCode 
pattern CountryCode_AI :: CountryCode 
pattern CountryCode_AL :: CountryCode 
pattern CountryCode_AM :: CountryCode 
pattern CountryCode_AN :: CountryCode 
pattern CountryCode_AO :: CountryCode 
pattern CountryCode_AQ :: CountryCode 
pattern CountryCode_AR :: CountryCode 
pattern CountryCode_AS :: CountryCode 
pattern CountryCode_AT :: CountryCode 
pattern CountryCode_AU :: CountryCode 
pattern CountryCode_AW :: CountryCode 
pattern CountryCode_AZ :: CountryCode 
pattern CountryCode_BA :: CountryCode 
pattern CountryCode_BB :: CountryCode 
pattern CountryCode_BD :: CountryCode 
pattern CountryCode_BE :: CountryCode 
pattern CountryCode_BF :: CountryCode 
pattern CountryCode_BG :: CountryCode 
pattern CountryCode_BH :: CountryCode 
pattern CountryCode_BI :: CountryCode 
pattern CountryCode_BJ :: CountryCode 
pattern CountryCode_BL :: CountryCode 
pattern CountryCode_BM :: CountryCode 
pattern CountryCode_BN :: CountryCode 
pattern CountryCode_BO :: CountryCode 
pattern CountryCode_BR :: CountryCode 
pattern CountryCode_BS :: CountryCode 
pattern CountryCode_BT :: CountryCode 
pattern CountryCode_BW :: CountryCode 
pattern CountryCode_BY :: CountryCode 
pattern CountryCode_BZ :: CountryCode 
pattern CountryCode_CA :: CountryCode 
pattern CountryCode_CC :: CountryCode 
pattern CountryCode_CD :: CountryCode 
pattern CountryCode_CF :: CountryCode 
pattern CountryCode_CG :: CountryCode 
pattern CountryCode_CH :: CountryCode 
pattern CountryCode_CI :: CountryCode 
pattern CountryCode_CK :: CountryCode 
pattern CountryCode_CL :: CountryCode 
pattern CountryCode_CM :: CountryCode 
pattern CountryCode_CN :: CountryCode 
pattern CountryCode_CO :: CountryCode 
pattern CountryCode_CR :: CountryCode 
pattern CountryCode_CU :: CountryCode 
pattern CountryCode_CV :: CountryCode 
pattern CountryCode_CX :: CountryCode 
pattern CountryCode_CY :: CountryCode 
pattern CountryCode_CZ :: CountryCode 
pattern CountryCode_DE :: CountryCode 
pattern CountryCode_DJ :: CountryCode 
pattern CountryCode_DK :: CountryCode 
pattern CountryCode_DM :: CountryCode 
pattern CountryCode_DO :: CountryCode 
pattern CountryCode_DZ :: CountryCode 
pattern CountryCode_EC :: CountryCode 
pattern CountryCode_EE :: CountryCode 
pattern CountryCode_EG :: CountryCode 
pattern CountryCode_ER :: CountryCode 
pattern CountryCode_ES :: CountryCode 
pattern CountryCode_ET :: CountryCode 
pattern CountryCode_FI :: CountryCode 
pattern CountryCode_FJ :: CountryCode 
pattern CountryCode_FK :: CountryCode 
pattern CountryCode_FM :: CountryCode 
pattern CountryCode_FO :: CountryCode 
pattern CountryCode_FR :: CountryCode 
pattern CountryCode_GA :: CountryCode 
pattern CountryCode_GB :: CountryCode 
pattern CountryCode_GD :: CountryCode 
pattern CountryCode_GE :: CountryCode 
pattern CountryCode_GH :: CountryCode 
pattern CountryCode_GI :: CountryCode 
pattern CountryCode_GL :: CountryCode 
pattern CountryCode_GM :: CountryCode 
pattern CountryCode_GN :: CountryCode 
pattern CountryCode_GQ :: CountryCode 
pattern CountryCode_GR :: CountryCode 
pattern CountryCode_GT :: CountryCode 
pattern CountryCode_GU :: CountryCode 
pattern CountryCode_GW :: CountryCode 
pattern CountryCode_GY :: CountryCode 
pattern CountryCode_HK :: CountryCode 
pattern CountryCode_HN :: CountryCode 
pattern CountryCode_HR :: CountryCode 
pattern CountryCode_HT :: CountryCode 
pattern CountryCode_HU :: CountryCode 
pattern CountryCode_ID :: CountryCode 
pattern CountryCode_IE :: CountryCode 
pattern CountryCode_IL :: CountryCode 
pattern CountryCode_IM :: CountryCode 
pattern CountryCode_IN :: CountryCode 
pattern CountryCode_IQ :: CountryCode 
pattern CountryCode_IR :: CountryCode 
pattern CountryCode_IS :: CountryCode 
pattern CountryCode_IT :: CountryCode 
pattern CountryCode_JM :: CountryCode 
pattern CountryCode_JO :: CountryCode 
pattern CountryCode_JP :: CountryCode 
pattern CountryCode_KE :: CountryCode 
pattern CountryCode_KG :: CountryCode 
pattern CountryCode_KH :: CountryCode 
pattern CountryCode_KI :: CountryCode 
pattern CountryCode_KM :: CountryCode 
pattern CountryCode_KN :: CountryCode 
pattern CountryCode_KP :: CountryCode 
pattern CountryCode_KR :: CountryCode 
pattern CountryCode_KW :: CountryCode 
pattern CountryCode_KY :: CountryCode 
pattern CountryCode_KZ :: CountryCode 
pattern CountryCode_LA :: CountryCode 
pattern CountryCode_LB :: CountryCode 
pattern CountryCode_LC :: CountryCode 
pattern CountryCode_LI :: CountryCode 
pattern CountryCode_LK :: CountryCode 
pattern CountryCode_LR :: CountryCode 
pattern CountryCode_LS :: CountryCode 
pattern CountryCode_LT :: CountryCode 
pattern CountryCode_LU :: CountryCode 
pattern CountryCode_LV :: CountryCode 
pattern CountryCode_LY :: CountryCode 
pattern CountryCode_MA :: CountryCode 
pattern CountryCode_MC :: CountryCode 
pattern CountryCode_MD :: CountryCode 
pattern CountryCode_ME :: CountryCode 
pattern CountryCode_MF :: CountryCode 
pattern CountryCode_MG :: CountryCode 
pattern CountryCode_MH :: CountryCode 
pattern CountryCode_MK :: CountryCode 
pattern CountryCode_ML :: CountryCode 
pattern CountryCode_MM :: CountryCode 
pattern CountryCode_MN :: CountryCode 
pattern CountryCode_MO :: CountryCode 
pattern CountryCode_MP :: CountryCode 
pattern CountryCode_MR :: CountryCode 
pattern CountryCode_MS :: CountryCode 
pattern CountryCode_MT :: CountryCode 
pattern CountryCode_MU :: CountryCode 
pattern CountryCode_MV :: CountryCode 
pattern CountryCode_MW :: CountryCode 
pattern CountryCode_MX :: CountryCode 
pattern CountryCode_MY :: CountryCode 
pattern CountryCode_MZ :: CountryCode 
pattern CountryCode_NA :: CountryCode 
pattern CountryCode_NC :: CountryCode 
pattern CountryCode_NE :: CountryCode 
pattern CountryCode_NG :: CountryCode 
pattern CountryCode_NI :: CountryCode 
pattern CountryCode_NL :: CountryCode 
pattern CountryCode_NO :: CountryCode 
pattern CountryCode_NP :: CountryCode 
pattern CountryCode_NR :: CountryCode 
pattern CountryCode_NU :: CountryCode 
pattern CountryCode_NZ :: CountryCode 
pattern CountryCode_OM :: CountryCode 
pattern CountryCode_PA :: CountryCode 
pattern CountryCode_PE :: CountryCode 
pattern CountryCode_PF :: CountryCode 
pattern CountryCode_PG :: CountryCode 
pattern CountryCode_PH :: CountryCode 
pattern CountryCode_PK :: CountryCode 
pattern CountryCode_PL :: CountryCode 
pattern CountryCode_PM :: CountryCode 
pattern CountryCode_PN :: CountryCode 
pattern CountryCode_PR :: CountryCode 
pattern CountryCode_PT :: CountryCode 
pattern CountryCode_PW :: CountryCode 
pattern CountryCode_PY :: CountryCode 
pattern CountryCode_QA :: CountryCode 
pattern CountryCode_RO :: CountryCode 
pattern CountryCode_RS :: CountryCode 
pattern CountryCode_RU :: CountryCode 
pattern CountryCode_RW :: CountryCode 
pattern CountryCode_SA :: CountryCode 
pattern CountryCode_SB :: CountryCode 
pattern CountryCode_SC :: CountryCode 
pattern CountryCode_SD :: CountryCode 
pattern CountryCode_SE :: CountryCode 
pattern CountryCode_SG :: CountryCode 
pattern CountryCode_SH :: CountryCode 
pattern CountryCode_SI :: CountryCode 
pattern CountryCode_SK :: CountryCode 
pattern CountryCode_SL :: CountryCode 
pattern CountryCode_SM :: CountryCode 
pattern CountryCode_SN :: CountryCode 
pattern CountryCode_SO :: CountryCode 
pattern CountryCode_SR :: CountryCode 
pattern CountryCode_ST :: CountryCode 
pattern CountryCode_SV :: CountryCode 
pattern CountryCode_SY :: CountryCode 
pattern CountryCode_SZ :: CountryCode 
pattern CountryCode_TC :: CountryCode 
pattern CountryCode_TD :: CountryCode 
pattern CountryCode_TG :: CountryCode 
pattern CountryCode_TH :: CountryCode 
pattern CountryCode_TJ :: CountryCode 
pattern CountryCode_TK :: CountryCode 
pattern CountryCode_TL :: CountryCode 
pattern CountryCode_TM :: CountryCode 
pattern CountryCode_TN :: CountryCode 
pattern CountryCode_TO :: CountryCode 
pattern CountryCode_TR :: CountryCode 
pattern CountryCode_TT :: CountryCode 
pattern CountryCode_TV :: CountryCode 
pattern CountryCode_TW :: CountryCode 
pattern CountryCode_TZ :: CountryCode 
pattern CountryCode_UA :: CountryCode 
pattern CountryCode_UG :: CountryCode 
pattern CountryCode_US :: CountryCode 
pattern CountryCode_UY :: CountryCode 
pattern CountryCode_UZ :: CountryCode 
pattern CountryCode_VA :: CountryCode 
pattern CountryCode_VC :: CountryCode 
pattern CountryCode_VE :: CountryCode 
pattern CountryCode_VG :: CountryCode 
pattern CountryCode_VI :: CountryCode 
pattern CountryCode_VN :: CountryCode 
pattern CountryCode_VU :: CountryCode 
pattern CountryCode_WF :: CountryCode 
pattern CountryCode_WS :: CountryCode 
pattern CountryCode_YE :: CountryCode 
pattern CountryCode_YT :: CountryCode 
pattern CountryCode_ZA :: CountryCode 
pattern CountryCode_ZM :: CountryCode 
pattern CountryCode_ZW :: CountryCode 

Instances

Instances details
Eq CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

Ord CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

Read CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

Show CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

Generic CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

Associated Types

type Rep CountryCode :: Type -> Type #

NFData CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

Methods

rnf :: CountryCode -> () #

Hashable CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

ToJSON CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

ToJSONKey CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

FromJSON CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

FromJSONKey CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

ToLog CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

ToHeader CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

ToQuery CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

FromXML CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

ToXML CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

Methods

toXML :: CountryCode -> XML #

ToByteString CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

FromText CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

ToText CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

Methods

toText :: CountryCode -> Text #

type Rep CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

type Rep CountryCode = D1 ('MetaData "CountryCode" "Amazonka.Route53Domains.Types.CountryCode" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'True) (C1 ('MetaCons "CountryCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCountryCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DomainAvailability

newtype DomainAvailability Source #

Instances

Instances details
Eq DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

Ord DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

Read DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

Show DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

Generic DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

Associated Types

type Rep DomainAvailability :: Type -> Type #

NFData DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

Methods

rnf :: DomainAvailability -> () #

Hashable DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

ToJSON DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

ToJSONKey DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

FromJSON DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

FromJSONKey DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

ToLog DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

ToHeader DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

ToQuery DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

FromXML DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

ToXML DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

ToByteString DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

FromText DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

ToText DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

type Rep DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

type Rep DomainAvailability = D1 ('MetaData "DomainAvailability" "Amazonka.Route53Domains.Types.DomainAvailability" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'True) (C1 ('MetaCons "DomainAvailability'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDomainAvailability") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ExtraParamName

newtype ExtraParamName Source #

Constructors

ExtraParamName' 

Bundled Patterns

pattern ExtraParamName_AU_ID_NUMBER :: ExtraParamName 
pattern ExtraParamName_AU_ID_TYPE :: ExtraParamName 
pattern ExtraParamName_BIRTH_CITY :: ExtraParamName 
pattern ExtraParamName_BIRTH_COUNTRY :: ExtraParamName 
pattern ExtraParamName_BIRTH_DATE_IN_YYYY_MM_DD :: ExtraParamName 
pattern ExtraParamName_BIRTH_DEPARTMENT :: ExtraParamName 
pattern ExtraParamName_BRAND_NUMBER :: ExtraParamName 
pattern ExtraParamName_CA_BUSINESS_ENTITY_TYPE :: ExtraParamName 
pattern ExtraParamName_CA_LEGAL_REPRESENTATIVE :: ExtraParamName 
pattern ExtraParamName_CA_LEGAL_REPRESENTATIVE_CAPACITY :: ExtraParamName 
pattern ExtraParamName_CA_LEGAL_TYPE :: ExtraParamName 
pattern ExtraParamName_DOCUMENT_NUMBER :: ExtraParamName 
pattern ExtraParamName_DUNS_NUMBER :: ExtraParamName 
pattern ExtraParamName_ES_IDENTIFICATION :: ExtraParamName 
pattern ExtraParamName_ES_IDENTIFICATION_TYPE :: ExtraParamName 
pattern ExtraParamName_ES_LEGAL_FORM :: ExtraParamName 
pattern ExtraParamName_FI_BUSINESS_NUMBER :: ExtraParamName 
pattern ExtraParamName_FI_ID_NUMBER :: ExtraParamName 
pattern ExtraParamName_FI_NATIONALITY :: ExtraParamName 
pattern ExtraParamName_FI_ORGANIZATION_TYPE :: ExtraParamName 
pattern ExtraParamName_IT_NATIONALITY :: ExtraParamName 
pattern ExtraParamName_IT_PIN :: ExtraParamName 
pattern ExtraParamName_IT_REGISTRANT_ENTITY_TYPE :: ExtraParamName 
pattern ExtraParamName_RU_PASSPORT_DATA :: ExtraParamName 
pattern ExtraParamName_SE_ID_NUMBER :: ExtraParamName 
pattern ExtraParamName_SG_ID_NUMBER :: ExtraParamName 
pattern ExtraParamName_UK_COMPANY_NUMBER :: ExtraParamName 
pattern ExtraParamName_UK_CONTACT_TYPE :: ExtraParamName 
pattern ExtraParamName_VAT_NUMBER :: ExtraParamName 

Instances

Instances details
Eq ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

Ord ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

Read ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

Show ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

Generic ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

Associated Types

type Rep ExtraParamName :: Type -> Type #

NFData ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

Methods

rnf :: ExtraParamName -> () #

Hashable ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

ToJSON ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

ToJSONKey ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

FromJSON ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

FromJSONKey ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

ToLog ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

ToHeader ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

ToQuery ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

FromXML ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

ToXML ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

Methods

toXML :: ExtraParamName -> XML #

ToByteString ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

FromText ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

ToText ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

type Rep ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

type Rep ExtraParamName = D1 ('MetaData "ExtraParamName" "Amazonka.Route53Domains.Types.ExtraParamName" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'True) (C1 ('MetaCons "ExtraParamName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromExtraParamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OperationStatus

newtype OperationStatus Source #

Constructors

OperationStatus' 

Instances

Instances details
Eq OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

Ord OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

Read OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

Show OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

Generic OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

Associated Types

type Rep OperationStatus :: Type -> Type #

NFData OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

Methods

rnf :: OperationStatus -> () #

Hashable OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

ToJSON OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

ToJSONKey OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

FromJSON OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

FromJSONKey OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

ToLog OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

ToHeader OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

ToQuery OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

FromXML OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

ToXML OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

Methods

toXML :: OperationStatus -> XML #

ToByteString OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

FromText OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

ToText OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

type Rep OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

type Rep OperationStatus = D1 ('MetaData "OperationStatus" "Amazonka.Route53Domains.Types.OperationStatus" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'True) (C1 ('MetaCons "OperationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOperationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OperationType

newtype OperationType Source #

Constructors

OperationType' 

Instances

Instances details
Eq OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

Ord OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

Read OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

Show OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

Generic OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

Associated Types

type Rep OperationType :: Type -> Type #

NFData OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

Methods

rnf :: OperationType -> () #

Hashable OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

ToJSON OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

ToJSONKey OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

FromJSON OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

FromJSONKey OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

ToLog OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

ToHeader OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

ToQuery OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

FromXML OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

ToXML OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

Methods

toXML :: OperationType -> XML #

ToByteString OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

FromText OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

ToText OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

Methods

toText :: OperationType -> Text #

type Rep OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

type Rep OperationType = D1 ('MetaData "OperationType" "Amazonka.Route53Domains.Types.OperationType" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'True) (C1 ('MetaCons "OperationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOperationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReachabilityStatus

newtype ReachabilityStatus Source #

Instances

Instances details
Eq ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

Ord ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

Read ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

Show ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

Generic ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

Associated Types

type Rep ReachabilityStatus :: Type -> Type #

NFData ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

Methods

rnf :: ReachabilityStatus -> () #

Hashable ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

ToJSON ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

ToJSONKey ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

FromJSON ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

FromJSONKey ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

ToLog ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

ToHeader ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

ToQuery ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

FromXML ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

ToXML ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

ToByteString ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

FromText ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

ToText ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

type Rep ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

type Rep ReachabilityStatus = D1 ('MetaData "ReachabilityStatus" "Amazonka.Route53Domains.Types.ReachabilityStatus" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'True) (C1 ('MetaCons "ReachabilityStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReachabilityStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Transferable

newtype Transferable Source #

Whether the domain name can be transferred to Route 53.

You can transfer only domains that have a value of TRANSFERABLE for Transferable.

Valid values:

TRANSFERABLE
The domain name can be transferred to Route 53.
UNTRANSFERRABLE
The domain name can't be transferred to Route 53.
DONT_KNOW
Reserved for future use.

Constructors

Transferable' 

Instances

Instances details
Eq Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

Ord Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

Read Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

Show Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

Generic Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

Associated Types

type Rep Transferable :: Type -> Type #

NFData Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

Methods

rnf :: Transferable -> () #

Hashable Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

ToJSON Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

ToJSONKey Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

FromJSON Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

FromJSONKey Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

ToLog Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

ToHeader Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

ToQuery Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

FromXML Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

ToXML Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

Methods

toXML :: Transferable -> XML #

ToByteString Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

FromText Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

ToText Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

Methods

toText :: Transferable -> Text #

type Rep Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

type Rep Transferable = D1 ('MetaData "Transferable" "Amazonka.Route53Domains.Types.Transferable" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'True) (C1 ('MetaCons "Transferable'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTransferable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BillingRecord

data BillingRecord Source #

Information for one billing record.

See: newBillingRecord smart constructor.

Instances

Instances details
Eq BillingRecord Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.BillingRecord

Read BillingRecord Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.BillingRecord

Show BillingRecord Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.BillingRecord

Generic BillingRecord Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.BillingRecord

Associated Types

type Rep BillingRecord :: Type -> Type #

NFData BillingRecord Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.BillingRecord

Methods

rnf :: BillingRecord -> () #

Hashable BillingRecord Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.BillingRecord

FromJSON BillingRecord Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.BillingRecord

type Rep BillingRecord Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.BillingRecord

type Rep BillingRecord = D1 ('MetaData "BillingRecord" "Amazonka.Route53Domains.Types.BillingRecord" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "BillingRecord'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "operation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OperationType)) :*: S1 ('MetaSel ('Just "invoiceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "billDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "price") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))))

newBillingRecord :: BillingRecord Source #

Create a value of BillingRecord with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:operation:BillingRecord', billingRecord_operation - The operation that you were charged for.

$sel:invoiceId:BillingRecord', billingRecord_invoiceId - The ID of the invoice that is associated with the billing record.

$sel:domainName:BillingRecord', billingRecord_domainName - 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.

$sel:billDate:BillingRecord', billingRecord_billDate - The date that the operation was billed, in Unix format.

$sel:price:BillingRecord', billingRecord_price - The price that you were charged for the operation, in US dollars.

Example value: 12.0

ContactDetail

data ContactDetail Source #

ContactDetail includes the following elements.

See: newContactDetail smart constructor.

Instances

Instances details
Eq ContactDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactDetail

Show ContactDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactDetail

Generic ContactDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactDetail

Associated Types

type Rep ContactDetail :: Type -> Type #

NFData ContactDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactDetail

Methods

rnf :: ContactDetail -> () #

Hashable ContactDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactDetail

ToJSON ContactDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactDetail

FromJSON ContactDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactDetail

type Rep ContactDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactDetail

type Rep ContactDetail = D1 ('MetaData "ContactDetail" "Amazonka.Route53Domains.Types.ContactDetail" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "ContactDetail'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "organizationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "email") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "fax") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "extraParams") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ExtraParam])) :*: S1 ('MetaSel ('Just "zipCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "addressLine1") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "city") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "phoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "addressLine2") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "firstName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "countryCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CountryCode)) :*: S1 ('MetaSel ('Just "contactType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContactType)))))))

newContactDetail :: ContactDetail Source #

Create a value of ContactDetail with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:organizationName:ContactDetail', contactDetail_organizationName - Name of the organization for contact types other than PERSON.

$sel:email:ContactDetail', contactDetail_email - Email address of the contact.

$sel:state:ContactDetail', contactDetail_state - The state or province of the contact's city.

$sel:fax:ContactDetail', contactDetail_fax - 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".

$sel:lastName:ContactDetail', contactDetail_lastName - Last name of contact.

$sel:extraParams:ContactDetail', contactDetail_extraParams - A list of name-value pairs for parameters required by certain top-level domains.

$sel:zipCode:ContactDetail', contactDetail_zipCode - The zip or postal code of the contact's address.

$sel:addressLine1:ContactDetail', contactDetail_addressLine1 - First line of the contact's address.

$sel:city:ContactDetail', contactDetail_city - The city of the contact's address.

$sel:phoneNumber:ContactDetail', contactDetail_phoneNumber - 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".

$sel:addressLine2:ContactDetail', contactDetail_addressLine2 - Second line of contact's address, if any.

$sel:firstName:ContactDetail', contactDetail_firstName - First name of contact.

$sel:countryCode:ContactDetail', contactDetail_countryCode - Code for the country of the contact's address.

$sel:contactType:ContactDetail', contactDetail_contactType - 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, if you specify PERSON, you must specify INDIVIDUAL for the value of ES_LEGAL_FORM.

DomainSuggestion

data DomainSuggestion Source #

Information about one suggested domain name.

See: newDomainSuggestion smart constructor.

Instances

Instances details
Eq DomainSuggestion Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainSuggestion

Read DomainSuggestion Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainSuggestion

Show DomainSuggestion Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainSuggestion

Generic DomainSuggestion Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainSuggestion

Associated Types

type Rep DomainSuggestion :: Type -> Type #

NFData DomainSuggestion Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainSuggestion

Methods

rnf :: DomainSuggestion -> () #

Hashable DomainSuggestion Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainSuggestion

FromJSON DomainSuggestion Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainSuggestion

type Rep DomainSuggestion Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainSuggestion

type Rep DomainSuggestion = D1 ('MetaData "DomainSuggestion" "Amazonka.Route53Domains.Types.DomainSuggestion" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "DomainSuggestion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "availability") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDomainSuggestion :: DomainSuggestion Source #

Create a value of DomainSuggestion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:availability:DomainSuggestion', domainSuggestion_availability - 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.

$sel:domainName:DomainSuggestion', domainSuggestion_domainName - A suggested domain name.

DomainSummary

data DomainSummary Source #

Summary information about one domain.

See: newDomainSummary smart constructor.

Instances

Instances details
Eq DomainSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainSummary

Read DomainSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainSummary

Show DomainSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainSummary

Generic DomainSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainSummary

Associated Types

type Rep DomainSummary :: Type -> Type #

NFData DomainSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainSummary

Methods

rnf :: DomainSummary -> () #

Hashable DomainSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainSummary

FromJSON DomainSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainSummary

type Rep DomainSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainSummary

type Rep DomainSummary = D1 ('MetaData "DomainSummary" "Amazonka.Route53Domains.Types.DomainSummary" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "DomainSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "expiry") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "transferLock") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "autoRenew") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDomainSummary Source #

Create a value of DomainSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:expiry:DomainSummary', domainSummary_expiry - Expiration date of the domain in Unix time format and Coordinated Universal Time (UTC).

$sel:transferLock:DomainSummary', domainSummary_transferLock - Indicates whether a domain is locked from unauthorized transfer to another party.

$sel:autoRenew:DomainSummary', domainSummary_autoRenew - Indicates whether the domain is automatically renewed upon expiration.

$sel:domainName:DomainSummary', domainSummary_domainName - The name of the domain that the summary information applies to.

DomainTransferability

data DomainTransferability Source #

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

See: newDomainTransferability smart constructor.

Instances

Instances details
Eq DomainTransferability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainTransferability

Read DomainTransferability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainTransferability

Show DomainTransferability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainTransferability

Generic DomainTransferability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainTransferability

Associated Types

type Rep DomainTransferability :: Type -> Type #

NFData DomainTransferability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainTransferability

Methods

rnf :: DomainTransferability -> () #

Hashable DomainTransferability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainTransferability

FromJSON DomainTransferability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainTransferability

type Rep DomainTransferability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainTransferability

type Rep DomainTransferability = D1 ('MetaData "DomainTransferability" "Amazonka.Route53Domains.Types.DomainTransferability" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "DomainTransferability'" 'PrefixI 'True) (S1 ('MetaSel ('Just "transferable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Transferable))))

newDomainTransferability :: DomainTransferability Source #

Create a value of DomainTransferability with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:transferable:DomainTransferability', domainTransferability_transferable - Undocumented member.

ExtraParam

data ExtraParam Source #

ExtraParam includes the following elements.

See: newExtraParam smart constructor.

Instances

Instances details
Eq ExtraParam Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParam

Read ExtraParam Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParam

Show ExtraParam Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParam

Generic ExtraParam Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParam

Associated Types

type Rep ExtraParam :: Type -> Type #

NFData ExtraParam Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParam

Methods

rnf :: ExtraParam -> () #

Hashable ExtraParam Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParam

ToJSON ExtraParam Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParam

FromJSON ExtraParam Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParam

type Rep ExtraParam Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParam

type Rep ExtraParam = D1 ('MetaData "ExtraParam" "Amazonka.Route53Domains.Types.ExtraParam" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "ExtraParam'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ExtraParamName) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newExtraParam Source #

Create a value of ExtraParam with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:ExtraParam', extraParam_name - 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

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 be PERSON.

  • 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, 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
.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.

$sel:value:ExtraParam', extraParam_value - The value that corresponds with the name of an extra parameter.

Nameserver

data Nameserver Source #

Nameserver includes the following elements.

See: newNameserver smart constructor.

Constructors

Nameserver' (Maybe [Text]) Text 

Instances

Instances details
Eq Nameserver Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Nameserver

Read Nameserver Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Nameserver

Show Nameserver Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Nameserver

Generic Nameserver Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Nameserver

Associated Types

type Rep Nameserver :: Type -> Type #

NFData Nameserver Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Nameserver

Methods

rnf :: Nameserver -> () #

Hashable Nameserver Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Nameserver

ToJSON Nameserver Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Nameserver

FromJSON Nameserver Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Nameserver

type Rep Nameserver Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Nameserver

type Rep Nameserver = D1 ('MetaData "Nameserver" "Amazonka.Route53Domains.Types.Nameserver" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "Nameserver'" 'PrefixI 'True) (S1 ('MetaSel ('Just "glueIps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newNameserver Source #

Create a value of Nameserver with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:glueIps:Nameserver', nameserver_glueIps - 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.

$sel:name:Nameserver', nameserver_name - The fully qualified host name of the name server.

Constraint: Maximum 255 characters

OperationSummary

data OperationSummary Source #

OperationSummary includes the following elements.

See: newOperationSummary smart constructor.

Instances

Instances details
Eq OperationSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationSummary

Read OperationSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationSummary

Show OperationSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationSummary

Generic OperationSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationSummary

Associated Types

type Rep OperationSummary :: Type -> Type #

NFData OperationSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationSummary

Methods

rnf :: OperationSummary -> () #

Hashable OperationSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationSummary

FromJSON OperationSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationSummary

type Rep OperationSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationSummary

type Rep OperationSummary = D1 ('MetaData "OperationSummary" "Amazonka.Route53Domains.Types.OperationSummary" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "OperationSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OperationStatus)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OperationType) :*: S1 ('MetaSel ('Just "submittedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))

newOperationSummary Source #

Create a value of OperationSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:operationId:OperationSummary', operationSummary_operationId - Identifier returned to track the requested action.

$sel:status:OperationSummary', operationSummary_status - The current status of the requested operation in the system.

$sel:type':OperationSummary', operationSummary_type - Type of the action requested.

$sel:submittedDate:OperationSummary', operationSummary_submittedDate - The date when the request was submitted.

Tag

data Tag Source #

Each tag includes the following elements.

See: newTag smart constructor.

Constructors

Tag' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq Tag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Read Tag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

NFData Tag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.Route53Domains.Types.Tag" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTag :: Tag Source #

Create a value of Tag with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:value:Tag', tag_value - The value of a tag.

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

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

$sel:key:Tag', tag_key - The key (name) of a tag.

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

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