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 |
Amazonka.Route53.EnableHostedZoneDNSSEC
Description
Enables DNSSEC signing in a specific hosted zone.
Synopsis
- data EnableHostedZoneDNSSEC = EnableHostedZoneDNSSEC' {}
- newEnableHostedZoneDNSSEC :: ResourceId -> EnableHostedZoneDNSSEC
- enableHostedZoneDNSSEC_hostedZoneId :: Lens' EnableHostedZoneDNSSEC ResourceId
- data EnableHostedZoneDNSSECResponse = EnableHostedZoneDNSSECResponse' {}
- newEnableHostedZoneDNSSECResponse :: Int -> ChangeInfo -> EnableHostedZoneDNSSECResponse
- enableHostedZoneDNSSECResponse_httpStatus :: Lens' EnableHostedZoneDNSSECResponse Int
- enableHostedZoneDNSSECResponse_changeInfo :: Lens' EnableHostedZoneDNSSECResponse ChangeInfo
Creating a Request
data EnableHostedZoneDNSSEC Source #
See: newEnableHostedZoneDNSSEC
smart constructor.
Constructors
EnableHostedZoneDNSSEC' | |
Fields
|
Instances
newEnableHostedZoneDNSSEC Source #
Create a value of EnableHostedZoneDNSSEC
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:hostedZoneId:EnableHostedZoneDNSSEC'
, enableHostedZoneDNSSEC_hostedZoneId
- A unique string used to identify a hosted zone.
Request Lenses
enableHostedZoneDNSSEC_hostedZoneId :: Lens' EnableHostedZoneDNSSEC ResourceId Source #
A unique string used to identify a hosted zone.
Destructuring the Response
data EnableHostedZoneDNSSECResponse Source #
See: newEnableHostedZoneDNSSECResponse
smart constructor.
Constructors
EnableHostedZoneDNSSECResponse' | |
Fields
|
Instances
newEnableHostedZoneDNSSECResponse Source #
Arguments
:: Int | |
-> ChangeInfo | |
-> EnableHostedZoneDNSSECResponse |
Create a value of EnableHostedZoneDNSSECResponse
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:EnableHostedZoneDNSSECResponse'
, enableHostedZoneDNSSECResponse_httpStatus
- The response's http status code.
$sel:changeInfo:EnableHostedZoneDNSSECResponse'
, enableHostedZoneDNSSECResponse_changeInfo
- Undocumented member.
Response Lenses
enableHostedZoneDNSSECResponse_httpStatus :: Lens' EnableHostedZoneDNSSECResponse Int Source #
The response's http status code.
enableHostedZoneDNSSECResponse_changeInfo :: Lens' EnableHostedZoneDNSSECResponse ChangeInfo Source #
Undocumented member.