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 |
Returns information about DNSSEC for a specific hosted zone, including the key-signing keys (KSKs) in the hosted zone.
Synopsis
- data GetDNSSEC = GetDNSSEC' {}
- newGetDNSSEC :: ResourceId -> GetDNSSEC
- getDNSSEC_hostedZoneId :: Lens' GetDNSSEC ResourceId
- data GetDNSSECResponse = GetDNSSECResponse' {}
- newGetDNSSECResponse :: Int -> DNSSECStatus -> GetDNSSECResponse
- getDNSSECResponse_httpStatus :: Lens' GetDNSSECResponse Int
- getDNSSECResponse_status :: Lens' GetDNSSECResponse DNSSECStatus
- getDNSSECResponse_keySigningKeys :: Lens' GetDNSSECResponse [KeySigningKey]
Creating a Request
See: newGetDNSSEC
smart constructor.
GetDNSSEC' | |
|
Instances
Create a value of GetDNSSEC
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:GetDNSSEC'
, getDNSSEC_hostedZoneId
- A unique string used to identify a hosted zone.
Request Lenses
getDNSSEC_hostedZoneId :: Lens' GetDNSSEC ResourceId Source #
A unique string used to identify a hosted zone.
Destructuring the Response
data GetDNSSECResponse Source #
See: newGetDNSSECResponse
smart constructor.
GetDNSSECResponse' | |
|
Instances
:: Int | |
-> DNSSECStatus | |
-> GetDNSSECResponse |
Create a value of GetDNSSECResponse
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:GetDNSSECResponse'
, getDNSSECResponse_httpStatus
- The response's http status code.
$sel:status:GetDNSSECResponse'
, getDNSSECResponse_status
- A string repesenting the status of DNSSEC.
$sel:keySigningKeys:GetDNSSECResponse'
, getDNSSECResponse_keySigningKeys
- The key-signing keys (KSKs) in your account.
Response Lenses
getDNSSECResponse_httpStatus :: Lens' GetDNSSECResponse Int Source #
The response's http status code.
getDNSSECResponse_status :: Lens' GetDNSSECResponse DNSSECStatus Source #
A string repesenting the status of DNSSEC.
getDNSSECResponse_keySigningKeys :: Lens' GetDNSSECResponse [KeySigningKey] Source #
The key-signing keys (KSKs) in your account.