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

Amazonka.Route53Domains

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.

DnssecLimitExceeded

_DnssecLimitExceeded :: AsError a => Fold a ServiceError Source #

This error is returned if you call AssociateDelegationSignerToDomain when the specified domain has reached the maximum number of DS records. You can't add any additional DS records unless you delete an existing one first.

DomainLimitExceeded

_DomainLimitExceeded :: AsError a => Fold a ServiceError Source #

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

DuplicateRequest

_DuplicateRequest :: AsError a => Fold a ServiceError Source #

The request is already in progress for the domain.

InvalidInput

_InvalidInput :: AsError a => Fold 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 => Fold a ServiceError Source #

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

TLDRulesViolation

_TLDRulesViolation :: AsError a => Fold a ServiceError Source #

The top-level domain does not support this operation.

UnsupportedTLD

_UnsupportedTLD :: AsError a => Fold a ServiceError Source #

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

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.

AcceptDomainTransferFromAnotherAwsAccount

data AcceptDomainTransferFromAnotherAwsAccount Source #

The AcceptDomainTransferFromAnotherAwsAccount request includes the following elements.

See: newAcceptDomainTransferFromAnotherAwsAccount smart constructor.

Instances

Instances details
ToJSON 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

AWSRequest AcceptDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.AcceptDomainTransferFromAnotherAwsAccount

Generic 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

NFData AcceptDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.AcceptDomainTransferFromAnotherAwsAccount

Eq AcceptDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.AcceptDomainTransferFromAnotherAwsAccount

Hashable AcceptDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.AcceptDomainTransferFromAnotherAwsAccount

type AWSResponse 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "AcceptDomainTransferFromAnotherAwsAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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

NFData AcceptDomainTransferFromAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.AcceptDomainTransferFromAnotherAwsAccount

Eq 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" '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:

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.

AssociateDelegationSignerToDomain

data AssociateDelegationSignerToDomain Source #

See: newAssociateDelegationSignerToDomain smart constructor.

Instances

Instances details
ToJSON AssociateDelegationSignerToDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

ToHeaders AssociateDelegationSignerToDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

ToPath AssociateDelegationSignerToDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

ToQuery AssociateDelegationSignerToDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

AWSRequest AssociateDelegationSignerToDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

Generic AssociateDelegationSignerToDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

Associated Types

type Rep AssociateDelegationSignerToDomain :: Type -> Type #

Read AssociateDelegationSignerToDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

Show AssociateDelegationSignerToDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

NFData AssociateDelegationSignerToDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

Eq AssociateDelegationSignerToDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

Hashable AssociateDelegationSignerToDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

type AWSResponse AssociateDelegationSignerToDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

type Rep AssociateDelegationSignerToDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

