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 |
Amazonka.Route53Domains.PushDomain
Description
Moves a domain from Amazon Web Services to another registrar.
Supported actions:
- Changes the IPS tags of a .uk domain, and pushes it to transit. Transit means that the domain is ready to be transferred to another registrar.
Synopsis
- data PushDomain = PushDomain' {
- domainName :: Text
- target :: Text
- newPushDomain :: Text -> Text -> PushDomain
- pushDomain_domainName :: Lens' PushDomain Text
- pushDomain_target :: Lens' PushDomain Text
- data PushDomainResponse = PushDomainResponse' {
- newPushDomainResponse :: PushDomainResponse
Creating a Request
data PushDomain Source #
See: newPushDomain
smart constructor.
Constructors
PushDomain' | |
Fields
|
Instances
Arguments
:: Text | |
-> Text | |
-> PushDomain |
Create a value of PushDomain
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:
PushDomain
, pushDomain_domainName
- Name of the domain.
$sel:target:PushDomain'
, pushDomain_target
- New IPS tag for the domain.
Request Lenses
pushDomain_domainName :: Lens' PushDomain Text Source #
Name of the domain.
pushDomain_target :: Lens' PushDomain Text Source #
New IPS tag for the domain.
Destructuring the Response
data PushDomainResponse Source #
See: newPushDomainResponse
smart constructor.
Constructors
PushDomainResponse' | |
Instances
newPushDomainResponse :: PushDomainResponse Source #
Create a value of PushDomainResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.