amazonka-waf-2.0: Amazon WAF 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.WAF.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.

This operation returns paginated results.

Synopsis

Creating a Request

data ListWebACLs Source #

See: newListWebACLs smart constructor.

Constructors

ListWebACLs' 

Fields

  • 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.

  • 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.

Instances

Instances details
ToJSON ListWebACLs Source # 
Instance details

Defined in Amazonka.WAF.ListWebACLs

ToHeaders ListWebACLs Source # 
Instance details

Defined in Amazonka.WAF.ListWebACLs

Methods

toHeaders :: ListWebACLs -> [Header] #

ToPath ListWebACLs Source # 
Instance details

Defined in Amazonka.WAF.ListWebACLs

ToQuery ListWebACLs Source # 
Instance details

Defined in Amazonka.WAF.ListWebACLs

AWSPager ListWebACLs Source # 
Instance details

Defined in Amazonka.WAF.ListWebACLs

AWSRequest ListWebACLs Source # 
Instance details

Defined in Amazonka.WAF.ListWebACLs

Associated Types

type AWSResponse ListWebACLs #

Generic ListWebACLs Source # 
Instance details

Defined in Amazonka.WAF.ListWebACLs

Associated Types

type Rep ListWebACLs :: Type -> Type #

Read ListWebACLs Source # 
Instance details

Defined in Amazonka.WAF.ListWebACLs

Show ListWebACLs Source # 
Instance details

Defined in Amazonka.WAF.ListWebACLs

NFData ListWebACLs Source # 
Instance details

Defined in Amazonka.WAF.ListWebACLs

Methods

rnf :: ListWebACLs -> () #

Eq ListWebACLs Source # 
Instance details

Defined in Amazonka.WAF.ListWebACLs

Hashable ListWebACLs Source # 
Instance details

Defined in Amazonka.WAF.ListWebACLs

type AWSResponse ListWebACLs Source # 
Instance details

Defined in Amazonka.WAF.ListWebACLs

type Rep ListWebACLs Source # 
Instance details

Defined in Amazonka.WAF.ListWebACLs

type Rep ListWebACLs = D1 ('MetaData "ListWebACLs" "Amazonka.WAF.ListWebACLs" "amazonka-waf-2.0-7D7QOxIEZeF1ayfX9AzEZC" 'False) (C1 ('MetaCons "ListWebACLs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextMarker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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: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.

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.

Request Lenses

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.

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.

Destructuring the Response

data ListWebACLsResponse Source #

See: newListWebACLsResponse smart constructor.

Constructors

ListWebACLsResponse' 

Fields

  • 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.

  • webACLs :: Maybe [WebACLSummary]

    An array of WebACLSummary objects.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic ListWebACLsResponse Source # 
Instance details

Defined in Amazonka.WAF.ListWebACLs

Associated Types

type Rep ListWebACLsResponse :: Type -> Type #

Read ListWebACLsResponse Source # 
Instance details

Defined in Amazonka.WAF.ListWebACLs

Show ListWebACLsResponse Source # 
Instance details

Defined in Amazonka.WAF.ListWebACLs

NFData ListWebACLsResponse Source # 
Instance details

Defined in Amazonka.WAF.ListWebACLs

Methods

rnf :: ListWebACLsResponse -> () #

Eq ListWebACLsResponse Source # 
Instance details

Defined in Amazonka.WAF.ListWebACLs

type Rep ListWebACLsResponse Source # 
Instance details

Defined in Amazonka.WAF.ListWebACLs

type Rep ListWebACLsResponse = D1 ('MetaData "ListWebACLsResponse" "Amazonka.WAF.ListWebACLs" "amazonka-waf-2.0-7D7QOxIEZeF1ayfX9AzEZC" 'False) (C1 ('MetaCons "ListWebACLsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextMarker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "webACLs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WebACLSummary])) :*: 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:

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

$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.