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

Copyright(c) 2013-2015 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.

See: AWS API Reference for DisableDomainTransferLock.

Synopsis

Creating a Request

disableDomainTransferLock Source

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:

Request Lenses

ddtlDomainName :: Lens' DisableDomainTransferLock Text Source

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 Source

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:

Response Lenses

ddtlrsOperationId :: Lens' DisableDomainTransferLockResponse Text Source

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.