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

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 RegexMatchSetSummary objects.

This operation returns paginated results.

Synopsis

Creating a Request

data ListRegexMatchSets Source #

See: newListRegexMatchSets smart constructor.

Constructors

ListRegexMatchSets' 

Fields

  • limit :: Maybe Natural

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

  • nextMarker :: Maybe Text

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

Instances

Instances details
ToJSON ListRegexMatchSets Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

ToHeaders ListRegexMatchSets Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

ToPath ListRegexMatchSets Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

ToQuery ListRegexMatchSets Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

AWSPager ListRegexMatchSets Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

AWSRequest ListRegexMatchSets Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

Associated Types

type AWSResponse ListRegexMatchSets #

Generic ListRegexMatchSets Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

Associated Types

type Rep ListRegexMatchSets :: Type -> Type #

Read ListRegexMatchSets Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

Show ListRegexMatchSets Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

NFData ListRegexMatchSets Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

Methods

rnf :: ListRegexMatchSets -> () #

Eq ListRegexMatchSets Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

Hashable ListRegexMatchSets Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

type AWSResponse ListRegexMatchSets Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

type Rep ListRegexMatchSets Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

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

newListRegexMatchSets :: ListRegexMatchSets Source #

Create a value of ListRegexMatchSets 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:ListRegexMatchSets', listRegexMatchSets_limit - Specifies the number of RegexMatchSet objects that you want AWS WAF to return for this request. If you have more RegexMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of RegexMatchSet objects.

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

Request Lenses

listRegexMatchSets_limit :: Lens' ListRegexMatchSets (Maybe Natural) Source #

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

listRegexMatchSets_nextMarker :: Lens' ListRegexMatchSets (Maybe Text) Source #

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

Destructuring the Response

data ListRegexMatchSetsResponse Source #

See: newListRegexMatchSetsResponse smart constructor.

Constructors

ListRegexMatchSetsResponse' 

Fields

  • nextMarker :: Maybe Text

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

  • regexMatchSets :: Maybe [RegexMatchSetSummary]

    An array of RegexMatchSetSummary objects.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic ListRegexMatchSetsResponse Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

Associated Types

type Rep ListRegexMatchSetsResponse :: Type -> Type #

Read ListRegexMatchSetsResponse Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

Show ListRegexMatchSetsResponse Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

NFData ListRegexMatchSetsResponse Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

Eq ListRegexMatchSetsResponse Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

type Rep ListRegexMatchSetsResponse Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

type Rep ListRegexMatchSetsResponse = D1 ('MetaData "ListRegexMatchSetsResponse" "Amazonka.WAF.ListRegexMatchSets" "amazonka-waf-2.0-7D7QOxIEZeF1ayfX9AzEZC" 'False) (C1 ('MetaCons "ListRegexMatchSetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextMarker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "regexMatchSets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RegexMatchSetSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListRegexMatchSetsResponse Source #

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

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

$sel:regexMatchSets:ListRegexMatchSetsResponse', listRegexMatchSetsResponse_regexMatchSets - An array of RegexMatchSetSummary objects.

$sel:httpStatus:ListRegexMatchSetsResponse', listRegexMatchSetsResponse_httpStatus - The response's http status code.

Response Lenses

listRegexMatchSetsResponse_nextMarker :: Lens' ListRegexMatchSetsResponse (Maybe Text) Source #

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