amazonka-route53-domains-1.6.1: Amazon Route 53 Domains SDK.

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

Network.AWS.Route53Domains.TransferDomain

Contents

Description

This operation transfers a domain from another registrar to Amazon Route 53. When the transfer is complete, the domain is registered either with Amazon Registrar (for .com, .net, and .org domains) or with our registrar associate, Gandi (for all other TLDs).

For transfer requirements, a detailed procedure, and information about viewing the status of a domain transfer, see Transferring Registration for a Domain to Amazon Route 53 in the Amazon Route 53 Developer Guide .

If the registrar for your domain is also the DNS service provider for the domain, we highly recommend that you consider transferring your DNS service to Amazon Route 53 or to another DNS service provider before you transfer your registration. Some registrars provide free DNS service when you purchase a domain registration. When you transfer the registration, the previous registrar will not renew your domain registration and could end your DNS service at any time.

Important: If the registrar for your domain is also the DNS service provider for the domain and you don't transfer DNS service to another provider, your website, email, and the web applications associated with the domain might become unavailable.

If the transfer is successful, this method returns an operation ID that you can use to track the progress and completion of the action. If the transfer doesn't complete successfully, the domain registrant will be notified by email.

Synopsis

Creating a Request

transferDomain Source #

Creates a value of TransferDomain with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • tdPrivacyProtectTechContact - Whether you want to conceal contact information from WHOIS queries. If you specify true , WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify false , WHOIS queries return the information that you entered for the technical contact. Default: true
  • tdPrivacyProtectRegistrantContact - Whether you want to conceal contact information from WHOIS queries. If you specify true , WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify false , WHOIS queries return the information that you entered for the registrant contact (domain owner). Default: true
  • tdAutoRenew - Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged. Default: true
  • tdPrivacyProtectAdminContact - Whether you want to conceal contact information from WHOIS queries. If you specify true , WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify false , WHOIS queries return the information that you entered for the admin contact. Default: true
  • tdIdNLangCode - Reserved for future use.
  • tdAuthCode - The authorization code for the domain. You get this value from the current registrar.
  • tdNameservers - Contains details for the host and glue IP addresses.
  • tdDomainName - The name of the domain that you want to transfer to Amazon Route 53. Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
  • tdDurationInYears - 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
  • tdAdminContact - Provides detailed contact information.
  • tdRegistrantContact - Provides detailed contact information.
  • tdTechContact - Provides detailed contact information.

data TransferDomain Source #

The TransferDomain request includes the following elements.

See: transferDomain smart constructor.

Instances
Eq TransferDomain Source # 
Instance details

Defined in Network.AWS.Route53Domains.TransferDomain

Data TransferDomain Source # 
Instance details

Defined in Network.AWS.Route53Domains.TransferDomain

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TransferDomain -> c TransferDomain #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TransferDomain #

toConstr :: TransferDomain -> Constr #

dataTypeOf :: TransferDomain -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TransferDomain) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TransferDomain) #

gmapT :: (forall b. Data b => b -> b) -> TransferDomain -> TransferDomain #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TransferDomain -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TransferDomain -> r #

gmapQ :: (forall d. Data d => d -> u) -> TransferDomain -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TransferDomain -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TransferDomain -> m TransferDomain #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TransferDomain -> m TransferDomain #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TransferDomain -> m TransferDomain #

Show TransferDomain Source # 
Instance details

Defined in Network.AWS.Route53Domains.TransferDomain

Generic TransferDomain Source # 
Instance details

Defined in Network.AWS.Route53Domains.TransferDomain

Associated Types

type Rep TransferDomain :: Type -> Type #

Hashable TransferDomain Source # 
Instance details

Defined in Network.AWS.Route53Domains.TransferDomain

ToJSON TransferDomain Source # 
Instance details

Defined in Network.AWS.Route53Domains.TransferDomain

AWSRequest TransferDomain Source # 
Instance details

Defined in Network.AWS.Route53Domains.TransferDomain

Associated Types

type Rs TransferDomain :: Type #

ToHeaders TransferDomain Source # 
Instance details

Defined in Network.AWS.Route53Domains.TransferDomain

ToPath TransferDomain Source # 
Instance details

Defined in Network.AWS.Route53Domains.TransferDomain

ToQuery TransferDomain Source # 
Instance details

Defined in Network.AWS.Route53Domains.TransferDomain

NFData TransferDomain Source # 
Instance details

Defined in Network.AWS.Route53Domains.TransferDomain

Methods

rnf :: TransferDomain -> () #

type Rep TransferDomain Source # 
Instance details

Defined in Network.AWS.Route53Domains.TransferDomain