type Rep AssociateDelegationSignerToDomain = D1 ('MetaData "AssociateDelegationSignerToDomain" "Amazonka.Route53Domains.AssociateDelegationSignerToDomain" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "AssociateDelegationSignerToDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "signingAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DnssecSigningAttributes)))

newAssociateDelegationSignerToDomain Source #

Create a value of AssociateDelegationSignerToDomain 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:

AssociateDelegationSignerToDomain, associateDelegationSignerToDomain_domainName - The name of the domain.

$sel:signingAttributes:AssociateDelegationSignerToDomain', associateDelegationSignerToDomain_signingAttributes - The information about a key, including the algorithm, public key-value, and flags.

data AssociateDelegationSignerToDomainResponse Source #

Instances

Instances details
Generic AssociateDelegationSignerToDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

Read AssociateDelegationSignerToDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

Show AssociateDelegationSignerToDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

NFData AssociateDelegationSignerToDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

Eq AssociateDelegationSignerToDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

type Rep AssociateDelegationSignerToDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.AssociateDelegationSignerToDomain

type Rep AssociateDelegationSignerToDomainResponse = D1 ('MetaData "AssociateDelegationSignerToDomainResponse" "Amazonka.Route53Domains.AssociateDelegationSignerToDomain" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "AssociateDelegationSignerToDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociateDelegationSignerToDomainResponse Source #

Create a value of AssociateDelegationSignerToDomainResponse 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:

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

$sel:httpStatus:AssociateDelegationSignerToDomainResponse', associateDelegationSignerToDomainResponse_httpStatus - The response's http status code.

CancelDomainTransferToAnotherAwsAccount

data CancelDomainTransferToAnotherAwsAccount Source #

The CancelDomainTransferToAnotherAwsAccount request includes the following element.

See: newCancelDomainTransferToAnotherAwsAccount smart constructor.

Instances

Instances details
ToJSON 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

AWSRequest CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

Generic 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

NFData CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

Eq CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

Hashable CancelDomainTransferToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

type AWSResponse 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "CancelDomainTransferToAnotherAwsAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

CancelDomainTransferToAnotherAwsAccount, cancelDomainTransferToAnotherAwsAccount_domainName - The name of the domain for which you want to cancel the transfer to another Amazon Web Services account.

data CancelDomainTransferToAnotherAwsAccountResponse Source #

The CancelDomainTransferToAnotherAwsAccount response includes the following element.

See: newCancelDomainTransferToAnotherAwsAccountResponse smart constructor.

Instances

Instances details
Generic 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

NFData CancelDomainTransferToAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CancelDomainTransferToAnotherAwsAccount

Eq 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" '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:

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.

CheckDomainAvailability

data CheckDomainAvailability Source #

The CheckDomainAvailability request contains the following elements.

See: newCheckDomainAvailability smart constructor.

Instances

Instances details
ToJSON 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

AWSRequest 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 #

Read CheckDomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainAvailability

Show CheckDomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainAvailability

NFData CheckDomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainAvailability

Methods

rnf :: CheckDomainAvailability -> () #

Eq CheckDomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainAvailability

Hashable CheckDomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainAvailability

type AWSResponse 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" '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)))

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.

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
Generic CheckDomainAvailabilityResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainAvailability

Associated Types

type Rep CheckDomainAvailabilityResponse :: Type -> Type #

Read CheckDomainAvailabilityResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainAvailability

Show CheckDomainAvailabilityResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainAvailability

NFData CheckDomainAvailabilityResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainAvailability

Eq 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "CheckDomainAvailabilityResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "availability") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainAvailability)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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:

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.

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

CheckDomainTransferability

data CheckDomainTransferability Source #

The CheckDomainTransferability request contains the following elements.

See: newCheckDomainTransferability smart constructor.

Instances

Instances details
ToJSON 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

AWSRequest 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 #

Show CheckDomainTransferability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainTransferability

NFData CheckDomainTransferability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainTransferability

Eq CheckDomainTransferability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainTransferability

Hashable CheckDomainTransferability Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainTransferability

type AWSResponse 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" '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)))

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.

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
Generic CheckDomainTransferabilityResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainTransferability

Associated Types

type Rep CheckDomainTransferabilityResponse :: Type -> Type #

Read CheckDomainTransferabilityResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainTransferability

Show CheckDomainTransferabilityResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainTransferability

NFData CheckDomainTransferabilityResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.CheckDomainTransferability

Eq 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "CheckDomainTransferabilityResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "transferability") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainTransferability)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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:transferability:CheckDomainTransferabilityResponse', checkDomainTransferabilityResponse_transferability - A complex type that contains information about whether the specified domain can be transferred to Route 53.

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

DeleteDomain

data DeleteDomain Source #

See: newDeleteDomain smart constructor.

Constructors

DeleteDomain' Text 

Instances

Instances details
ToJSON DeleteDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteDomain

ToHeaders DeleteDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteDomain

ToPath DeleteDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteDomain

ToQuery DeleteDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteDomain

AWSRequest DeleteDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteDomain

Associated Types

type AWSResponse DeleteDomain #

Generic DeleteDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteDomain

Associated Types

type Rep DeleteDomain :: Type -> Type #

Read DeleteDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteDomain

Show DeleteDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteDomain

NFData DeleteDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteDomain

Methods

rnf :: DeleteDomain -> () #

Eq DeleteDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteDomain

Hashable DeleteDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteDomain

type AWSResponse DeleteDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteDomain

type Rep DeleteDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteDomain

type Rep DeleteDomain = D1 ('MetaData "DeleteDomain" "Amazonka.Route53Domains.DeleteDomain" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "DeleteDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteDomain Source #

Create a value of DeleteDomain 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:

DeleteDomain, deleteDomain_domainName - Name of the domain to be deleted.

data DeleteDomainResponse Source #

See: newDeleteDomainResponse smart constructor.

Instances

Instances details
Generic DeleteDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteDomain

Associated Types

type Rep DeleteDomainResponse :: Type -> Type #

Read DeleteDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteDomain

Show DeleteDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteDomain

NFData DeleteDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteDomain

Methods

rnf :: DeleteDomainResponse -> () #

Eq DeleteDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteDomain

type Rep DeleteDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteDomain

type Rep DeleteDomainResponse = D1 ('MetaData "DeleteDomainResponse" "Amazonka.Route53Domains.DeleteDomain" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "DeleteDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteDomainResponse Source #

Create a value of DeleteDomainResponse 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:

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

$sel:httpStatus:DeleteDomainResponse', deleteDomainResponse_httpStatus - The response's http status code.

DeleteTagsForDomain

data DeleteTagsForDomain Source #

The DeleteTagsForDomainRequest includes the following elements.

See: newDeleteTagsForDomain smart constructor.

Instances

Instances details
ToJSON DeleteTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.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

AWSRequest DeleteTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

Associated Types

type AWSResponse DeleteTagsForDomain #

Generic DeleteTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

Associated Types

type Rep DeleteTagsForDomain :: Type -> Type #

Read DeleteTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

Show DeleteTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

NFData DeleteTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

Methods

rnf :: DeleteTagsForDomain -> () #

Eq DeleteTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

Hashable DeleteTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

type AWSResponse 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "DeleteTagsForDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagsToDelete") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

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:

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
Generic DeleteTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

Associated Types

type Rep DeleteTagsForDomainResponse :: Type -> Type #

Read DeleteTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

Show DeleteTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

NFData DeleteTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DeleteTagsForDomain

Eq 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" '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.

DisableDomainAutoRenew

data DisableDomainAutoRenew Source #

See: newDisableDomainAutoRenew smart constructor.

Instances

Instances details
ToJSON DisableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.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

AWSRequest DisableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

Associated Types

type AWSResponse DisableDomainAutoRenew #

Generic DisableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

Associated Types

type Rep DisableDomainAutoRenew :: Type -> Type #

Read DisableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

Show DisableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

NFData DisableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

Methods

rnf :: DisableDomainAutoRenew -> () #

Eq DisableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

Hashable DisableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

type AWSResponse 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "DisableDomainAutoRenew'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic DisableDomainAutoRenewResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

Associated Types

type Rep DisableDomainAutoRenewResponse :: Type -> Type #

Read DisableDomainAutoRenewResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

Show DisableDomainAutoRenewResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

NFData DisableDomainAutoRenewResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainAutoRenew

Eq 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" '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.

DisableDomainTransferLock

data DisableDomainTransferLock Source #

The DisableDomainTransferLock request includes the following element.

See: newDisableDomainTransferLock smart constructor.

Instances

Instances details
ToJSON 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

AWSRequest 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 #

Read DisableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainTransferLock

Show DisableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainTransferLock

NFData DisableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainTransferLock

Eq DisableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainTransferLock

Hashable DisableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainTransferLock

type AWSResponse 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "DisableDomainTransferLock'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic DisableDomainTransferLockResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainTransferLock

Associated Types

type Rep DisableDomainTransferLockResponse :: Type -> Type #

Read DisableDomainTransferLockResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainTransferLock

Show DisableDomainTransferLockResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainTransferLock

NFData DisableDomainTransferLockResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DisableDomainTransferLock

Eq 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "DisableDomainTransferLockResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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:

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

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

DisassociateDelegationSignerFromDomain

data DisassociateDelegationSignerFromDomain Source #

Instances

Instances details
ToJSON DisassociateDelegationSignerFromDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DisassociateDelegationSignerFromDomain

ToHeaders DisassociateDelegationSignerFromDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DisassociateDelegationSignerFromDomain

ToPath DisassociateDelegationSignerFromDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DisassociateDelegationSignerFromDomain

ToQuery DisassociateDelegationSignerFromDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DisassociateDelegationSignerFromDomain

AWSRequest DisassociateDelegationSignerFromDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DisassociateDelegationSignerFromDomain

Generic DisassociateDelegationSignerFromDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DisassociateDelegationSignerFromDomain

Read DisassociateDelegationSignerFromDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DisassociateDelegationSignerFromDomain

Show DisassociateDelegationSignerFromDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DisassociateDelegationSignerFromDomain

NFData DisassociateDelegationSignerFromDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DisassociateDelegationSignerFromDomain

Eq DisassociateDelegationSignerFromDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DisassociateDelegationSignerFromDomain

Hashable DisassociateDelegationSignerFromDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DisassociateDelegationSignerFromDomain

type AWSResponse DisassociateDelegationSignerFromDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DisassociateDelegationSignerFromDomain

type Rep DisassociateDelegationSignerFromDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.DisassociateDelegationSignerFromDomain

type Rep DisassociateDelegationSignerFromDomain = D1 ('MetaData "DisassociateDelegationSignerFromDomain" "Amazonka.Route53Domains.DisassociateDelegationSignerFromDomain" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "DisassociateDelegationSignerFromDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDisassociateDelegationSignerFromDomain Source #

Create a value of DisassociateDelegationSignerFromDomain 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:

DisassociateDelegationSignerFromDomain, disassociateDelegationSignerFromDomain_domainName - Name of the domain.

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

data DisassociateDelegationSignerFromDomainResponse Source #

Instances

Instances details
Generic DisassociateDelegationSignerFromDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DisassociateDelegationSignerFromDomain

Read DisassociateDelegationSignerFromDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DisassociateDelegationSignerFromDomain

Show DisassociateDelegationSignerFromDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DisassociateDelegationSignerFromDomain

NFData DisassociateDelegationSignerFromDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DisassociateDelegationSignerFromDomain

Eq DisassociateDelegationSignerFromDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DisassociateDelegationSignerFromDomain

type Rep DisassociateDelegationSignerFromDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.DisassociateDelegationSignerFromDomain

type Rep DisassociateDelegationSignerFromDomainResponse = D1 ('MetaData "DisassociateDelegationSignerFromDomainResponse" "Amazonka.Route53Domains.DisassociateDelegationSignerFromDomain" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "DisassociateDelegationSignerFromDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateDelegationSignerFromDomainResponse Source #

Create a value of DisassociateDelegationSignerFromDomainResponse 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:

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

$sel:httpStatus:DisassociateDelegationSignerFromDomainResponse', disassociateDelegationSignerFromDomainResponse_httpStatus - The response's http status code.

EnableDomainAutoRenew

data EnableDomainAutoRenew Source #

See: newEnableDomainAutoRenew smart constructor.

Instances

Instances details
ToJSON EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.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

AWSRequest EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

Associated Types

type AWSResponse EnableDomainAutoRenew #

Generic EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

Associated Types

type Rep EnableDomainAutoRenew :: Type -> Type #

Read EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

Show EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

NFData EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

Methods

rnf :: EnableDomainAutoRenew -> () #

Eq EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

Hashable EnableDomainAutoRenew Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

type AWSResponse 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "EnableDomainAutoRenew'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic EnableDomainAutoRenewResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

Associated Types

type Rep EnableDomainAutoRenewResponse :: Type -> Type #

Read EnableDomainAutoRenewResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

Show EnableDomainAutoRenewResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

NFData EnableDomainAutoRenewResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainAutoRenew

Eq 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" '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.

EnableDomainTransferLock

data EnableDomainTransferLock Source #

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

See: newEnableDomainTransferLock smart constructor.

Instances

Instances details
ToJSON 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

AWSRequest 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 #

Read EnableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainTransferLock

Show EnableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainTransferLock

NFData EnableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainTransferLock

Eq EnableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainTransferLock

Hashable EnableDomainTransferLock Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainTransferLock

type AWSResponse 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "EnableDomainTransferLock'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic EnableDomainTransferLockResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainTransferLock

Associated Types

type Rep EnableDomainTransferLockResponse :: Type -> Type #

Read EnableDomainTransferLockResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainTransferLock

Show EnableDomainTransferLockResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainTransferLock

NFData EnableDomainTransferLockResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.EnableDomainTransferLock

Eq 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "EnableDomainTransferLockResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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:

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

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

GetContactReachabilityStatus

data GetContactReachabilityStatus Source #

See: newGetContactReachabilityStatus smart constructor.

Instances

Instances details
ToJSON 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

AWSRequest 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 #

Read GetContactReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.GetContactReachabilityStatus

Show GetContactReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.GetContactReachabilityStatus

NFData GetContactReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.GetContactReachabilityStatus

Eq GetContactReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.GetContactReachabilityStatus

Hashable GetContactReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.GetContactReachabilityStatus

type AWSResponse 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "GetContactReachabilityStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:

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
Generic 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

NFData GetContactReachabilityStatusResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetContactReachabilityStatus

Eq 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "GetContactReachabilityStatusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReachabilityStatus)) :*: 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:

GetContactReachabilityStatus, getContactReachabilityStatusResponse_domainName - The domain name for which you requested the reachability 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:httpStatus:GetContactReachabilityStatusResponse', getContactReachabilityStatusResponse_httpStatus - The response's http status code.

GetDomainDetail

data GetDomainDetail Source #

The GetDomainDetail request includes the following element.

See: newGetDomainDetail smart constructor.

Constructors

GetDomainDetail' Text 

Instances

Instances details
ToJSON GetDomainDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.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

AWSRequest GetDomainDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

Associated Types

type AWSResponse GetDomainDetail #

Generic GetDomainDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

Associated Types

type Rep GetDomainDetail :: Type -> Type #

Read GetDomainDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

Show GetDomainDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

NFData GetDomainDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

Methods

rnf :: GetDomainDetail -> () #

Eq GetDomainDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

Hashable GetDomainDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

type AWSResponse 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "GetDomainDetail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic GetDomainDetailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

Associated Types

type Rep GetDomainDetailResponse :: Type -> Type #

Show GetDomainDetailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

NFData GetDomainDetailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

Methods

rnf :: GetDomainDetailResponse -> () #

Eq GetDomainDetailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

type Rep GetDomainDetailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainDetail

type Rep GetDomainDetailResponse = D1 ('MetaData "GetDomainDetailResponse" "Amazonka.Route53Domains.GetDomainDetail" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "GetDomainDetailResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "abuseContactEmail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "abuseContactPhone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "adminContact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive ContactDetail))) :*: (S1 ('MetaSel ('Just "adminPrivacy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "autoRenew") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "dnsSec") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dnssecKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DnssecKey])))) :*: (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "expirationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "nameservers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Nameserver])))))) :*: (((S1 ('MetaSel ('Just "registrantContact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive ContactDetail))) :*: (S1 ('MetaSel ('Just "registrantPrivacy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "registrarName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "registrarUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "registryDomainId") '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 "techContact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive ContactDetail))) :*: S1 ('MetaSel ('Just "techPrivacy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "updatedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "whoIsServer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))))

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: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:abuseContactPhone:GetDomainDetailResponse', getDomainDetailResponse_abuseContactPhone - Phone number for reporting abuse.

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

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

GetDomainDetailResponse, getDomainDetailResponse_autoRenew - Specifies whether the domain registration is set to renew automatically.

$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:dnsSec:GetDomainDetailResponse', getDomainDetailResponse_dnsSec - Deprecated.

$sel:dnssecKeys:GetDomainDetailResponse', getDomainDetailResponse_dnssecKeys - A complex type that contains information about the DNSSEC configuration.

GetDomainDetail, getDomainDetailResponse_domainName - The name of a domain.

$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:nameservers:GetDomainDetailResponse', getDomainDetailResponse_nameservers - The name servers of the domain.

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

$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: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:registrarUrl:GetDomainDetailResponse', getDomainDetailResponse_registrarUrl - Web address of the registrar.

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

$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:techContact:GetDomainDetailResponse', getDomainDetailResponse_techContact - Provides details about the domain technical contact.

$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: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:whoIsServer:GetDomainDetailResponse', getDomainDetailResponse_whoIsServer - The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.

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

GetDomainSuggestions

data GetDomainSuggestions Source #

See: newGetDomainSuggestions smart constructor.

Instances

Instances details
ToJSON GetDomainSuggestions Source # 
Instance details

Defined in Amazonka.Route53Domains.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

AWSRequest GetDomainSuggestions Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

Associated Types

type AWSResponse GetDomainSuggestions #

Generic GetDomainSuggestions Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

Associated Types

type Rep GetDomainSuggestions :: Type -> Type #

Read GetDomainSuggestions Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

Show GetDomainSuggestions Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

NFData GetDomainSuggestions Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

Methods

rnf :: GetDomainSuggestions -> () #

Eq GetDomainSuggestions Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

Hashable GetDomainSuggestions Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

type AWSResponse 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" '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))))

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:

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
Generic GetDomainSuggestionsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

Associated Types

type Rep GetDomainSuggestionsResponse :: Type -> Type #

Read GetDomainSuggestionsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

Show GetDomainSuggestionsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

NFData GetDomainSuggestionsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetDomainSuggestions

Eq 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" '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.

GetOperationDetail

data GetOperationDetail Source #

The GetOperationDetail request includes the following element.

See: newGetOperationDetail smart constructor.

Instances

Instances details
ToJSON GetOperationDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.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

AWSRequest GetOperationDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

Associated Types

type AWSResponse GetOperationDetail #

Generic GetOperationDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

Associated Types

type Rep GetOperationDetail :: Type -> Type #

Read GetOperationDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

Show GetOperationDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

NFData GetOperationDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

Methods

rnf :: GetOperationDetail -> () #

Eq GetOperationDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

Hashable GetOperationDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

type AWSResponse 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "GetOperationDetail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic GetOperationDetailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

Associated Types

type Rep GetOperationDetailResponse :: Type -> Type #

Read GetOperationDetailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

Show GetOperationDetailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

NFData GetOperationDetailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

Eq GetOperationDetailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

type Rep GetOperationDetailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.GetOperationDetail

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:

GetOperationDetailResponse, getOperationDetailResponse_domainName - The name of a domain.

GetOperationDetailResponse, getOperationDetailResponse_lastUpdatedDate - The date when the operation was last updated.

GetOperationDetailResponse, getOperationDetailResponse_message - Detailed information on the status including possible errors.

GetOperationDetail, getOperationDetailResponse_operationId - The identifier for the operation.

GetOperationDetailResponse, getOperationDetailResponse_status - The current status of the requested operation in the system.

GetOperationDetailResponse, getOperationDetailResponse_statusFlag - Lists any outstanding operations that require customer action. Valid values are:

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

GetOperationDetailResponse, getOperationDetailResponse_submittedDate - The date when the request was submitted.

GetOperationDetailResponse, getOperationDetailResponse_type - The type of operation that was requested.

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

ListDomains (Paginated)

data ListDomains Source #

The ListDomains request includes the following elements.

See: newListDomains smart constructor.

Instances

Instances details
ToJSON ListDomains Source # 
Instance details

Defined in Amazonka.Route53Domains.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

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 #

Generic ListDomains Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

Associated Types

type Rep ListDomains :: Type -> Type #

Read ListDomains Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

Show ListDomains Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

NFData ListDomains Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

Methods

rnf :: ListDomains -> () #

Eq ListDomains Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

Hashable ListDomains Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

type AWSResponse 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "ListDomains'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filterConditions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FilterCondition])) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "sortCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortCondition)))))

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:filterConditions:ListDomains', listDomains_filterConditions - A complex type that contains information about the filters applied during the ListDomains request. The filter conditions can include domain name and domain expiration.

