libZSservicesZSamazonka-route53resolverZSamazonka-route53resolver
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.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
Eq GetFirewallDomainList Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

Read GetFirewallDomainList Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

Show GetFirewallDomainList Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

Generic GetFirewallDomainList Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

Associated Types

type Rep GetFirewallDomainList :: Type -> Type #

NFData GetFirewallDomainList Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

Methods

rnf :: GetFirewallDomainList -> () #

Hashable GetFirewallDomainList Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

ToJSON GetFirewallDomainList Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

AWSRequest GetFirewallDomainList Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

Associated Types

type AWSResponse 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

type Rep GetFirewallDomainList Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

type Rep GetFirewallDomainList = D1 ('MetaData "GetFirewallDomainList" "Amazonka.Route53Resolver.GetFirewallDomainList" "libZSservicesZSamazonka-route53resolverZSamazonka-route53resolver" 'False) (C1 ('MetaCons "GetFirewallDomainList'" 'PrefixI 'True) (S1 ('MetaSel ('Just "firewallDomainListId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetFirewallDomainList Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

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:

$sel:firewallDomainListId: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
Eq GetFirewallDomainListResponse Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

Read GetFirewallDomainListResponse Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

Show GetFirewallDomainListResponse Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

Generic GetFirewallDomainListResponse Source # 
Instance details

Defined in Amazonka.Route53Resolver.GetFirewallDomainList

Associated Types

type Rep GetFirewallDomainListResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-route53resolverZSamazonka-route53resolver" '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