| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.Route53Domains.DisableDomainAutoRenew
Description
This operation disables automatic renewal of domain registration for the specified domain.
Synopsis
- disableDomainAutoRenew :: Text -> DisableDomainAutoRenew
- data DisableDomainAutoRenew
- ddarDomainName :: Lens' DisableDomainAutoRenew Text
- disableDomainAutoRenewResponse :: Int -> DisableDomainAutoRenewResponse
- data DisableDomainAutoRenewResponse
- ddarrsResponseStatus :: Lens' DisableDomainAutoRenewResponse Int
Creating a Request
disableDomainAutoRenew Source #
Arguments
| :: Text | |
| -> DisableDomainAutoRenew |
Creates a value of DisableDomainAutoRenew with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ddarDomainName- The name of the domain that you want to disable automatic renewal for.
data DisableDomainAutoRenew Source #
See: disableDomainAutoRenew smart constructor.
Instances
Request Lenses
ddarDomainName :: Lens' DisableDomainAutoRenew Text Source #
The name of the domain that you want to disable automatic renewal for.
Destructuring the Response
disableDomainAutoRenewResponse Source #
Arguments
| :: Int | |
| -> DisableDomainAutoRenewResponse |
Creates a value of DisableDomainAutoRenewResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ddarrsResponseStatus- -- | The response status code.
data DisableDomainAutoRenewResponse Source #
See: disableDomainAutoRenewResponse smart constructor.
Instances
Response Lenses
ddarrsResponseStatus :: Lens' DisableDomainAutoRenewResponse Int Source #
- - | The response status code.