$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 Amazon Web Services account is greater than the value that you specified for MaxItems, you can use Marker to return additional domains. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

Constraints: The marker must match the value specified in the previous request.

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

Default: 20

$sel:sortCondition:ListDomains', listDomains_sortCondition - A complex type that contains information about the requested ordering of domains in the returned list.

data ListDomainsResponse Source #

The ListDomains response includes the following elements.

See: newListDomainsResponse smart constructor.

Instances

Instances details
Generic ListDomainsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

Associated Types

type Rep ListDomainsResponse :: Type -> Type #

Read ListDomainsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

Show ListDomainsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

NFData ListDomainsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

Methods

rnf :: ListDomainsResponse -> () #

Eq ListDomainsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

type Rep ListDomainsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListDomains

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

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:domains:ListDomainsResponse', listDomainsResponse_domains - A list of domains.

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

ListOperations (Paginated)

data ListOperations Source #

The ListOperations request includes the following elements.

See: newListOperations smart constructor.

Instances

Instances details
ToJSON ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.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

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 #

Generic ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Associated Types

type Rep ListOperations :: Type -> Type #

Read ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Show ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

NFData ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Methods

rnf :: ListOperations -> () #

Eq ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Hashable ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

type AWSResponse ListOperations Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

type Rep 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:sortBy:ListOperations', listOperations_sortBy - The sort type for returned values.

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

ListOperations, listOperations_status - The status of the operations.

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

ListOperations, listOperations_type - An arrays of the domains operation types.

data ListOperationsResponse Source #

The ListOperations response includes the following elements.

See: newListOperationsResponse smart constructor.

Instances

Instances details
Generic ListOperationsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Associated Types

type Rep ListOperationsResponse :: Type -> Type #

Read ListOperationsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Show ListOperationsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

NFData ListOperationsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

Methods

rnf :: ListOperationsResponse -> () #

Eq ListOperationsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

type Rep ListOperationsResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListOperations

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

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:operations:ListOperationsResponse', listOperationsResponse_operations - Lists summaries of the operations.

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

ListPrices (Paginated)

data ListPrices Source #

See: newListPrices smart constructor.

Constructors

ListPrices' (Maybe Text) (Maybe Int) (Maybe Text) 

Instances

Instances details
ToJSON ListPrices Source # 
Instance details

Defined in Amazonka.Route53Domains.ListPrices

ToHeaders ListPrices Source # 
Instance details

Defined in Amazonka.Route53Domains.ListPrices

Methods

toHeaders :: ListPrices -> [Header] #

ToPath ListPrices Source # 
Instance details

Defined in Amazonka.Route53Domains.ListPrices

ToQuery ListPrices Source # 
Instance details

Defined in Amazonka.Route53Domains.ListPrices

AWSPager ListPrices Source # 
Instance details

Defined in Amazonka.Route53Domains.ListPrices

AWSRequest ListPrices Source # 
Instance details

Defined in Amazonka.Route53Domains.ListPrices

Associated Types

type AWSResponse ListPrices #

Generic ListPrices Source # 
Instance details

Defined in Amazonka.Route53Domains.ListPrices

Associated Types

type Rep ListPrices :: Type -> Type #

Read ListPrices Source # 
Instance details

Defined in Amazonka.Route53Domains.ListPrices

Show ListPrices Source # 
Instance details

Defined in Amazonka.Route53Domains.ListPrices

NFData ListPrices Source # 
Instance details

Defined in Amazonka.Route53Domains.ListPrices

Methods

rnf :: ListPrices -> () #

Eq ListPrices Source # 
Instance details

Defined in Amazonka.Route53Domains.ListPrices

Hashable ListPrices Source # 
Instance details

Defined in Amazonka.Route53Domains.ListPrices

type AWSResponse ListPrices Source # 
Instance details

Defined in Amazonka.Route53Domains.ListPrices

type Rep ListPrices Source # 
Instance details

Defined in Amazonka.Route53Domains.ListPrices

