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

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

Synopsis

Creating a Request

data ListByteMatchSets Source #

See: newListByteMatchSets smart constructor.

Constructors

ListByteMatchSets' 

Fields

  • nextMarker :: Maybe Text

    If you specify a value for Limit and you have more ByteMatchSets 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 ListByteMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.

  • limit :: Maybe Natural

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

Instances

Instances details
Eq ListByteMatchSets Source # 
Instance details

Defined in Amazonka.WAFRegional.ListByteMatchSets

Read ListByteMatchSets Source # 
Instance details

Defined in Amazonka.WAFRegional.ListByteMatchSets

Show ListByteMatchSets Source # 
Instance details

Defined in Amazonka.WAFRegional.ListByteMatchSets

Generic ListByteMatchSets Source # 
Instance details

Defined in Amazonka.WAFRegional.ListByteMatchSets

Associated Types

type Rep ListByteMatchSets :: Type -> Type #

NFData ListByteMatchSets Source # 
Instance details

Defined in Amazonka.WAFRegional.ListByteMatchSets

Methods

rnf :: ListByteMatchSets -> () #

Hashable ListByteMatchSets Source # 
Instance details

Defined in Amazonka.WAFRegional.ListByteMatchSets

ToJSON ListByteMatchSets Source # 
Instance details

Defined in Amazonka.WAFRegional.ListByteMatchSets

AWSRequest ListByteMatchSets Source # 
Instance details

Defined in Amazonka.WAFRegional.ListByteMatchSets

Associated Types

type AWSResponse ListByteMatchSets #

ToHeaders ListByteMatchSets Source # 
Instance details

Defined in Amazonka.WAFRegional.ListByteMatchSets

ToPath ListByteMatchSets Source # 
Instance details

Defined in Amazonka.WAFRegional.ListByteMatchSets

ToQuery ListByteMatchSets Source # 
Instance details

Defined in Amazonka.WAFRegional.ListByteMatchSets

type Rep ListByteMatchSets Source # 
Instance details

Defined in Amazonka.WAFRegional.ListByteMatchSets

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

Defined in Amazonka.WAFRegional.ListByteMatchSets

newListByteMatchSets :: ListByteMatchSets Source #

Create a value of ListByteMatchSets 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:ListByteMatchSets', listByteMatchSets_nextMarker - If you specify a value for Limit and you have more ByteMatchSets 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 ListByteMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.

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

Request Lenses

listByteMatchSets_nextMarker :: Lens' ListByteMatchSets (Maybe Text) Source #

If you specify a value for Limit and you have more ByteMatchSets 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 ListByteMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of ByteMatchSets.

listByteMatchSets_limit :: Lens' ListByteMatchSets (Maybe Natural) Source #

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

Destructuring the Response

data ListByteMatchSetsResponse Source #

See: newListByteMatchSetsResponse smart constructor.

Constructors

ListByteMatchSetsResponse' 

Fields

  • byteMatchSets :: Maybe [ByteMatchSetSummary]

    An array of ByteMatchSetSummary objects.

  • nextMarker :: Maybe Text

    If you have more ByteMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more ByteMatchSet objects, submit another ListByteMatchSets 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 ListByteMatchSetsResponse Source # 
Instance details

Defined in Amazonka.WAFRegional.ListByteMatchSets

Read ListByteMatchSetsResponse Source # 
Instance details

Defined in Amazonka.WAFRegional.ListByteMatchSets

Show ListByteMatchSetsResponse Source # 
Instance details

Defined in Amazonka.WAFRegional.ListByteMatchSets

Generic ListByteMatchSetsResponse Source # 
Instance details

Defined in Amazonka.WAFRegional.ListByteMatchSets

Associated Types

type Rep ListByteMatchSetsResponse :: Type -> Type #

NFData ListByteMatchSetsResponse Source # 
Instance details

Defined in Amazonka.WAFRegional.ListByteMatchSets

type Rep ListByteMatchSetsResponse Source # 
Instance details

Defined in Amazonka.WAFRegional.ListByteMatchSets

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

newListByteMatchSetsResponse Source #

Create a value of ListByteMatchSetsResponse 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:byteMatchSets:ListByteMatchSetsResponse', listByteMatchSetsResponse_byteMatchSets - An array of ByteMatchSetSummary objects.

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

$sel:httpStatus:ListByteMatchSetsResponse', listByteMatchSetsResponse_httpStatus - The response's http status code.

Response Lenses

listByteMatchSetsResponse_nextMarker :: Lens' ListByteMatchSetsResponse (Maybe Text) Source #

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