amazonka-route53resolver-2.0: Amazon Route 53 Resolver SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Route53Resolver.GetFirewallDomainList

Description

Retrieves the specified firewall domain list.

Synopsis

Creating a Request

data GetFirewallDomainList Source #

See: newGetFirewallDomainList smart constructor.

Constructors

GetFirewallDomainList' 

Fields

Instances

Instances details
ToJSON GetFirewallDomainList Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

ToHeaders GetFirewallDomainList Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

ToPath GetFirewallDomainList Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

ToQuery GetFirewallDomainList Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

AWSRequest GetFirewallDomainList Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

Associated Types

type AWSResponse GetFirewallDomainList #

Generic GetFirewallDomainList Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

Associated Types

type Rep GetFirewallDomainList :: Type -> Type #

Read GetFirewallDomainList Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

Show GetFirewallDomainList Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

NFData GetFirewallDomainList Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

Methods

rnf :: GetFirewallDomainList -> () #

Eq GetFirewallDomainList Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

Hashable GetFirewallDomainList Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

type AWSResponse GetFirewallDomainList Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

type Rep GetFirewallDomainList Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

type Rep GetFirewallDomainList = D1 ('MetaData "GetFirewallDomainList" "Amazonka.Route53Resolver.GetFirewallDomainList" "amazonka-route53resolver-2.0-GFukx1WIgCPEXMh1BiYlp6" 'False) (C1 ('MetaCons "GetFirewallDomainList'" 'PrefixI 'True) (S1 ('MetaSel ('Just "firewallDomainListId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetFirewallDomainList Source #

Create a value of GetFirewallDomainList 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:

GetFirewallDomainList, getFirewallDomainList_firewallDomainListId - The ID of the domain list.

Request Lenses

Destructuring the Response

data GetFirewallDomainListResponse Source #

See: newGetFirewallDomainListResponse smart constructor.

Constructors

GetFirewallDomainListResponse' 

Fields

Instances

Instances details
Generic GetFirewallDomainListResponse Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

Associated Types

type Rep GetFirewallDomainListResponse :: Type -> Type #

Read GetFirewallDomainListResponse Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

Show GetFirewallDomainListResponse Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

NFData GetFirewallDomainListResponse Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

Eq GetFirewallDomainListResponse Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

type Rep GetFirewallDomainListResponse Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

type Rep GetFirewallDomainListResponse = D1 ('MetaData "GetFirewallDomainListResponse" "Amazonka.Route53Resolver.GetFirewallDomainList" "amazonka-route53resolver-2.0-GFukx1WIgCPEXMh1BiYlp6" 'False) (C1 ('MetaCons "GetFirewallDomainListResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "firewallDomainList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FirewallDomainList)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetFirewallDomainListResponse Source #

Create a value of GetFirewallDomainListResponse 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:firewallDomainList:GetFirewallDomainListResponse', getFirewallDomainListResponse_firewallDomainList - The domain list that you requested.

$sel:httpStatus:GetFirewallDomainListResponse', getFirewallDomainListResponse_httpStatus - The response's http status code.

Response Lenses