type Rep ListPrices = D1 ('MetaData "ListPrices" "Amazonka.Route53Domains.ListPrices" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "ListPrices'" '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 "tld") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListPrices :: ListPrices Source #

Create a value of ListPrices 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:ListPrices', listPrices_marker - For an initial request for a list of prices, omit this element. If the number of prices that are not yet complete is greater than the value that you specified for MaxItems, you can use Marker to return additional prices. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

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

$sel:maxItems:ListPrices', listPrices_maxItems - Number of Prices to be returned.

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

$sel:tld:ListPrices', listPrices_tld - The TLD for which you want to receive the pricing information. For example. .net.

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

data ListPricesResponse Source #

See: newListPricesResponse smart constructor.

Instances

Instances details
Generic ListPricesResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListPrices

Associated Types

type Rep ListPricesResponse :: Type -> Type #

Read ListPricesResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListPrices

Show ListPricesResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListPrices

NFData ListPricesResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListPrices

Methods

rnf :: ListPricesResponse -> () #

Eq ListPricesResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListPrices

type Rep ListPricesResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListPrices

type Rep ListPricesResponse = D1 ('MetaData "ListPricesResponse" "Amazonka.Route53Domains.ListPrices" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "ListPricesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageMarker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "prices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DomainPrice])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListPricesResponse Source #

Create a value of ListPricesResponse 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:ListPricesResponse', listPricesResponse_nextPageMarker - If there are more prices than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

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

$sel:prices:ListPricesResponse', listPricesResponse_prices - A complex type that includes all the pricing information. If you specify a TLD, this array contains only the pricing for that TLD.

$sel:httpStatus:ListPricesResponse', listPricesResponse_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
ToJSON ListTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.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

AWSRequest ListTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

Associated Types

type AWSResponse ListTagsForDomain #

Generic ListTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

Associated Types

type Rep ListTagsForDomain :: Type -> Type #

Read ListTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

Show ListTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

NFData ListTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

Methods

rnf :: ListTagsForDomain -> () #

Eq ListTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

Hashable ListTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

type AWSResponse 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "ListTagsForDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic ListTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

Associated Types

type Rep ListTagsForDomainResponse :: Type -> Type #

Read ListTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

Show ListTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

NFData ListTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ListTagsForDomain

Eq 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "ListTagsForDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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:tagList:ListTagsForDomainResponse', listTagsForDomainResponse_tagList - A list of the tags that are associated with the specified domain.

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

PushDomain

data PushDomain Source #

See: newPushDomain smart constructor.

Constructors

PushDomain' Text Text 

Instances

Instances details
ToJSON PushDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.PushDomain

ToHeaders PushDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.PushDomain

Methods

toHeaders :: PushDomain -> [Header] #

ToPath PushDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.PushDomain

ToQuery PushDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.PushDomain

AWSRequest PushDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.PushDomain

Associated Types

type AWSResponse PushDomain #

Generic PushDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.PushDomain

Associated Types

type Rep PushDomain :: Type -> Type #

Read PushDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.PushDomain

Show PushDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.PushDomain

NFData PushDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.PushDomain

Methods

rnf :: PushDomain -> () #

Eq PushDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.PushDomain

Hashable PushDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.PushDomain

type AWSResponse PushDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.PushDomain

type Rep PushDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.PushDomain

type Rep PushDomain = D1 ('MetaData "PushDomain" "Amazonka.Route53Domains.PushDomain" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "PushDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "target") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newPushDomain Source #

Create a value of PushDomain 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:

PushDomain, pushDomain_domainName - Name of the domain.

$sel:target:PushDomain', pushDomain_target - New IPS tag for the domain.

data PushDomainResponse Source #

See: newPushDomainResponse smart constructor.

Constructors

PushDomainResponse' 

Instances

Instances details
Generic PushDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.PushDomain

Associated Types

type Rep PushDomainResponse :: Type -> Type #

Read PushDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.PushDomain

Show PushDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.PushDomain

NFData PushDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.PushDomain

Methods

rnf :: PushDomainResponse -> () #

Eq PushDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.PushDomain

type Rep PushDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.PushDomain

type Rep PushDomainResponse = D1 ('MetaData "PushDomainResponse" "Amazonka.Route53Domains.PushDomain" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "PushDomainResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newPushDomainResponse :: PushDomainResponse Source #

Create a value of PushDomainResponse with all optional fields omitted.

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

RegisterDomain

data RegisterDomain Source #

The RegisterDomain request includes the following elements.

See: newRegisterDomain smart constructor.

Instances

Instances details
ToJSON RegisterDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.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

AWSRequest RegisterDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

Associated Types

type AWSResponse RegisterDomain #

Generic RegisterDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

Associated Types

type Rep RegisterDomain :: Type -> Type #

Show RegisterDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

NFData RegisterDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

Methods

rnf :: RegisterDomain -> () #

Eq RegisterDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

Hashable RegisterDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

type AWSResponse 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "RegisterDomain'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "autoRenew") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "idnLangCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "privacyProtectAdminContact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "privacyProtectRegistrantContact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "privacyProtectTechContact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((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)))))))

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:

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

Default: true

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

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

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

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

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

Default: true

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

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

Default: true

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
Generic RegisterDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

Associated Types

type Rep RegisterDomainResponse :: Type -> Type #

Read RegisterDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

Show RegisterDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

NFData RegisterDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

Methods

rnf :: RegisterDomainResponse -> () #

Eq RegisterDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

type Rep RegisterDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RegisterDomain

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

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:

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

$sel:httpStatus:RegisterDomainResponse', registerDomainResponse_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
ToJSON 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

AWSRequest RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

Generic 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

NFData RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

Eq RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

Hashable RejectDomainTransferFromAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

type AWSResponse 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "RejectDomainTransferFromAnotherAwsAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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

data RejectDomainTransferFromAnotherAwsAccountResponse Source #

The RejectDomainTransferFromAnotherAwsAccount response includes the following element.

See: newRejectDomainTransferFromAnotherAwsAccountResponse smart constructor.

Instances

Instances details
Generic 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

NFData RejectDomainTransferFromAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RejectDomainTransferFromAnotherAwsAccount

Eq 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" '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:

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.

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
ToJSON RenewDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.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

AWSRequest RenewDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

Associated Types

type AWSResponse RenewDomain #

Generic RenewDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

Associated Types

type Rep RenewDomain :: Type -> Type #

Read RenewDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

Show RenewDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

NFData RenewDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

Methods

rnf :: RenewDomain -> () #

Eq RenewDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

Hashable RenewDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

type AWSResponse 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" '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))))

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

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
Generic RenewDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

Associated Types

type Rep RenewDomainResponse :: Type -> Type #

Read RenewDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

Show RenewDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

NFData RenewDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

Methods

rnf :: RenewDomainResponse -> () #

Eq RenewDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

type Rep RenewDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RenewDomain

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

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:

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

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

ResendContactReachabilityEmail

data ResendContactReachabilityEmail Source #

See: newResendContactReachabilityEmail smart constructor.

Instances

Instances details
ToJSON 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

AWSRequest 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 #

Read ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

Show ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

NFData ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

Eq ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

Hashable ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

type AWSResponse 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "ResendContactReachabilityEmail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:

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
Generic 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

NFData ResendContactReachabilityEmailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

Eq 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" '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:

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.

ResendOperationAuthorization

data ResendOperationAuthorization Source #

See: newResendOperationAuthorization smart constructor.

Instances

Instances details
ToJSON ResendOperationAuthorization Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendOperationAuthorization

ToHeaders ResendOperationAuthorization Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendOperationAuthorization

ToPath ResendOperationAuthorization Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendOperationAuthorization

ToQuery ResendOperationAuthorization Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendOperationAuthorization

AWSRequest ResendOperationAuthorization Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendOperationAuthorization

Generic ResendOperationAuthorization Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendOperationAuthorization

Associated Types

type Rep ResendOperationAuthorization :: Type -> Type #

Read ResendOperationAuthorization Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendOperationAuthorization

Show ResendOperationAuthorization Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendOperationAuthorization

NFData ResendOperationAuthorization Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendOperationAuthorization

Eq ResendOperationAuthorization Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendOperationAuthorization

Hashable ResendOperationAuthorization Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendOperationAuthorization

type AWSResponse ResendOperationAuthorization Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendOperationAuthorization

type Rep ResendOperationAuthorization Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendOperationAuthorization

type Rep ResendOperationAuthorization = D1 ('MetaData "ResendOperationAuthorization" "Amazonka.Route53Domains.ResendOperationAuthorization" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "ResendOperationAuthorization'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newResendOperationAuthorization Source #

Create a value of ResendOperationAuthorization 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:

ResendOperationAuthorization, resendOperationAuthorization_operationId - Operation ID.

data ResendOperationAuthorizationResponse Source #

Instances

Instances details
Generic ResendOperationAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendOperationAuthorization

Read ResendOperationAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendOperationAuthorization

Show ResendOperationAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendOperationAuthorization

NFData ResendOperationAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendOperationAuthorization

Eq ResendOperationAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendOperationAuthorization

type Rep ResendOperationAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendOperationAuthorization

type Rep ResendOperationAuthorizationResponse = D1 ('MetaData "ResendOperationAuthorizationResponse" "Amazonka.Route53Domains.ResendOperationAuthorization" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "ResendOperationAuthorizationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newResendOperationAuthorizationResponse :: ResendOperationAuthorizationResponse Source #

Create a value of ResendOperationAuthorizationResponse with all optional fields omitted.

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

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
ToJSON RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.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

AWSRequest RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

Associated Types

type AWSResponse RetrieveDomainAuthCode #

Generic RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

Associated Types

type Rep RetrieveDomainAuthCode :: Type -> Type #

Read RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

Show RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

NFData RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

Methods

rnf :: RetrieveDomainAuthCode -> () #

Eq RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

Hashable RetrieveDomainAuthCode Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

type AWSResponse 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "RetrieveDomainAuthCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic RetrieveDomainAuthCodeResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

Associated Types

type Rep RetrieveDomainAuthCodeResponse :: Type -> Type #

Show RetrieveDomainAuthCodeResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

NFData RetrieveDomainAuthCodeResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.RetrieveDomainAuthCode

Eq 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "RetrieveDomainAuthCodeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "authCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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:authCode:RetrieveDomainAuthCodeResponse', retrieveDomainAuthCodeResponse_authCode - The authorization code for the domain.

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

TransferDomain

data TransferDomain Source #

The TransferDomain request includes the following elements.

See: newTransferDomain smart constructor.

Instances

Instances details
ToJSON TransferDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.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

AWSRequest TransferDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

Associated Types

type AWSResponse TransferDomain #

Generic TransferDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

Associated Types

type Rep TransferDomain :: Type -> Type #

Show TransferDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

NFData TransferDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

Methods

rnf :: TransferDomain -> () #

Eq TransferDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

Hashable TransferDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

type AWSResponse 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "TransferDomain'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "authCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "autoRenew") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "idnLangCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "nameservers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Nameserver])) :*: (S1 ('MetaSel ('Just "privacyProtectAdminContact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "privacyProtectRegistrantContact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "privacyProtectTechContact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (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)))))))

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:authCode:TransferDomain', transferDomain_authCode - The authorization code for the domain. You get this value from the current registrar.

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

Default: true

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

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

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

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

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

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

Default: true

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

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

Default: true

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
Generic TransferDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

Associated Types

type Rep TransferDomainResponse :: Type -> Type #

Read TransferDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

Show TransferDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

NFData TransferDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

Methods

rnf :: TransferDomainResponse -> () #

Eq TransferDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

type Rep TransferDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomain

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

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:

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

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

TransferDomainToAnotherAwsAccount

data TransferDomainToAnotherAwsAccount Source #

The TransferDomainToAnotherAwsAccount request includes the following elements.

See: newTransferDomainToAnotherAwsAccount smart constructor.

Instances

Instances details
ToJSON 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

AWSRequest 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 #

Read TransferDomainToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomainToAnotherAwsAccount

Show TransferDomainToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomainToAnotherAwsAccount

NFData TransferDomainToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomainToAnotherAwsAccount

Eq TransferDomainToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomainToAnotherAwsAccount

Hashable TransferDomainToAnotherAwsAccount Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomainToAnotherAwsAccount

type AWSResponse 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "TransferDomainToAnotherAwsAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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

$sel:accountId:TransferDomainToAnotherAwsAccount', transferDomainToAnotherAwsAccount_accountId - The account ID of the Amazon Web Services 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
Generic 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

NFData TransferDomainToAnotherAwsAccountResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.TransferDomainToAnotherAwsAccount

Eq 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "TransferDomainToAnotherAwsAccountResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "password") '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:

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

$sel:password:TransferDomainToAnotherAwsAccountResponse', transferDomainToAnotherAwsAccountResponse_password - To finish transferring a domain to another Amazon Web Services account, the account that the domain is being transferred to must submit an AcceptDomainTransferFromAnotherAwsAccount request. The request must include the value of the Password element that was returned in the TransferDomainToAnotherAwsAccount response.

$sel:httpStatus:TransferDomainToAnotherAwsAccountResponse', transferDomainToAnotherAwsAccountResponse_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
ToJSON UpdateDomainContact Source # 
Instance details

Defined in Amazonka.Route53Domains.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

AWSRequest UpdateDomainContact Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContact

Associated Types

type AWSResponse UpdateDomainContact #

Generic UpdateDomainContact Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContact

Associated Types

type Rep UpdateDomainContact :: Type -> Type #

Show UpdateDomainContact Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContact

NFData UpdateDomainContact Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContact

Methods

rnf :: UpdateDomainContact -> () #

Eq UpdateDomainContact Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContact

Hashable UpdateDomainContact Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContact

type AWSResponse 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "UpdateDomainContact'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "adminContact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive ContactDetail))) :*: S1 ('MetaSel ('Just "consent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Consent))) :*: (S1 ('MetaSel ('Just "registrantContact") '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)))))

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:adminContact:UpdateDomainContact', updateDomainContact_adminContact - Provides detailed contact information.

$sel:consent:UpdateDomainContact', updateDomainContact_consent - Customer's consent for the owner change request.

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

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

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
Generic UpdateDomainContactResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContact

Associated Types

type Rep UpdateDomainContactResponse :: Type -> Type #

Read UpdateDomainContactResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContact

Show UpdateDomainContactResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContact

NFData UpdateDomainContactResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContact

Eq 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "UpdateDomainContactResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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:

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

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

UpdateDomainContactPrivacy

data UpdateDomainContactPrivacy Source #

The UpdateDomainContactPrivacy request includes the following elements.

See: newUpdateDomainContactPrivacy smart constructor.

Instances

Instances details
ToJSON 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

AWSRequest 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 #

Read UpdateDomainContactPrivacy Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContactPrivacy

Show UpdateDomainContactPrivacy Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContactPrivacy

NFData UpdateDomainContactPrivacy Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContactPrivacy

Eq UpdateDomainContactPrivacy Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContactPrivacy

Hashable UpdateDomainContactPrivacy Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContactPrivacy

type AWSResponse 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "UpdateDomainContactPrivacy'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "adminPrivacy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "registrantPrivacy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "techPrivacy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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

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

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

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

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

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

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
Generic UpdateDomainContactPrivacyResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContactPrivacy

Associated Types

type Rep UpdateDomainContactPrivacyResponse :: Type -> Type #

Read UpdateDomainContactPrivacyResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContactPrivacy

Show UpdateDomainContactPrivacyResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContactPrivacy

NFData UpdateDomainContactPrivacyResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainContactPrivacy

Eq 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "UpdateDomainContactPrivacyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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:

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

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

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
ToJSON 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

AWSRequest 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 #

Show UpdateDomainNameservers Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainNameservers

NFData UpdateDomainNameservers Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainNameservers

Methods

rnf :: UpdateDomainNameservers -> () #

Eq UpdateDomainNameservers Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainNameservers

Hashable UpdateDomainNameservers Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainNameservers

type AWSResponse 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "UpdateDomainNameservers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fIAuthKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "nameservers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Nameserver]))))

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

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
Generic UpdateDomainNameserversResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainNameservers

