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

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

Network.AWS.Route53Domains.DisableDomainTransferLock

Contents

Description

This operation removes the transfer lock on the domain (specifically the clientTransferProhibited status) to allow domain transfers. We recommend you refrain from performing this action unless you intend to transfer the domain to a different registrar. Successful submission 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.

Synopsis

Creating a Request

disableDomainTransferLock #

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

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

  • ddtlDomainName - The name of a domain. Type: String Default: None 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. Required: Yes

data DisableDomainTransferLock #

The DisableDomainTransferLock request includes the following element.

See: disableDomainTransferLock smart constructor.

Instances

Eq DisableDomainTransferLock # 
Data DisableDomainTransferLock # 

Methods

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

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

toConstr :: DisableDomainTransferLock -> Constr #

dataTypeOf :: DisableDomainTransferLock -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DisableDomainTransferLock # 
Show DisableDomainTransferLock # 
Generic DisableDomainTransferLock # 
Hashable DisableDomainTransferLock # 
ToJSON DisableDomainTransferLock # 
NFData DisableDomainTransferLock # 
AWSRequest DisableDomainTransferLock # 
ToQuery DisableDomainTransferLock # 
ToPath DisableDomainTransferLock # 
ToHeaders DisableDomainTransferLock # 
type Rep DisableDomainTransferLock # 
type Rep DisableDomainTransferLock = D1 (MetaData "DisableDomainTransferLock" "Network.AWS.Route53Domains.DisableDomainTransferLock" "amazonka-route53-domains-1.4.5-6DkjyS06xBH5RIxQNY8K9j" True) (C1 (MetaCons "DisableDomainTransferLock'" PrefixI True) (S1 (MetaSel (Just Symbol "_ddtlDomainName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DisableDomainTransferLock # 

Request Lenses

ddtlDomainName :: Lens' DisableDomainTransferLock Text #

The name of a domain. Type: String Default: None 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. Required: Yes

Destructuring the Response

disableDomainTransferLockResponse #

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

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

  • ddtlrsResponseStatus - -- | The response status code.
  • ddtlrsOperationId - Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String Default: None Constraints: Maximum 255 characters.

data DisableDomainTransferLockResponse #

The DisableDomainTransferLock response includes the following element.

See: disableDomainTransferLockResponse smart constructor.

Instances

Eq DisableDomainTransferLockResponse # 
Data DisableDomainTransferLockResponse # 

Methods

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

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

toConstr :: DisableDomainTransferLockResponse -> Constr #

dataTypeOf :: DisableDomainTransferLockResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DisableDomainTransferLockResponse # 
Show DisableDomainTransferLockResponse # 
Generic DisableDomainTransferLockResponse # 
NFData DisableDomainTransferLockResponse # 
type Rep DisableDomainTransferLockResponse # 
type Rep DisableDomainTransferLockResponse = D1 (MetaData "DisableDomainTransferLockResponse" "Network.AWS.Route53Domains.DisableDomainTransferLock" "amazonka-route53-domains-1.4.5-6DkjyS06xBH5RIxQNY8K9j" False) (C1 (MetaCons "DisableDomainTransferLockResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ddtlrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_ddtlrsOperationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))

Response Lenses

ddtlrsOperationId :: Lens' DisableDomainTransferLockResponse Text #

Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String Default: None Constraints: Maximum 255 characters.