Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.Route53Domains.DisableDomainTransferLock
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.
- disableDomainTransferLock :: Text -> DisableDomainTransferLock
- data DisableDomainTransferLock
- ddtlDomainName :: Lens' DisableDomainTransferLock Text
- disableDomainTransferLockResponse :: Int -> Text -> DisableDomainTransferLockResponse
- data DisableDomainTransferLockResponse
- ddtlrsResponseStatus :: Lens' DisableDomainTransferLockResponse Int
- ddtlrsOperationId :: Lens' DisableDomainTransferLockResponse Text
Creating a Request
Arguments
:: Text | |
-> 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
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
Response Lenses
ddtlrsResponseStatus :: Lens' DisableDomainTransferLockResponse Int #
- - | The response status code.
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.