Associated Types

type Rep UpdateDomainNameserversResponse :: Type -> Type #

Read UpdateDomainNameserversResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainNameservers

Show UpdateDomainNameserversResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainNameservers

NFData UpdateDomainNameserversResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateDomainNameservers

Eq 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "UpdateDomainNameserversResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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:

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

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

UpdateTagsForDomain

data UpdateTagsForDomain Source #

The UpdateTagsForDomainRequest includes the following elements.

See: newUpdateTagsForDomain smart constructor.

Instances

Instances details
ToJSON UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.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

AWSRequest UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

Associated Types

type AWSResponse UpdateTagsForDomain #

Generic UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

Associated Types

type Rep UpdateTagsForDomain :: Type -> Type #

Read UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

Show UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

NFData UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

Methods

rnf :: UpdateTagsForDomain -> () #

Eq UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

Hashable UpdateTagsForDomain Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

type AWSResponse 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" '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)))

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.

UpdateTagsForDomain, updateTagsForDomain_domainName - The domain for which you want to add or update tags.

data UpdateTagsForDomainResponse Source #

See: newUpdateTagsForDomainResponse smart constructor.

Instances

Instances details
Generic UpdateTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

Associated Types

type Rep UpdateTagsForDomainResponse :: Type -> Type #

Read UpdateTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

Show UpdateTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

NFData UpdateTagsForDomainResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.UpdateTagsForDomain

Eq 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" '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.

ViewBilling (Paginated)

data ViewBilling Source #

The ViewBilling request includes the following elements.

See: newViewBilling smart constructor.

Instances

Instances details
ToJSON ViewBilling Source # 
Instance details

Defined in Amazonka.Route53Domains.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

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 #

Generic ViewBilling Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

Associated Types

type Rep ViewBilling :: Type -> Type #

Read ViewBilling Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

Show ViewBilling Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

NFData ViewBilling Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

Methods

rnf :: ViewBilling -> () #

Eq ViewBilling Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

Hashable ViewBilling Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

type AWSResponse 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "ViewBilling'" 'PrefixI 'True) ((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)) :*: S1 ('MetaSel ('Just "start") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

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: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 Amazon Web Services account during the specified period is greater than the value that you specified for MaxItems, you can use Marker to return additional billing records. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

Constraints: The marker must match the value of NextPageMarker that was returned in the previous response.

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

Default: 20

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

data ViewBillingResponse Source #

The ViewBilling response includes the following elements.

See: newViewBillingResponse smart constructor.

Instances

Instances details
Generic ViewBillingResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

Associated Types

type Rep ViewBillingResponse :: Type -> Type #

Read ViewBillingResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

Show ViewBillingResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

NFData ViewBillingResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

Methods

rnf :: ViewBillingResponse -> () #

Eq ViewBillingResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

type Rep ViewBillingResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ViewBilling

