libZSservicesZSamazonka-route53ZSamazonka-route53
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Route53.GetDNSSEC

Description

Returns information about DNSSEC for a specific hosted zone, including the key-signing keys (KSKs) in the hosted zone.

Synopsis

Creating a Request

data GetDNSSEC Source #

See: newGetDNSSEC smart constructor.

Constructors

GetDNSSEC' 

Fields

Instances

Instances details
Eq GetDNSSEC Source # 
Instance details

Defined in Amazonka.Route53.GetDNSSEC

Read GetDNSSEC Source # 
Instance details

Defined in Amazonka.Route53.GetDNSSEC

Show GetDNSSEC Source # 
Instance details

Defined in Amazonka.Route53.GetDNSSEC

Generic GetDNSSEC Source # 
Instance details

Defined in Amazonka.Route53.GetDNSSEC

Associated Types

type Rep GetDNSSEC :: Type -> Type #

NFData GetDNSSEC Source # 
Instance details

Defined in Amazonka.Route53.GetDNSSEC

Methods

rnf :: GetDNSSEC -> () #

Hashable GetDNSSEC Source # 
Instance details

Defined in Amazonka.Route53.GetDNSSEC

AWSRequest GetDNSSEC Source # 
Instance details

Defined in Amazonka.Route53.GetDNSSEC

Associated Types

type AWSResponse GetDNSSEC #

ToHeaders GetDNSSEC Source # 
Instance details

Defined in Amazonka.Route53.GetDNSSEC

Methods

toHeaders :: GetDNSSEC -> [Header] #

ToPath GetDNSSEC Source # 
Instance details

Defined in Amazonka.Route53.GetDNSSEC

ToQuery GetDNSSEC Source # 
Instance details

Defined in Amazonka.Route53.GetDNSSEC

type Rep GetDNSSEC Source # 
Instance details

Defined in Amazonka.Route53.GetDNSSEC

type Rep GetDNSSEC = D1 ('MetaData "GetDNSSEC" "Amazonka.Route53.GetDNSSEC" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "GetDNSSEC'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hostedZoneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceId)))
type AWSResponse GetDNSSEC Source # 
Instance details

Defined in Amazonka.Route53.GetDNSSEC

newGetDNSSEC Source #

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.

Constructors

GetDNSSECResponse' 

Fields

Instances

Instances details
Eq GetDNSSECResponse Source # 
Instance details

Defined in Amazonka.Route53.GetDNSSEC

Read GetDNSSECResponse Source # 
Instance details

Defined in Amazonka.Route53.GetDNSSEC

Show GetDNSSECResponse Source # 
Instance details

Defined in Amazonka.Route53.GetDNSSEC

Generic GetDNSSECResponse Source # 
Instance details

Defined in Amazonka.Route53.GetDNSSEC

Associated Types

type Rep GetDNSSECResponse :: Type -> Type #

NFData GetDNSSECResponse Source # 
Instance details

Defined in Amazonka.Route53.GetDNSSEC

Methods

rnf :: GetDNSSECResponse -> () #

type Rep GetDNSSECResponse Source # 
Instance details

Defined in Amazonka.Route53.GetDNSSEC

type Rep GetDNSSECResponse = D1 ('MetaData "GetDNSSECResponse" "Amazonka.Route53.GetDNSSEC" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "GetDNSSECResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DNSSECStatus) :*: S1 ('MetaSel ('Just "keySigningKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [KeySigningKey]))))

newGetDNSSECResponse Source #

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.