| 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.Route53.GetDNSSEC
Description
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.
Constructors
| GetDNSSEC' | |
Fields
| |
Instances
Arguments
| :: ResourceId | |
| -> GetDNSSEC |
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:
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.
Constructors
| GetDNSSECResponse' | |
Fields
| |
Instances
Arguments
| :: 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.
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.