type Rep ViewBillingResponse = D1 ('MetaData "ViewBillingResponse" "Amazonka.Route53Domains.ViewBilling" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "ViewBillingResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "billingRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BillingRecord])) :*: (S1 ('MetaSel ('Just "nextPageMarker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:billingRecords:ViewBillingResponse', viewBillingResponse_billingRecords - A summary of billing records.

$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:httpStatus:ViewBillingResponse', viewBillingResponse_httpStatus - The response's http status code.

Types

ContactType

newtype ContactType Source #

Constructors

ContactType' 

Instances

Instances details
FromJSON ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

FromJSONKey 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

ToByteString ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

ToHeader ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

ToLog ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

ToQuery 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 #

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 #

Generic ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

Associated Types

type Rep ContactType :: Type -> Type #

Read ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

Show ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

NFData ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

Methods

rnf :: ContactType -> () #

Eq ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

Ord ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

Hashable ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

type Rep ContactType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactType

type Rep ContactType = D1 ('MetaData "ContactType" "Amazonka.Route53Domains.Types.ContactType" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" '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_AC :: CountryCode 
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_AX :: 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_BQ :: CountryCode 
pattern CountryCode_BR :: CountryCode 
pattern CountryCode_BS :: CountryCode 
pattern CountryCode_BT :: CountryCode 
pattern CountryCode_BV :: 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_CW :: 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_EH :: 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_GF :: CountryCode 
pattern CountryCode_GG :: CountryCode 
pattern CountryCode_GH :: CountryCode 
pattern CountryCode_GI :: CountryCode 
pattern CountryCode_GL :: CountryCode 
pattern CountryCode_GM :: CountryCode 
pattern CountryCode_GN :: CountryCode 
pattern CountryCode_GP :: CountryCode 
pattern CountryCode_GQ :: CountryCode 
pattern CountryCode_GR :: CountryCode 
pattern CountryCode_GS :: CountryCode 
pattern CountryCode_GT :: CountryCode 
pattern CountryCode_GU :: CountryCode 
pattern CountryCode_GW :: CountryCode 
pattern CountryCode_GY :: CountryCode 
pattern CountryCode_HK :: CountryCode 
pattern CountryCode_HM :: 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_IO :: CountryCode 
pattern CountryCode_IQ :: CountryCode 
pattern CountryCode_IR :: CountryCode 
pattern CountryCode_IS :: CountryCode 
pattern CountryCode_IT :: CountryCode 
pattern CountryCode_JE :: 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_MQ :: 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_NF :: 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_PS :: CountryCode 
pattern CountryCode_PT :: CountryCode 
pattern CountryCode_PW :: CountryCode 
pattern CountryCode_PY :: CountryCode 
pattern CountryCode_QA :: CountryCode 
pattern CountryCode_RE :: 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_SJ :: 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_SS :: CountryCode 
pattern CountryCode_ST :: CountryCode 
pattern CountryCode_SV :: CountryCode 
pattern CountryCode_SX :: CountryCode 
pattern CountryCode_SY :: CountryCode 
pattern CountryCode_SZ :: CountryCode 
pattern CountryCode_TC :: CountryCode 
pattern CountryCode_TD :: CountryCode 
pattern CountryCode_TF :: 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_TP :: 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
FromJSON CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

FromJSONKey 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

ToByteString CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

ToHeader CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

ToLog CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

ToQuery 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 #

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 #

Generic CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

Associated Types

type Rep CountryCode :: Type -> Type #

Read CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

Show CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

NFData CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

Methods

rnf :: CountryCode -> () #

Eq CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

Ord CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

Hashable CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

type Rep CountryCode Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.CountryCode

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

DomainAvailability

newtype DomainAvailability Source #

Instances

Instances details
FromJSON DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

FromJSONKey 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

ToByteString DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

ToHeader DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

ToLog DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

ToQuery 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

FromXML DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

ToXML 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 #

Read DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

Show DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

NFData DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

Methods

rnf :: DomainAvailability -> () #

Eq DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

Ord DomainAvailability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainAvailability

Hashable 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" '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_AU_PRIORITY_TOKEN :: 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_EU_COUNTRY_OF_CITIZENSHIP :: 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
FromJSON ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

FromJSONKey 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

ToByteString ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

ToHeader ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

ToLog ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

ToQuery 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

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 #

Generic ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

Associated Types

type Rep ExtraParamName :: Type -> Type #

Read ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

Show ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

NFData ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

Methods

rnf :: ExtraParamName -> () #

Eq ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

Ord ExtraParamName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParamName

Hashable 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'True) (C1 ('MetaCons "ExtraParamName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromExtraParamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ListDomainsAttributeName

newtype ListDomainsAttributeName Source #

Instances

Instances details
FromJSON ListDomainsAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListDomainsAttributeName

FromJSONKey ListDomainsAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListDomainsAttributeName

ToJSON ListDomainsAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListDomainsAttributeName

ToJSONKey ListDomainsAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListDomainsAttributeName

ToByteString ListDomainsAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListDomainsAttributeName

ToHeader ListDomainsAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListDomainsAttributeName

ToLog ListDomainsAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListDomainsAttributeName

ToQuery ListDomainsAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListDomainsAttributeName

FromText ListDomainsAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListDomainsAttributeName

ToText ListDomainsAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListDomainsAttributeName

FromXML ListDomainsAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListDomainsAttributeName

ToXML ListDomainsAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListDomainsAttributeName

Generic ListDomainsAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListDomainsAttributeName

Associated Types

type Rep ListDomainsAttributeName :: Type -> Type #

Read ListDomainsAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListDomainsAttributeName

Show ListDomainsAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListDomainsAttributeName

NFData ListDomainsAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListDomainsAttributeName

Eq ListDomainsAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListDomainsAttributeName

Ord ListDomainsAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListDomainsAttributeName

Hashable ListDomainsAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListDomainsAttributeName

type Rep ListDomainsAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListDomainsAttributeName

type Rep ListDomainsAttributeName = D1 ('MetaData "ListDomainsAttributeName" "Amazonka.Route53Domains.Types.ListDomainsAttributeName" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'True) (C1 ('MetaCons "ListDomainsAttributeName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromListDomainsAttributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ListOperationsSortAttributeName

newtype ListOperationsSortAttributeName Source #

Instances

Instances details
FromJSON ListOperationsSortAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListOperationsSortAttributeName

FromJSONKey ListOperationsSortAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListOperationsSortAttributeName

ToJSON ListOperationsSortAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListOperationsSortAttributeName

ToJSONKey ListOperationsSortAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListOperationsSortAttributeName

ToByteString ListOperationsSortAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListOperationsSortAttributeName

ToHeader ListOperationsSortAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListOperationsSortAttributeName

ToLog ListOperationsSortAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListOperationsSortAttributeName

ToQuery ListOperationsSortAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListOperationsSortAttributeName

FromText ListOperationsSortAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListOperationsSortAttributeName

ToText ListOperationsSortAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListOperationsSortAttributeName

FromXML ListOperationsSortAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListOperationsSortAttributeName

ToXML ListOperationsSortAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListOperationsSortAttributeName

Generic ListOperationsSortAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListOperationsSortAttributeName

Associated Types

type Rep ListOperationsSortAttributeName :: Type -> Type #

Read ListOperationsSortAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListOperationsSortAttributeName

Show ListOperationsSortAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListOperationsSortAttributeName

NFData ListOperationsSortAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListOperationsSortAttributeName

Eq ListOperationsSortAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListOperationsSortAttributeName

Ord ListOperationsSortAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListOperationsSortAttributeName

Hashable ListOperationsSortAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListOperationsSortAttributeName

type Rep ListOperationsSortAttributeName Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ListOperationsSortAttributeName

type Rep ListOperationsSortAttributeName = D1 ('MetaData "ListOperationsSortAttributeName" "Amazonka.Route53Domains.Types.ListOperationsSortAttributeName" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'True) (C1 ('MetaCons "ListOperationsSortAttributeName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromListOperationsSortAttributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OperationStatus

newtype OperationStatus Source #

Constructors

OperationStatus' 

Instances

Instances details
FromJSON OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

FromJSONKey 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

ToByteString OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

ToHeader OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

ToLog OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

ToQuery 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

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 #

Generic OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

Associated Types

type Rep OperationStatus :: Type -> Type #

Read OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

Show OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

NFData OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

Methods

rnf :: OperationStatus -> () #

Eq OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

Ord OperationStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationStatus

Hashable 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'True) (C1 ('MetaCons "OperationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOperationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OperationType

newtype OperationType Source #

Constructors

OperationType' 

Instances

Instances details
FromJSON OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

FromJSONKey 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

ToByteString OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

ToHeader OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

ToLog OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

ToQuery 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 #

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 #

Generic OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

Associated Types

type Rep OperationType :: Type -> Type #

Read OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

Show OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

NFData OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

Methods

rnf :: OperationType -> () #

Eq OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

Ord OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

Hashable OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

type Rep OperationType Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationType

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

Operator

newtype Operator Source #

Constructors

Operator' 

Fields

Bundled Patterns

pattern Operator_BEGINS_WITH :: Operator 
pattern Operator_GE :: Operator 
pattern Operator_LE :: Operator 

Instances

Instances details
FromJSON Operator Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Operator

FromJSONKey Operator Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Operator

ToJSON Operator Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Operator

ToJSONKey Operator Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Operator

ToByteString Operator Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Operator

Methods

toBS :: Operator -> ByteString #

ToHeader Operator Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Operator

Methods

toHeader :: HeaderName -> Operator -> [Header] #

ToLog Operator Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Operator

ToQuery Operator Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Operator

FromText Operator Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Operator

ToText Operator Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Operator

Methods

toText :: Operator -> Text #

FromXML Operator Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Operator

ToXML Operator Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Operator

Methods

toXML :: Operator -> XML #

Generic Operator Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Operator

Associated Types

type Rep Operator :: Type -> Type #

Methods

from :: Operator -> Rep Operator x #

to :: Rep Operator x -> Operator #

Read Operator Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Operator

Show Operator Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Operator

NFData Operator Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Operator

Methods

rnf :: Operator -> () #

Eq Operator Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Operator

Ord Operator Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Operator

Hashable Operator Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Operator

Methods

hashWithSalt :: Int -> Operator -> Int #

hash :: Operator -> Int #

type Rep Operator Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Operator

type Rep Operator = D1 ('MetaData "Operator" "Amazonka.Route53Domains.Types.Operator" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'True) (C1 ('MetaCons "Operator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReachabilityStatus

newtype ReachabilityStatus Source #

Instances

Instances details
FromJSON ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

FromJSONKey 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

ToByteString ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

ToHeader ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

ToLog ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

ToQuery 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

FromXML ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

ToXML 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 #

Read ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

Show ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

NFData ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

Methods

rnf :: ReachabilityStatus -> () #

Eq ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

Ord ReachabilityStatus Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ReachabilityStatus

Hashable 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'True) (C1 ('MetaCons "ReachabilityStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReachabilityStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortOrder

newtype SortOrder Source #

Constructors

SortOrder' 

Fields

Bundled Patterns

pattern SortOrder_ASC :: SortOrder 
pattern SortOrder_DESC :: SortOrder 

Instances

Instances details
FromJSON SortOrder Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.SortOrder

FromJSONKey SortOrder Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.SortOrder

ToJSON SortOrder Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.SortOrder

ToJSONKey SortOrder Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.SortOrder

ToByteString SortOrder Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.SortOrder

Methods

toBS :: SortOrder -> ByteString #

ToHeader SortOrder Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.SortOrder

ToLog SortOrder Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.SortOrder

ToQuery SortOrder Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.SortOrder

FromText SortOrder Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.SortOrder

ToText SortOrder Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.SortOrder

Methods

toText :: SortOrder -> Text #

FromXML SortOrder Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.SortOrder

ToXML SortOrder Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.SortOrder

Methods

toXML :: SortOrder -> XML #

Generic SortOrder Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.SortOrder

Associated Types

type Rep SortOrder :: Type -> Type #

Read SortOrder Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.SortOrder

Show SortOrder Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.SortOrder

NFData SortOrder Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.SortOrder

Methods

rnf :: SortOrder -> () #

Eq SortOrder Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.SortOrder

Ord SortOrder Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.SortOrder

Hashable SortOrder Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.SortOrder

type Rep SortOrder Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.SortOrder

type Rep SortOrder = D1 ('MetaData "SortOrder" "Amazonka.Route53Domains.Types.SortOrder" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'True) (C1 ('MetaCons "SortOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StatusFlag

newtype StatusFlag Source #

Constructors

StatusFlag' 

Fields

Instances

Instances details
FromJSON StatusFlag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.StatusFlag

FromJSONKey StatusFlag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.StatusFlag

ToJSON StatusFlag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.StatusFlag

ToJSONKey StatusFlag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.StatusFlag

ToByteString StatusFlag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.StatusFlag

ToHeader StatusFlag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.StatusFlag

ToLog StatusFlag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.StatusFlag

ToQuery StatusFlag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.StatusFlag

FromText StatusFlag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.StatusFlag

ToText StatusFlag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.StatusFlag

Methods

toText :: StatusFlag -> Text #

FromXML StatusFlag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.StatusFlag

ToXML StatusFlag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.StatusFlag

Methods

toXML :: StatusFlag -> XML #

Generic StatusFlag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.StatusFlag

Associated Types

type Rep StatusFlag :: Type -> Type #

Read StatusFlag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.StatusFlag

Show StatusFlag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.StatusFlag

NFData StatusFlag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.StatusFlag

Methods

rnf :: StatusFlag -> () #

Eq StatusFlag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.StatusFlag

Ord StatusFlag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.StatusFlag

Hashable StatusFlag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.StatusFlag

type Rep StatusFlag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.StatusFlag

type Rep StatusFlag = D1 ('MetaData "StatusFlag" "Amazonka.Route53Domains.Types.StatusFlag" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'True) (C1 ('MetaCons "StatusFlag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStatusFlag") '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 or 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.
DOMAIN_IN_OWN_ACCOUNT
The domain already exists in the current Amazon Web Services account.
DOMAIN_IN_ANOTHER_ACCOUNT
the domain exists in another Amazon Web Services account.
PREMIUM_DOMAIN
Premium domain transfer is not supported.

Constructors

Transferable' 

Instances

Instances details
FromJSON Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

FromJSONKey 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

ToByteString Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

ToHeader Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

ToLog Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

ToQuery 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 #

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 #

Generic Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

Associated Types

type Rep Transferable :: Type -> Type #

Read Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

Show Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

NFData Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

Methods

rnf :: Transferable -> () #

Eq Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

Ord Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

Hashable Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

type Rep Transferable Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Transferable

type Rep Transferable = D1 ('MetaData "Transferable" "Amazonka.Route53Domains.Types.Transferable" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" '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
FromJSON 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 #

Read BillingRecord Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.BillingRecord

Show BillingRecord Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.BillingRecord

NFData BillingRecord Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.BillingRecord

Methods

rnf :: BillingRecord -> () #

Eq BillingRecord Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.BillingRecord

Hashable 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "BillingRecord'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "billDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "invoiceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "operation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OperationType)) :*: 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:billDate:BillingRecord', billingRecord_billDate - The date that the operation was billed, in Unix format.

$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:invoiceId:BillingRecord', billingRecord_invoiceId - The ID of the invoice that is associated with the billing record.

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

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

Example value: 12.0

Consent

data Consent Source #

Customer's consent for the owner change request.

See: newConsent smart constructor.

Constructors

Consent' Double Text 

Instances

Instances details
ToJSON Consent Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Consent

Generic Consent Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Consent

Associated Types

type Rep Consent :: Type -> Type #

Methods

from :: Consent -> Rep Consent x #

to :: Rep Consent x -> Consent #

Read Consent Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Consent

Show Consent Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Consent

NFData Consent Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Consent

Methods

rnf :: Consent -> () #

Eq Consent Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Consent

Methods

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

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

Hashable Consent Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Consent

Methods

hashWithSalt :: Int -> Consent -> Int #

hash :: Consent -> Int #

type Rep Consent Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Consent

type Rep Consent = D1 ('MetaData "Consent" "Amazonka.Route53Domains.Types.Consent" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "Consent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double) :*: S1 ('MetaSel ('Just "currency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newConsent Source #

Create a value of Consent 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:maxPrice:Consent', consent_maxPrice - Maximum amount the customer agreed to accept.

$sel:currency:Consent', consent_currency - Currency for the MaxPrice.

ContactDetail

data ContactDetail Source #

ContactDetail includes the following elements.

See: newContactDetail smart constructor.

Instances

Instances details
FromJSON ContactDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactDetail

ToJSON 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 #

Show ContactDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactDetail

NFData ContactDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactDetail

Methods

rnf :: ContactDetail -> () #

Eq ContactDetail Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ContactDetail

Hashable 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "ContactDetail'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "addressLine1") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "addressLine2") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "city") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "contactType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContactType)) :*: S1 ('MetaSel ('Just "countryCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CountryCode))) :*: (S1 ('MetaSel ('Just "email") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "extraParams") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ExtraParam]))))) :*: ((S1 ('MetaSel ('Just "fax") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "firstName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "organizationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "phoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "zipCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

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:addressLine1:ContactDetail', contactDetail_addressLine1 - First line of the contact's address.

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

$sel:city:ContactDetail', contactDetail_city - The city 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, the value of ContactType must be PERSON for all three contacts.

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

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

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

$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:firstName:ContactDetail', contactDetail_firstName - First name of contact.

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

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

$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:state:ContactDetail', contactDetail_state - The state or province of the contact's city.

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

DnssecKey

data DnssecKey Source #

Information about the DNSSEC key.

You get this from your DNS provider and then give it to Route 53 (by using AssociateDelegationSignerToDomain) to pass it to the registry to establish the chain of trust.

See: newDnssecKey smart constructor.

Instances

Instances details
FromJSON DnssecKey Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DnssecKey

Generic DnssecKey Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DnssecKey

Associated Types

type Rep DnssecKey :: Type -> Type #

Read DnssecKey Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DnssecKey

Show DnssecKey Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DnssecKey

NFData DnssecKey Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DnssecKey

Methods

rnf :: DnssecKey -> () #

Eq DnssecKey Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DnssecKey

Hashable DnssecKey Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DnssecKey

type Rep DnssecKey Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DnssecKey

newDnssecKey :: DnssecKey Source #

Create a value of DnssecKey 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:algorithm:DnssecKey', dnssecKey_algorithm - The number of the public key’s cryptographic algorithm according to an IANA assignment.

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

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

$sel:digest:DnssecKey', dnssecKey_digest - The delegation signer digest.

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

$sel:digestType:DnssecKey', dnssecKey_digestType - The number of the DS digest algorithm according to an IANA assignment.

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

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

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

$sel:id:DnssecKey', dnssecKey_id - An ID assigned to each DS record created by AssociateDelegationSignerToDomain.

$sel:keyTag:DnssecKey', dnssecKey_keyTag - A numeric identification of the DNSKEY record referred to by this DS record.

$sel:publicKey:DnssecKey', dnssecKey_publicKey - The base64-encoded public key part of the key pair that is passed to the registry .

DnssecSigningAttributes

data DnssecSigningAttributes Source #

Information about a delegation signer (DS) record that was created in the registry by AssociateDelegationSignerToDomain.

See: newDnssecSigningAttributes smart constructor.

Instances

Instances details
ToJSON DnssecSigningAttributes Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DnssecSigningAttributes

Generic DnssecSigningAttributes Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DnssecSigningAttributes

Associated Types

type Rep DnssecSigningAttributes :: Type -> Type #

Read DnssecSigningAttributes Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DnssecSigningAttributes

Show DnssecSigningAttributes Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DnssecSigningAttributes

NFData DnssecSigningAttributes Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DnssecSigningAttributes

Methods

rnf :: DnssecSigningAttributes -> () #

Eq DnssecSigningAttributes Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DnssecSigningAttributes

Hashable DnssecSigningAttributes Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DnssecSigningAttributes

type Rep DnssecSigningAttributes Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DnssecSigningAttributes

type Rep DnssecSigningAttributes = D1 ('MetaData "DnssecSigningAttributes" "Amazonka.Route53Domains.Types.DnssecSigningAttributes" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "DnssecSigningAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "algorithm") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "flags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "publicKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDnssecSigningAttributes :: DnssecSigningAttributes Source #

Create a value of DnssecSigningAttributes 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:algorithm:DnssecSigningAttributes', dnssecSigningAttributes_algorithm - Algorithm which was used to generate the digest from the public key.

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

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

$sel:publicKey:DnssecSigningAttributes', dnssecSigningAttributes_publicKey - The base64-encoded public key part of the key pair that is passed to the registry.

DomainPrice

data DomainPrice Source #

Information about the domain price associated with a TLD.

See: newDomainPrice smart constructor.

Instances

Instances details
FromJSON DomainPrice Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainPrice

Generic DomainPrice Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainPrice

Associated Types

type Rep DomainPrice :: Type -> Type #

Read DomainPrice Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainPrice

Show DomainPrice Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainPrice

NFData DomainPrice Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainPrice

Methods

rnf :: DomainPrice -> () #

Eq DomainPrice Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainPrice

Hashable DomainPrice Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainPrice

type Rep DomainPrice Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainPrice

type Rep DomainPrice = D1 ('MetaData "DomainPrice" "Amazonka.Route53Domains.Types.DomainPrice" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "DomainPrice'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "changeOwnershipPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PriceWithCurrency)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "registrationPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PriceWithCurrency)))) :*: (S1 ('MetaSel ('Just "renewalPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PriceWithCurrency)) :*: (S1 ('MetaSel ('Just "restorationPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PriceWithCurrency)) :*: S1 ('MetaSel ('Just "transferPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PriceWithCurrency))))))

newDomainPrice :: DomainPrice Source #

Create a value of DomainPrice 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:changeOwnershipPrice:DomainPrice', domainPrice_changeOwnershipPrice - The price for changing domain ownership.

$sel:name:DomainPrice', domainPrice_name - The name of the TLD for which the prices apply.

$sel:registrationPrice:DomainPrice', domainPrice_registrationPrice - The price for domain registration with Route 53.

$sel:renewalPrice:DomainPrice', domainPrice_renewalPrice - The price for renewing domain registration with Route 53.

$sel:restorationPrice:DomainPrice', domainPrice_restorationPrice - The price for restoring the domain with Route 53.

$sel:transferPrice:DomainPrice', domainPrice_transferPrice - The price for transferring the domain registration to Route 53.

DomainSuggestion

data DomainSuggestion Source #

Information about one suggested domain name.

See: newDomainSuggestion smart constructor.

Instances

Instances details
FromJSON 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 #

Read DomainSuggestion Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainSuggestion

Show DomainSuggestion Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainSuggestion

NFData DomainSuggestion Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainSuggestion

Methods

rnf :: DomainSuggestion -> () #

Eq DomainSuggestion Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainSuggestion

Hashable 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" '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
FromJSON 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 #

Read DomainSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainSummary

Show DomainSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainSummary

NFData DomainSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainSummary

Methods

rnf :: DomainSummary -> () #

Eq DomainSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainSummary

Hashable 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "DomainSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "autoRenew") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "expiry") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "transferLock") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newDomainSummary :: DomainSummary 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: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.

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

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
FromJSON 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 #

Read DomainTransferability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainTransferability

Show DomainTransferability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainTransferability

NFData DomainTransferability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainTransferability

Methods

rnf :: DomainTransferability -> () #

Eq DomainTransferability Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainTransferability

Hashable 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" '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
FromJSON ExtraParam Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParam

ToJSON 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 #

Show ExtraParam Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParam

NFData ExtraParam Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParam

Methods

rnf :: ExtraParam -> () #

Eq ExtraParam Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.ExtraParam

Hashable 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "ExtraParam'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ExtraParamName) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive 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

The value of ES_IDENTIFICATION depends on the following values:

  • The value of ES_LEGAL_FORM
  • The value of ES_IDENTIFICATION_TYPE

If ES_LEGAL_FORM is any value other than INDIVIDUAL:

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

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

  • If ES_IDENTIFICATION_TYPE is DNI_AND_NIF (for Spanish contacts):

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

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

    • Specify a passport number, drivers license number, or national identity card number
  • ES_IDENTIFICATION_TYPE

    Valid values include the following:

    • DNI_AND_NIF (For Spanish contacts)
    • NIE (For foreigners with legal residence)
    • OTHER (For contacts outside of Spain)
  • ES_LEGAL_FORM

    Valid values include the following:

    • ASSOCIATION
    • CENTRAL_GOVERNMENT_BODY
    • CIVIL_SOCIETY
    • COMMUNITY_OF_OWNERS
    • COMMUNITY_PROPERTY
    • CONSULATE
    • COOPERATIVE
    • DESIGNATION_OF_ORIGIN_SUPERVISORY_COUNCIL
    • ECONOMIC_INTEREST_GROUP
    • EMBASSY
    • ENTITY_MANAGING_NATURAL_AREAS
    • FARM_PARTNERSHIP
    • FOUNDATION
    • GENERAL_AND_LIMITED_PARTNERSHIP
    • GENERAL_PARTNERSHIP
    • INDIVIDUAL
    • LIMITED_COMPANY
    • LOCAL_AUTHORITY
    • LOCAL_PUBLIC_ENTITY
    • MUTUAL_INSURANCE_COMPANY
    • NATIONAL_PUBLIC_ENTITY
    • ORDER_OR_RELIGIOUS_INSTITUTION
    • OTHERS (Only for contacts outside of Spain)
    • POLITICAL_PARTY
    • PROFESSIONAL_ASSOCIATION
    • PUBLIC_LAW_ASSOCIATION
    • PUBLIC_LIMITED_COMPANY
    • REGIONAL_GOVERNMENT_BODY
    • REGIONAL_PUBLIC_ENTITY
    • SAVINGS_BANK
    • SPANISH_OFFICE
    • SPORTS_ASSOCIATION
    • SPORTS_FEDERATION
    • SPORTS_LIMITED_COMPANY
    • TEMPORARY_ALLIANCE_OF_ENTERPRISES
    • TRADE_UNION
    • WORKER_OWNED_COMPANY
    • WORKER_OWNED_LIMITED_COMPANY
.eu
- EU_COUNTRY_OF_CITIZENSHIP
.fi
- BIRTH_DATE_IN_YYYY_MM_DD
  • FI_BUSINESS_NUMBER
  • FI_ID_NUMBER
  • FI_NATIONALITY

    Valid values include the following:

    • FINNISH
    • NOT_FINNISH
  • FI_ORGANIZATION_TYPE

    Valid values include the following:

    • COMPANY
    • CORPORATION
    • GOVERNMENT
    • INSTITUTION
    • POLITICAL_PARTY
    • PUBLIC_COMMUNITY
    • TOWNSHIP
.fr
- BIRTH_CITY
  • BIRTH_COUNTRY
  • BIRTH_DATE_IN_YYYY_MM_DD
  • BIRTH_DEPARTMENT: Specify the INSEE code that corresponds with the department where the contact was born. If the contact was born somewhere other than France or its overseas departments, specify 99. For more information, including a list of departments and the corresponding INSEE numbers, see the Wikipedia entry Departments of France.
  • BRAND_NUMBER
.it
- IT_NATIONALITY
  • IT_PIN
  • IT_REGISTRANT_ENTITY_TYPE

    Valid values include the following:

    • FOREIGNERS
    • FREELANCE_WORKERS (Freelance workers and professionals)
    • ITALIAN_COMPANIES (Italian companies and one-person companies)
    • NON_PROFIT_ORGANIZATIONS
    • OTHER_SUBJECTS
    • PUBLIC_ORGANIZATIONS
.ru
- BIRTH_DATE_IN_YYYY_MM_DD
  • RU_PASSPORT_DATA
.se
- BIRTH_COUNTRY
  • SE_ID_NUMBER
.sg
- SG_ID_NUMBER
.uk, .co.uk, .me.uk, and .org.uk
- UK_CONTACT_TYPE

Valid values include the following:

  • CRC (UK Corporation by Royal Charter)
  • FCORP (Non-UK Corporation)
  • FIND (Non-UK Individual, representing self)
  • FOTHER (Non-UK Entity that does not fit into any other category)
  • GOV (UK Government Body)
  • IND (UK Individual (representing self))
  • IP (UK Industrial/Provident Registered Company)
  • LLP (UK Limited Liability Partnership)
  • LTD (UK Limited Company)
  • OTHER (UK Entity that does not fit into any other category)
  • PLC (UK Public Limited Company)
  • PTNR (UK Partnership)
  • RCHAR (UK Registered Charity)
  • SCH (UK School)
  • STAT (UK Statutory Body)
  • STRA (UK Sole Trader)
  • UK_COMPANY_NUMBER

In addition, many TLDs require a VAT_NUMBER.

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

FilterCondition

data FilterCondition Source #

Information for the filtering of a list of domains returned by ListDomains.

See: newFilterCondition smart constructor.

Instances

Instances details
ToJSON FilterCondition Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.FilterCondition

Generic FilterCondition Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.FilterCondition

Associated Types

type Rep FilterCondition :: Type -> Type #

Read FilterCondition Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.FilterCondition

Show FilterCondition Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.FilterCondition

NFData FilterCondition Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.FilterCondition

Methods

rnf :: FilterCondition -> () #

Eq FilterCondition Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.FilterCondition

Hashable FilterCondition Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.FilterCondition

type Rep FilterCondition Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.FilterCondition

type Rep FilterCondition = D1 ('MetaData "FilterCondition" "Amazonka.Route53Domains.Types.FilterCondition" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "FilterCondition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ListDomainsAttributeName) :*: (S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Operator) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)))))

newFilterCondition Source #

Create a value of FilterCondition 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:FilterCondition', filterCondition_name - Name of the field which should be used for filtering the list of domains.

$sel:operator:FilterCondition', filterCondition_operator - The operator values for filtering domain names. The values can be:

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

$sel:values:FilterCondition', filterCondition_values - An array of strings presenting values to compare. Only 1 item in the list is currently supported.

Nameserver

data Nameserver Source #

Name server includes the following elements.

See: newNameserver smart constructor.

Constructors

Nameserver' (Maybe [Text]) Text 

Instances

Instances details
FromJSON Nameserver Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Nameserver

ToJSON 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 #

Read Nameserver Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Nameserver

Show Nameserver Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Nameserver

NFData Nameserver Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Nameserver

Methods

rnf :: Nameserver -> () #

Eq Nameserver Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Nameserver

Hashable 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" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" '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
FromJSON 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 #

Read OperationSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationSummary

Show OperationSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationSummary

NFData OperationSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationSummary

Methods

rnf :: OperationSummary -> () #

Eq OperationSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationSummary

Hashable OperationSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationSummary

type Rep OperationSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationSummary

newOperationSummary :: OperationSummary 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:domainName:OperationSummary', operationSummary_domainName - Name of the domain.

$sel:lastUpdatedDate:OperationSummary', operationSummary_lastUpdatedDate - The date when the last change was made in Unix time format and Coordinated Universal Time (UTC).

$sel:message:OperationSummary', operationSummary_message - Message about the operation.

$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:statusFlag:OperationSummary', operationSummary_statusFlag - Automatically checks whether there are no outstanding operations on domains that need customer attention.

Valid values are:

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

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

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

PriceWithCurrency

data PriceWithCurrency Source #

Currency-specific price information.

See: newPriceWithCurrency smart constructor.

Instances

Instances details
FromJSON PriceWithCurrency Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.PriceWithCurrency

Generic PriceWithCurrency Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.PriceWithCurrency

Associated Types

type Rep PriceWithCurrency :: Type -> Type #

Read PriceWithCurrency Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.PriceWithCurrency

Show PriceWithCurrency Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.PriceWithCurrency

NFData PriceWithCurrency Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.PriceWithCurrency

Methods

rnf :: PriceWithCurrency -> () #

Eq PriceWithCurrency Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.PriceWithCurrency

Hashable PriceWithCurrency Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.PriceWithCurrency

type Rep PriceWithCurrency Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.PriceWithCurrency

type Rep PriceWithCurrency = D1 ('MetaData "PriceWithCurrency" "Amazonka.Route53Domains.Types.PriceWithCurrency" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "PriceWithCurrency'" 'PrefixI 'True) (S1 ('MetaSel ('Just "price") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double) :*: S1 ('MetaSel ('Just "currency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newPriceWithCurrency Source #

Create a value of PriceWithCurrency 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:price:PriceWithCurrency', priceWithCurrency_price - The price of a domain, in a specific currency.

$sel:currency:PriceWithCurrency', priceWithCurrency_currency - The currency specifier.

SortCondition

data SortCondition Source #

Information for sorting a list of domains.

See: newSortCondition smart constructor.

Instances

Instances details
ToJSON SortCondition Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.SortCondition

Generic SortCondition Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.SortCondition

Associated Types

type Rep SortCondition :: Type -> Type #

Read SortCondition Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.SortCondition

Show SortCondition Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.SortCondition

NFData SortCondition Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.SortCondition

Methods

rnf :: SortCondition -> () #

Eq SortCondition Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.SortCondition

Hashable SortCondition Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.SortCondition

type Rep SortCondition Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.SortCondition

type Rep SortCondition = D1 ('MetaData "SortCondition" "Amazonka.Route53Domains.Types.SortCondition" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "SortCondition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ListDomainsAttributeName) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SortOrder)))

newSortCondition Source #

Create a value of SortCondition 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:SortCondition', sortCondition_name - Field to be used for sorting the list of domains. It can be either the name or the expiration for a domain. Note that if filterCondition is used in the same ListDomains call, the field used for sorting has to be the same as the field used for filtering.

$sel:sortOrder:SortCondition', sortCondition_sortOrder - The sort order for a list of domains. Either ascending (ASC) or descending (DES).

Tag

data Tag Source #

Each tag includes the following elements.

See: newTag smart constructor.

Constructors

Tag' (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON Tag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Tag

ToJSON Tag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Tag

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 #

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 #

NFData Tag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Tag

Methods

rnf :: Tag -> () #

Eq Tag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Tag

Methods

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

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

Hashable Tag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

type Rep Tag Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.Route53Domains.Types.Tag" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") '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: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.

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