libZSservicesZSamazonka-waf-regionalZSamazonka-waf-regional
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.WAFRegional.ListWebACLs

Description

This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.

For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.

Returns an array of WebACLSummary objects in the response.

Synopsis

Creating a Request

data ListWebACLs Source #

See: newListWebACLs smart constructor.

Constructors

ListWebACLs' 

Fields

  • nextMarker :: Maybe Text

    If you specify a value for Limit and you have more WebACL objects than the number that you specify for Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of WebACL objects. For the second and subsequent ListWebACLs requests, specify the value of NextMarker from the previous response to get information about another batch of WebACL objects.

  • limit :: Maybe Natural

    Specifies the number of WebACL objects that you want AWS WAF to return for this request. If you have more WebACL objects than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of WebACL objects.

Instances

Instances details
Eq ListWebACLs Source # 
Instance details

Defined in Amazonka.WAFRegional.ListWebACLs

Read ListWebACLs Source # 
Instance details

Defined in Amazonka.WAFRegional.ListWebACLs

Show ListWebACLs Source # 
Instance details

Defined in Amazonka.WAFRegional.ListWebACLs

Generic ListWebACLs Source # 
Instance details

Defined in Amazonka.WAFRegional.ListWebACLs

Associated Types

type Rep ListWebACLs :: Type -> Type #

NFData ListWebACLs Source # 
Instance details

Defined in Amazonka.WAFRegional.ListWebACLs

Methods

rnf :: ListWebACLs -> () #

Hashable ListWebACLs Source # 
Instance details

Defined in Amazonka.WAFRegional.ListWebACLs

ToJSON ListWebACLs Source # 
Instance details

Defined in Amazonka.WAFRegional.ListWebACLs

AWSRequest ListWebACLs Source # 
Instance details

Defined in Amazonka.WAFRegional.ListWebACLs

Associated Types

type AWSResponse ListWebACLs #

ToHeaders ListWebACLs Source # 
Instance details

Defined in Amazonka.WAFRegional.ListWebACLs

Methods

toHeaders :: ListWebACLs -> [Header] #

ToPath ListWebACLs Source # 
Instance details

Defined in Amazonka.WAFRegional.ListWebACLs

ToQuery ListWebACLs Source # 
Instance details

Defined in Amazonka.WAFRegional.ListWebACLs

type Rep ListWebACLs Source # 
Instance details

Defined in Amazonka.WAFRegional.ListWebACLs

type Rep ListWebACLs = D1 ('MetaData "ListWebACLs" "Amazonka.WAFRegional.ListWebACLs" "libZSservicesZSamazonka-waf-regionalZSamazonka-waf-regional" 'False) (C1 ('MetaCons "ListWebACLs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextMarker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListWebACLs Source # 
Instance details

Defined in Amazonka.WAFRegional.ListWebACLs

newListWebACLs :: ListWebACLs Source #

Create a value of ListWebACLs 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:nextMarker:ListWebACLs', listWebACLs_nextMarker - If you specify a value for Limit and you have more WebACL objects than the number that you specify for Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of WebACL objects. For the second and subsequent ListWebACLs requests, specify the value of NextMarker from the previous response to get information about another batch of WebACL objects.

$sel:limit:ListWebACLs', listWebACLs_limit - Specifies the number of WebACL objects that you want AWS WAF to return for this request. If you have more WebACL objects than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of WebACL objects.

Request Lenses

listWebACLs_nextMarker :: Lens' ListWebACLs (Maybe Text) Source #

If you specify a value for Limit and you have more WebACL objects than the number that you specify for Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of WebACL objects. For the second and subsequent ListWebACLs requests, specify the value of NextMarker from the previous response to get information about another batch of WebACL objects.

listWebACLs_limit :: Lens' ListWebACLs (Maybe Natural) Source #

Specifies the number of WebACL objects that you want AWS WAF to return for this request. If you have more WebACL objects than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of WebACL objects.

Destructuring the Response

data ListWebACLsResponse Source #

See: newListWebACLsResponse smart constructor.

Constructors

ListWebACLsResponse' 

Fields

  • webACLs :: Maybe [WebACLSummary]

    An array of WebACLSummary objects.

  • nextMarker :: Maybe Text

    If you have more WebACL objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more WebACL objects, submit another ListWebACLs request, and specify the NextMarker value from the response in the NextMarker value in the next request.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq ListWebACLsResponse Source # 
Instance details

Defined in Amazonka.WAFRegional.ListWebACLs

Read ListWebACLsResponse Source # 
Instance details

Defined in Amazonka.WAFRegional.ListWebACLs

Show ListWebACLsResponse Source # 
Instance details

Defined in Amazonka.WAFRegional.ListWebACLs

Generic ListWebACLsResponse Source # 
Instance details

Defined in Amazonka.WAFRegional.ListWebACLs

Associated Types

type Rep ListWebACLsResponse :: Type -> Type #

NFData ListWebACLsResponse Source # 
Instance details

Defined in Amazonka.WAFRegional.ListWebACLs

Methods

rnf :: ListWebACLsResponse -> () #

type Rep ListWebACLsResponse Source # 
Instance details

Defined in Amazonka.WAFRegional.ListWebACLs

type Rep ListWebACLsResponse = D1 ('MetaData "ListWebACLsResponse" "Amazonka.WAFRegional.ListWebACLs" "libZSservicesZSamazonka-waf-regionalZSamazonka-waf-regional" 'False) (C1 ('MetaCons "ListWebACLsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "webACLs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WebACLSummary])) :*: (S1 ('MetaSel ('Just "nextMarker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListWebACLsResponse Source #

Create a value of ListWebACLsResponse 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:webACLs:ListWebACLsResponse', listWebACLsResponse_webACLs - An array of WebACLSummary objects.

$sel:nextMarker:ListWebACLs', listWebACLsResponse_nextMarker - If you have more WebACL objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more WebACL objects, submit another ListWebACLs request, and specify the NextMarker value from the response in the NextMarker value in the next request.

$sel:httpStatus:ListWebACLsResponse', listWebACLsResponse_httpStatus - The response's http status code.

Response Lenses

listWebACLsResponse_nextMarker :: Lens' ListWebACLsResponse (Maybe Text) Source #

If you have more WebACL objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more WebACL objects, submit another ListWebACLs request, and specify the NextMarker value from the response in the NextMarker value in the next request.