Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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
- data DisableDomainTransferLock = DisableDomainTransferLock' {
- domainName :: Text
- newDisableDomainTransferLock :: Text -> DisableDomainTransferLock
- disableDomainTransferLock_domainName :: Lens' DisableDomainTransferLock Text
- data DisableDomainTransferLockResponse = DisableDomainTransferLockResponse' {
- operationId :: Maybe Text
- httpStatus :: Int
- newDisableDomainTransferLockResponse :: Int -> DisableDomainTransferLockResponse
- disableDomainTransferLockResponse_operationId :: Lens' DisableDomainTransferLockResponse (Maybe Text)
- disableDomainTransferLockResponse_httpStatus :: Lens' DisableDomainTransferLockResponse Int
Creating a Request
data DisableDomainTransferLock Source #
The DisableDomainTransferLock request includes the following element.
See: newDisableDomainTransferLock
smart constructor.
DisableDomainTransferLock' | |
|
Instances
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.
Request Lenses
disableDomainTransferLock_domainName :: Lens' DisableDomainTransferLock Text Source #
The name of the domain that you want to remove the transfer lock for.
Destructuring the Response
data DisableDomainTransferLockResponse Source #
The DisableDomainTransferLock response includes the following element.
See: newDisableDomainTransferLockResponse
smart constructor.
DisableDomainTransferLockResponse' | |
|
Instances
Generic DisableDomainTransferLockResponse Source # | |
Read DisableDomainTransferLockResponse Source # | |
Show DisableDomainTransferLockResponse Source # | |
NFData DisableDomainTransferLockResponse Source # | |
Defined in Amazonka.Route53Domains.DisableDomainTransferLock rnf :: DisableDomainTransferLockResponse -> () # | |
Eq DisableDomainTransferLockResponse Source # | |
type Rep DisableDomainTransferLockResponse Source # | |
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.
Response Lenses
disableDomainTransferLockResponse_operationId :: Lens' DisableDomainTransferLockResponse (Maybe Text) Source #
Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.
disableDomainTransferLockResponse_httpStatus :: Lens' DisableDomainTransferLockResponse Int Source #
The response's http status code.