libZSservicesZSamazonka-wafZSamazonka-waf
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.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

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

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

Instances

Instances details
Eq ListRegexMatchSets Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

Read ListRegexMatchSets Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

Show ListRegexMatchSets Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

Generic ListRegexMatchSets Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

Associated Types

type Rep ListRegexMatchSets :: Type -> Type #

NFData ListRegexMatchSets Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

Methods

rnf :: ListRegexMatchSets -> () #

Hashable ListRegexMatchSets Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

ToJSON 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 #

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

type Rep ListRegexMatchSets Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

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

Defined in Amazonka.WAF.ListRegexMatchSets

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

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

Request Lenses

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.

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.

Destructuring the Response

data ListRegexMatchSetsResponse Source #

See: newListRegexMatchSetsResponse smart constructor.

Constructors

ListRegexMatchSetsResponse' 

Fields

  • regexMatchSets :: Maybe [RegexMatchSetSummary]

    An array of RegexMatchSetSummary objects.

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

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq ListRegexMatchSetsResponse Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

Read ListRegexMatchSetsResponse Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

Show ListRegexMatchSetsResponse Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

Generic ListRegexMatchSetsResponse Source # 
Instance details

Defined in Amazonka.WAF.ListRegexMatchSets

Associated Types

type Rep ListRegexMatchSetsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-wafZSamazonka-waf" 'False) (C1 ('MetaCons "ListRegexMatchSetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "regexMatchSets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RegexMatchSetSummary])) :*: (S1 ('MetaSel ('Just "nextMarker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

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

$sel:nextMarker: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: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.