Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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' {
- httpStatus :: Int
- operationId :: Text
- newDisableDomainTransferLockResponse :: Int -> Text -> DisableDomainTransferLockResponse
- disableDomainTransferLockResponse_httpStatus :: Lens' DisableDomainTransferLockResponse Int
- disableDomainTransferLockResponse_operationId :: Lens' DisableDomainTransferLockResponse Text
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:
$sel:domainName: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
Eq DisableDomainTransferLockResponse Source # | |
Read DisableDomainTransferLockResponse Source # | |
Show DisableDomainTransferLockResponse Source # | |
Generic DisableDomainTransferLockResponse Source # | |
NFData DisableDomainTransferLockResponse Source # | |
Defined in Amazonka.Route53Domains.DisableDomainTransferLock rnf :: DisableDomainTransferLockResponse -> () # | |
type Rep DisableDomainTransferLockResponse Source # | |
Defined in Amazonka.Route53Domains.DisableDomainTransferLock type Rep DisableDomainTransferLockResponse = D1 ('MetaData "DisableDomainTransferLockResponse" "Amazonka.Route53Domains.DisableDomainTransferLock" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "DisableDomainTransferLockResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
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:
$sel:httpStatus:DisableDomainTransferLockResponse'
, disableDomainTransferLockResponse_httpStatus
- The response's http status code.
$sel:operationId:DisableDomainTransferLockResponse'
, disableDomainTransferLockResponse_operationId
- Identifier for tracking the progress of the request. To query the
operation status, use
GetOperationDetail.
Response Lenses
disableDomainTransferLockResponse_httpStatus :: Lens' DisableDomainTransferLockResponse Int Source #
The response's http status code.
disableDomainTransferLockResponse_operationId :: Lens' DisableDomainTransferLockResponse Text Source #
Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.