type Rep TransferDomain = D1 (MetaData "TransferDomain" "Network.AWS.Route53Domains.TransferDomain" "amazonka-route53-domains-1.6.1-1AoNz7bHDzI3lZpMthxnFZ" False) (C1 (MetaCons "TransferDomain'" PrefixI True) (((S1 (MetaSel (Just "_tdPrivacyProtectTechContact") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 (MetaSel (Just "_tdPrivacyProtectRegistrantContact") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_tdAutoRenew") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 (MetaSel (Just "_tdPrivacyProtectAdminContact") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 (MetaSel (Just "_tdIdNLangCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_tdAuthCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))) :*: ((S1 (MetaSel (Just "_tdNameservers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Nameserver])) :*: (S1 (MetaSel (Just "_tdDomainName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_tdDurationInYears") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Nat))) :*: (S1 (MetaSel (Just "_tdAdminContact") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Sensitive ContactDetail)) :*: (S1 (MetaSel (Just "_tdRegistrantContact") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Sensitive ContactDetail)) :*: S1 (MetaSel (Just "_tdTechContact") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Sensitive ContactDetail)))))))
type Rs TransferDomain Source # 
Instance details

Defined in Network.AWS.Route53Domains.TransferDomain

Request Lenses

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

Whether you want to conceal contact information from WHOIS queries. If you specify true , WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify false , WHOIS queries return the information that you entered for the technical contact. Default: true

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

Whether you want to conceal contact information from WHOIS queries. If you specify true , WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify false , WHOIS queries return the information that you entered for the registrant contact (domain owner). Default: true

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

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

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

Whether you want to conceal contact information from WHOIS queries. If you specify true , WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify false , WHOIS queries return the information that you entered for the admin contact. Default: true

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

Reserved for future use.

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

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

tdNameservers :: Lens' TransferDomain [Nameserver] Source #

Contains details for the host and glue IP addresses.

tdDomainName :: Lens' TransferDomain Text Source #

The name of the domain that you want to transfer to Amazon Route 53. Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.

tdDurationInYears :: Lens' TransferDomain Natural Source #

The number of years that you want to register the domain for. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain. Default: 1

tdAdminContact :: Lens' TransferDomain ContactDetail Source #

Provides detailed contact information.

tdRegistrantContact :: Lens' TransferDomain ContactDetail Source #

Provides detailed contact information.

tdTechContact :: Lens' TransferDomain ContactDetail Source #

Provides detailed contact information.

Destructuring the Response

transferDomainResponse Source #

Creates a value of TransferDomainResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • tdrsResponseStatus - -- | The response status code.
  • tdrsOperationId - Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail .

data TransferDomainResponse Source #

The TranserDomain response includes the following element.

See: transferDomainResponse smart constructor.

Instances
Eq TransferDomainResponse Source # 
Instance details

Defined in Network.AWS.Route53Domains.TransferDomain

Data TransferDomainResponse Source # 
Instance details

Defined in Network.AWS.Route53Domains.TransferDomain

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TransferDomainResponse -> c TransferDomainResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TransferDomainResponse #

toConstr :: TransferDomainResponse -> Constr #

dataTypeOf :: TransferDomainResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TransferDomainResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TransferDomainResponse) #

gmapT :: (forall b. Data b => b -> b) -> TransferDomainResponse -> TransferDomainResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TransferDomainResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TransferDomainResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> TransferDomainResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TransferDomainResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TransferDomainResponse -> m TransferDomainResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TransferDomainResponse -> m TransferDomainResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TransferDomainResponse -> m TransferDomainResponse #

Read TransferDomainResponse Source # 
Instance details

Defined in Network.AWS.Route53Domains.TransferDomain

Show TransferDomainResponse Source # 
Instance details

Defined in Network.AWS.Route53Domains.TransferDomain

Generic TransferDomainResponse Source # 
Instance details

Defined in Network.AWS.Route53Domains.TransferDomain

Associated Types

type Rep TransferDomainResponse :: Type -> Type #

NFData TransferDomainResponse Source # 
Instance details

Defined in Network.AWS.Route53Domains.TransferDomain

Methods

rnf :: TransferDomainResponse -> () #

type Rep TransferDomainResponse Source # 
Instance details

Defined in Network.AWS.Route53Domains.TransferDomain

type Rep TransferDomainResponse = D1 (MetaData "TransferDomainResponse" "Network.AWS.Route53Domains.TransferDomain" "amazonka-route53-domains-1.6.1-1AoNz7bHDzI3lZpMthxnFZ" False) (C1 (MetaCons "TransferDomainResponse'" PrefixI True) (S1 (MetaSel (Just "_tdrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_tdrsOperationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))

Response Lenses

tdrsResponseStatus :: Lens' TransferDomainResponse Int Source #

  • - | The response status code.

tdrsOperationId :: Lens' TransferDomainResponse Text Source #

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