Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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
- data ListByteMatchSets = ListByteMatchSets' {}
- newListByteMatchSets :: ListByteMatchSets
- listByteMatchSets_nextMarker :: Lens' ListByteMatchSets (Maybe Text)
- listByteMatchSets_limit :: Lens' ListByteMatchSets (Maybe Natural)
- data ListByteMatchSetsResponse = ListByteMatchSetsResponse' {}
- newListByteMatchSetsResponse :: Int -> ListByteMatchSetsResponse
- listByteMatchSetsResponse_byteMatchSets :: Lens' ListByteMatchSetsResponse (Maybe [ByteMatchSetSummary])
- listByteMatchSetsResponse_nextMarker :: Lens' ListByteMatchSetsResponse (Maybe Text)
- listByteMatchSetsResponse_httpStatus :: Lens' ListByteMatchSetsResponse Int
Creating a Request
data ListByteMatchSets Source #
See: newListByteMatchSets
smart constructor.
ListByteMatchSets' | |
|
Instances
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.
ListByteMatchSetsResponse' | |
|
Instances
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_byteMatchSets :: Lens' ListByteMatchSetsResponse (Maybe [ByteMatchSetSummary]) Source #
An array of ByteMatchSetSummary objects.
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.
listByteMatchSetsResponse_httpStatus :: Lens' ListByteMatchSetsResponse Int Source #
The response's http status code.